10 October 2015

GATE Architecture/Planning 2016

Tough Question set by IISc Bangalore in 2008

Question: The rule for generating Fibonacci series is
            (A) Fi = Fi-1 +2 for i>1 given Fi and F0
(B) Fi = Fi-1 +1 for i>1 given Fi and F0
(C) Fi = Fi-1 +Fi-2 for i>1 given Fi and F0
(D) Fi = (Fi-1)2 for i>1 given Fi and F0
           
Answer: (C) Fi = Fi-1 +Fi-2 for i>1 given Fi and F0

Fibonacci sequence are the numbers in the following integer sequence:
0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 8, 144………….
The first two numbers in the Fibonacci sequence are 0 and 1, and each subsequent number is the sum of the previous two.



No comments:

Post a Comment