Consider a sequence F00 defined as:

image

Then what shall be the set of values of the sequence F00?

(1) (1, 110, 1200)

(2) (1, 110, 600, 1200)

(3) (1, 2, 55, 110, 600, 1200)

(4) (1, 55, 110, 600, 1200)

1 Answer

Answer :

Answer: 1

Explanation:

We have given, F00(0) = 1, F00(1) = 1

F00(2) = (10*F00(1) + 100)/F00(0) = 110

F00(3) = (10*F00(2) + 100)/F00(1) = 1200

F00(4) = (10*F00(3) + 100)/F00(2) = 110

Since the values repeats after the first three values, the set of values of F00 will

be (1,110,1200).


Related questions

Description : Consider the following Entity-Relationship (E-R) diagram and three possible relationship sets (I, II and III) for this E-R diagram: If different symbols stand for different values (e.g., t1 is definitely not equal to t2 ... diagram ? (A) I only (B) I and II only (C) II only (D) I, II and III

Last Answer : (A) I only

Description : Consider the following database table having A, B, C and D as its four attributes and four possible candidate keys (I, II, III and IV) for this table: I: {B} II: {B, C} III: {A, D} IV: {C, D} If ... the database table? (A) I and III only (B) III and IV only (C) II only (D) I only

Last Answer : (C) II only

Description : An artist makes an RGB raster image in which each pixel color is encoded with 12-bits --- 4 bits each for red, green and blue.Which of the following correctly shows the hexadecimal value for Red as a 12-bit representation A. F00 B. 00F C. FF00 D. FF0000

Last Answer : D. FF0000

Description : Consider a fuzzy set old as defined below Old = {(20, 0.1), (30, 0.2), (40, 0.4), (50, 0.6), (60, 0.8), (70, 1), (80, 1)} Then the alpha-cut for alpha = 0.4 for the set old will be (A) {(40, 0.4)} (B) {50, 60, ... , (30, 0.2)} (D) {(20, 0), (30, 0), (40, 1), (50, 1), (60, 1), (70, 1), (80, 1)}

Last Answer : (D) {(20, 0), (30, 0), (40, 1), (50, 1), (60, 1), (70, 1), (80, 1)}

Description : Consider a set A = {1, 2, 3, …….., 1000}. How many members of A shall be divisible by 3 or by 5 or by both 3 and 5 ? (A) 533 (B) 599 (C) 467 (D) 66

Last Answer : (C) 467

Description : Consider the formula in image processing RD = 1 - (1/CR) Where CR = n1/n2 CR is called as compression ratio n1 and n2 denotes the number of information carrying units in two datasets that represent ... . (A) Data Compression (B) Data Redundancy (C) Data Relation (D) Data Representation

Last Answer : (B) Data Redundancy

Description : If f(x, y) is a digital image, then x, y and amplitude values of f are (A) Finite (B) Infinite (C) Neither finite nor infinite (D) None of the above

Last Answer : (A) Finite

Description : Let R and S be two fuzzy relations defined as: Then, the resulting relation, T, which relates elements of universe x to elements of universe z using max-min composition is given by

Last Answer : Answer: C

Description : Consider a disk queue with I/O requests on the following cylinders in their arriving order: 6,10,12,54,97,73,128,15,44,110,34,45 The disk head is assumed to be at cylinder 23 and moving in the direction ... . The disk head movement using SCAN-scheduling algorithm is: (1) 172 (2) 173 (3) 227 (4) 228

Last Answer : (2) 173

Description : Find the false statement: (A) The relationship construct known as the weak relationship type was defined by Dey, Storey & Barron (1999). (B) A weak relationship occurs when two ... Ternary, Quaternary and Quintary relationships are shown through a series of application scenario's and vignette's

Last Answer : (C) Conceptual model is not accurate representation of "Universe of interest".

Description : What steps shall be required to rotate an object about the point P1 (as shown in fig.1) and its placement such that what was at P1 is now reduced and is at P2 (as shown in fig.2). I. Translate P1 to origin II. ... (A) I,II and III (B) II,III and IV (C) I,III and IV (D) All of the above

Last Answer : Answer: Marks given to all

Description : What are the final values of Q1 and Q0 after 4 clock cycles, if initial values are 00 in the sequential circuit shown below: (A) 11 (B) 10 (C) 01 (D) 00

Last Answer : (D) 00

Description : Let A and B be two fuzzy integers defined as: A={(1,0.3), (2,0.6), (3,1), (4,0.7), (5,0.2)} B={(10,0.5), (11,1), (12,0.5)} Using fuzzy arithmetic operation given by (A) {(11,0.8), (13,1), (15,1)} ( ... ,0.2)} (D) {(11,0.3), (12,0.5), (13,0.6), (14,1), (15,0.7), (16,0.5), (17,0.2)}

Last Answer : (D) {(11,0.3), (12,0.5), (13,0.6), (14,1), (15,0.7), (16,0.5), (17,0.2)}

Description : Suppose there are four processes in execution with 12 instances of a Resource R in a system. The maximum need of each process and current allocation are given below: With reference to current allocation, is system safe? If so, ... B) Yes, P1 P2 P3 P4 (C) Yes, P4 P3 P1 P2 (D) Yes, P2 P1 P3 P4

