You are on page 1of 2

TEAM -1

1. 3647 + 4898 + 2120 + 165 =? a. 10830 b. 10850 c. 10910 d. 10930

2. In a certain code, PEAK is written as 3512 and DINE is written as 6895. How is KIND written in the code? a. 2396 b. 2896 c. 2896 d. None of these.

3. A is sister of B. C is brother of D. D is sister of A. How is B related to D? a. Brother b. Brother or sister c. Sister d. Data inadequate

4. Mango is related to Fruit in the same way as Potato is related to a. Fruit b. Stem c. Flower d. Root

5. Which of the following is not electromagnetic in nature? a. Cathode Rays b. X-rays c. Gamma Rays d. Infrared-rays

TEAM 2 1. If each of the digits in the number 92581473 is arranged in ascending order, what will be the difference between which are fourth from the right and third from the left in the new arrangement? a. One b. Two c. Three d. Four

2. How many meaning full three letter English words can be formed with the letters WNO, using each letter only once? a. None b. One c. Two c. Three

3. The total age of A & B is 12 years more than the total age of B & C. C is how many years younger than A? a) 12 b) 24 c) Data Inadequate d) None of these

4. The twos complement representation of 10 is: a. 11110110 b. 11011001 c. 00001010 d. 11111100

5. What is the output of the following code snippet? class test { public: static int n; test () { n++; }; ~test () { n--; }; }; int test::n=0; int main () { test a; test b[5]; test * c = new test; cout << a.n << endl; delete c; cout << test::n << endl; return 0; } a) b) c) d) 76 67 56 65

You might also like