answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is A sequence or series in which the value of a term depends on the previous term?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you find the 111TH term of the sequence?

Depends on the sequence. There may be a formula for the Nth term in which case it is easy. Or the value may depend on some combination of previous terms (as in the Fibbonaci series).


What is the value of the 8th term of the sequence 4 8 16 32?

The eighth term of the series 4, 8,16,32 is 512. Each term is twice the previous term.


What is golden ratio in Fibonacci series?

As you expand the Fibonacci series, each new value in proportion to the previous approaches the Golden Ratio.


Differentiate between arithmetic series and geometric series?

In an arithmetic series, each term is defined by a fixed value added to the previous term. This fixed value (common difference) may be positive or negative.In a geometric series, each term is defined as a fixed multiple of the previous term. This fixed value (common ratio) may be positive or negative.The common difference or common ratio can, technically, be zero but they result in pointless series.


What is the next number in the sequence 13 17 25 32 37 47 58 71?

79 because each number in the sequence is generated by adding the value of the numerals in the previous number to the previous number, so 7 + 1 = 8 and added to 71 = 79.


What is the ne xt number in a sequence 13 17 25 32 37 47 58 71?

79 because each number in the sequence is generated by adding the value of the numerals in the previous number to the previous number, so 7 + 1 = 8 and added to 71 = 79.


If the variables in a union use the same address so the previous value will be lost if a new value is entered how do you get the previous value?

Answerquite a low level view required ......everything stored in memmory is in form of bits (i.e. a sequence of 01). It dependes upon how you are going to read a value. Same sequence of bits can give you different values..try printing x=10; printf("%c %d",x,x);AnswerThis is the same problem as getting the previous value of a regular variable. For example:int x = 5;x = 2;How do you get the previous value of x (5)? If you didn't store the value in another variable before overwriting it with 2, then you can't. The old value is overwritten and cannot be recovered. In a union, it's possible that you might overwrite only part of a previous value if you store a value to a smaller data type. For example:union { long a; short b; } c;c.a = 5;c.b = 2;It's possible that you can recover some of the old data of c.a, but for most practical purposes that value would be garbage (and it really depends on the exact alignment of the variables and byte endianness).


What is value of 380 Colt MK IV Series 80 Government Model?

value depends on overall ondition............


What is the value of a Colt Combat Commander Series 70 in 9mmLuger with Satin Finish?

value depends on overall condition.............


How much are old 2 dollar bills worth?

The value depends on the series (date) and condition. If it's series 1976 or later, it's worth face value.


What is the value of a colt series 80 MK VI 38 auto?

value of any firearm depends on overall condition..........................


What is the value of the seventh term in the sequence 1 -3 -7 -11 -15?

every next term is 4 smaller than previous so 7th term = -23