Last Answer : (C) Yes, P4 P3 P1 P2

Description : The height of h(A) of a fuzzy set A is defined as h(A) = sup A(x)  xϵA Then the fuzzy set A is called normal when (A) h(A) = 0 (B) h(A) < 0 (C) h(A) = 1 (D) h(A) < 1

Last Answer : (C) h(A) = 1 

Description : Let f and g be the functions from the set of integers to the set integers defined by f(x) = 2x + 3 and g(x) = 3x + 2 Then the composition of f and g and g and f is given as (A) 6x + 7, 6x + 11 (B) 6x + 11, 6x + 7 (C) 5x + 5, 5x + 5 (D) None of the above

Last Answer : (A) 6x + 7, 6x + 11 Explanation: fog(x)=f(g(x))=f(3x+2)=2(3x+2)+3=6x+7 gof(x)=g(f(x))=g(2x+3)=3(2x+3)+2=6x+11

Description : Consider a triangle A(0, 0), B(1, 1), C(5, 2). The triangle has to be rotated by an angle of 450 about the point P(-1, -1). What shall be the coordinates of the new triangle? (A) A'=(1, √2-1), B'=(-1, 2√2-1), C'=(3√2-1, ... 3√2-1, (9/2)√2-1) (D) A'=(√2-1, -1), B'=(-1, 2√2-1), C'=(3√2-1, (9/2)√2-1)

Last Answer : (C) A'=(-1, √2-1), B'=(-1, 2√2-1), C'=(3√2-1, (9/2)√2-1)

Description : Consider a unit square centred at origin. The coordinates of the square are translated by a factor (1/2, 1) and rotated by an angle of 90o . What shall be the coordinates of the new square ? (A) (-1/2, 0), (-1/2, 1), (-3/2, 1), (-3/2, ... , 1), (-3/2, 0) (D) (-1/2, 0), (1/2, 1), (-3/2, 1), (-3/2, 0)

Last Answer : (A) (-1/2, 0), (-1/2, 1), (-3/2, 1), (-3/2, 0)

Description : An industry employed 1200 men and 800 women and the average salary was Rs 51 per day. If a woman got Rs 10 less than a man , then what are their daily salary?(mens and women respectively) A) men Rs 25 and women Rs ... Rs 45 and women Rs 55 C) men Rs 35 and women Rs 25 D) men Rs 55 and women Rs 45

Last Answer : D) Let the daily salary of man be Rs’x’ Then the daily salary of a women = Rs (x-100 Now 1200x + 800(x-10) = 51 *(1200+800) 1200x+800x -8000 = 51*2000 2000x = 102000+8000 =110000 X=55 Therefore mens daily salary Rs 55 and womens daily salary Rs 45

Description : Consider a full-adder with the following input values: (a) x=1, y=0 and Ci(carry input) = 0 (b) x=0, y=1 and Ci = 1 Compute the values of S(sum) and C0 (carry output) for the above input values. (A) S=1 , C0= 0 and ... C0= 1 (C) S=1 , C0= 1 and S=0 , C0= 0 (D) S=0 , C0= 1 and S=1 , C0= 0

Last Answer : (A) S=1 , C0= 0 and S=0 , C0= 1

Description : Let L be the language generated by regular expression 0*10* and accepted by the deterministic finite automata M. Consider the relation RM defined by M. As all states are reachable from the start state, RM has ................ equivalence classes. (A) 2 (B) 4 (C) 5 (D) 6

Last Answer : (D) 6

Description : Consider the following ER diagram:  The minimum number of tables required to represent M, N, P, R1, R2 is (A) 2 (B) 3 (C) 4 (D) 5

Last Answer : (A) 2 

Description : Consider the Graph shown below : This graph is a ............... (A) Complete Graph (B) Bipartite Graph (C) Hamiltonian Graph (D) All of the above

Last Answer : (C) Hamiltonian Graph

Description : Consider the following transportation problem: The initial basic feasible solution of the above transportation problem using Vogel's Approximation Method(VAM) is given below: The solution of the ... degenerate solution (B) is optimum solution (C) needs to improve (D) is infeasible solution

Last Answer : (B) is optimum solution

Description : Consider the following binary search tree: If we remove the root node, which of the node from the left subtree will be the new root? (A) 11 (B) 12 (C) 13 (D) 16

Last Answer : (D) 16

Description : Consider the following three SQL queries (Assume the data in the people table) : (a) Select Name from people where Age>21; (b) Select Name from people where Height>180; (c) Select Name from people where (Age>21) or (Height ... number of rows returned by the SQL query (c) ? (A) 3 (B) 7 (C) 10 (D) 21

Last Answer : (C) 10

Description : The respective storm totals at three surrounding stations A, B and C are 110, 90 and 70 mm. If the normal annual precipitation amounts at stations X, A, B and C are respectively 1000, 1100, 1200 and 1250 mm, the estimated storm precipitation at X is (A) 75 mm (B) 77 mm (C) 79 mm

Last Answer : Answer: Option B

Description : A terminal multiplexer has six 1200 bps terminals and ‘n’ 300 bps terminals connected to it. If the outgoing line is 9600 bps, what is the value of n ? (A) 4 (B) 8 (C) 16 (D) 28

Last Answer : (B) 8

Description : The baud rate of a signal is 600 baud/second. If each signal unit carries 6 bits, then the bit rate of a signal is ................. (A) 3600 (B) 100 (C) 6/600 (D) None of the above

Last Answer : (A) 3600 

Description : A set of possible data values is called (A) attribute. (B) degree. (C) tuple. (D) domain.

Last Answer : D) domain.

Description : For a weak entity set to be meaningful, it must be associated with another entity set in combination with some of their attribute values, is called as : (A) Neighbour Set (B) Strong Entity Set (C) Owner entity set (D) Weak Set

Last Answer : (C) Owner entity set 

Description : Let P(m,n) be the statement m divides n where the Universe of discourse for both the variables is the set of positive integers. Determine the truth values of the following propositions. (a) ∃m ∀n P(m,n) (b) ∀n P(1,n) ( ... -False (C) (a)-False; (b)-False; (c)-False (D) (a)-True; (b)-True; (c)-True

Last Answer : Answer: A

Description : ……………. Can be defined as the permanent blocking of a set of processed that either complete for system resources or communicate with each other. A) Deadlock B) Permanent lock C) Starvation D) Mutual exclusion

