image not found

Oops! That page can't be found.


Directions to Solve

In each question below a sentence broken into five or six parts. Join these parts to make a meaningful sentence. The correct order of parts is the answer.

Q1: 1. seen 2. going 3. you 4. him 5. have 

A 35214

B 32514

C 35142

D 53124

E 35124

Q2: What will be the output of the program ?
#include<stdio.h>

int main()
{
    static int arr[] = {0, 1, 2, 3, 4};
    int *p[] = {arr, arr+1, arr+2, arr+3, arr+4};
    int **ptr=p;
    ptr++;
    printf('%d, %d, %d\n', ptr-p, *ptr-arr, **ptr);
    *ptr++;
    printf('%d, %d, %d\n', ptr-p, *ptr-arr, **ptr);
    *++ptr;
    printf('%d, %d, %d\n', ptr-p, *ptr-arr, **ptr);
    ++*ptr;
    printf('%d, %d, %d\n', ptr-p, *ptr-arr, **ptr);
    return 0;
}

A 0, 1, 2
1, 2, 3
2, 3, 4
3, 4, 5

B 0, 0, 0
1, 1, 1
2, 2, 2
3, 3, 3

C 1, 1, 2
2, 2, 3
3, 3, 4
4, 4, 1

D 1, 1, 1
2, 2, 2
3, 3, 3
3, 4, 4

  

Q3: Teak wood is suitable for

A sports articles

B furnitures

C railway sleepers

D all the above.

Q4: The resistance of a dc galvanometer is 20 Ω. A current of 10 mA causes full scale deflection. To convert it into 0-300 V voltmeter, we have to use a series resistance of

A 29980 Ω

B 6000 Ω

C 30000 Ω

D 15 Ω

  

Q5: A mixture of 10% C6H6 vapour in air at 25°C and 750 mm Hg has a dew point of 20°C. Its dew point at 30°C and 700 mm Hg will be around __________ °C.

A 27.3

B 20

C 21.7

D 18.7

  

Q6: Drag co-efficient in hindered settling is __________ that in free settling.

A equal to

B always greater than

C not necessarily greater than

D less than

Q7: Which state is to host the First Ever World Table Tennis (WTT) Series Event in India?

A Kerala

B Goa

C Jharkhand

D Tripura

Q8: National Milk Day is being celebrated on which date?

A November 26

B November 25

C November 24

D November 27

Q9: Which state Governor has given his nod to the State's Freedom of Religion (Amendment) Act?

A Goa

B Uttar Pradesh

C Assam

D Uttarakhand

Q10: When is 'Constitution Day' celebrated in India?

A November 30

B November 24

C November 26

D December 01