Last Answer : A) Deadlock

Description : Which of the following provides the best description of an entity type? (A) A specific concrete object with a defined set of processes (e.g. Jatin with diabetes) (B) A value given to a ... template for a group of things with the same set of characteristics that may exist in the real world

Last Answer : Answer: D

Description : The amount of energy required by the children of age between one to three years is: A. 300 K Calories B. 600 K Calories C. 1200 K Calories D. 1500 K Calories

Last Answer : ANSWER: C

Description : The amount of energy required by the children of age between one to three years is: A. 300 K Calories B. 600 K Calories C. 1200 K Calories D. 1500 K Calories

Last Answer : ANSWER: C

Description : The amount of energy required by the children of age between one to three years is: A. 300 K Calories B. 600 K Calories C. 1200 K Calories D. 1500 K Calories

Last Answer : ANSWER: C

Description : The amount of energy required by the children of age between one to three years is: A. 300 K Calories B. 600 K Calories C. 1200 K Calories D. 1500 K Calories

Last Answer : ANSWER: C

Description : On 1st April, 2013, Y Ltd. Issued 1000, 12% debentures of Rs. 100 each at a discount of 6%. These debentures are redeemable in five equal annual instalments at the end of each year. What is the amount of discount to be written off ... & L A/c ? (A) Rs. 2000 (B) Rs. 1800 (C) Rs. 1200 (D) Rs. 600

Last Answer : Answer: Rs. 1200

Description : If the bit rate for an FSK signal is1200 bps, thebaud rate is ________. A) 300 B) 400 C) 600 D) 1200

Last Answer : 1200

Description : f the bit rate for an ASK signal is1200 bps, thebaud rate is ________. A) 300 B) 400 C) 600 D) 1200

Last Answer : 1200

Description : If the frequency spectrum of a signal has a bandwidth of500 Hz with thehighest frequency at 600 Hz, what shouldbe the samplingrate, according to the Nyquist theorem? A) 200 samples/s B) 500 samples/s C) 1000 samples/s D) 1200 samples/s

Last Answer : 1200 samples/s

Description : How many 8-bit characters can be transmitted per second over a 9600 baud serial communication link using asynchronous mode of transmission with one start bit, eight data bits, two stop bits, and one parity bit ? a. 600 b. 800 c. 876 d. 1200

Last Answer : b. 800

Description : A 3-phase 50HZ SCIM takes a power input of 30 KW at its full load speed of 1440 rpm. Total stator losses are 1 KW. The slip and rotor ohmic losses at full load are a) 0.02, 600 W b) 0.04, 580 W c) 0.04, 1160 W d) 0.04, 1200 W

Last Answer : Ans: 0.04, 1160 W

Description : Production at 60% activity is Rs 600 units, if flexible budget needs to be calculated at 80% activity what will be units produced? a) Rs 800 b) Rs 600 c) Rs 1200 d) Rs 1000

Last Answer : a) Rs 800

Description : In a four stroke I.C engine completing 3000rpm the natural frequency of vibration of the exhaust valve should be a. 1200 Hz b. 1000 Hz c. 600 Hz d. 120 Hz

Last Answer : b. 1000 Hz

Description : Ist detonator is planted at a distance of (i) 1200 Mt. from welding site .* (ii) 600 mtrs from welding site (iii) 30 mtrs from welding site (iv) None of the above

Last Answer : (i) 1200 Mt. from welding site .*

Description : Banner flag is planted at a distance of (i) At the site of work (ii) At 1200 mtrs from welding site (iii) At 30 mtrs from welding site (iv) 600 Mt. from welding site .*

Last Answer : iv) 600 Mt. from welding site .