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. of 2. we 3. heard
4. him 5. had  

A 25431

B 25314

C 52341

D 42351

E 25341

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

int main()
{
    static int a[2][2] = {1, 2, 3, 4};
    int i, j;
    static int *p[] = {(int*)a, (int*)a+1, (int*)a+2};
    for(i=0; i<2; i++)
    {
        for(j=0; j<2; j++)
        {
            printf('%d, %d, %d, %d\n', *(*(p+i)+j), *(*(j+p)+i), 
                                    *(*(i+p)+j), *(*(p+j)+i));
        }
    }
    return 0;
}

A 1, 1, 1, 1
2, 2, 2, 2
2, 2, 2, 2
3, 3, 3, 3

B 1, 2, 1, 2
2, 3, 2, 3
3, 4, 3, 4
4, 2, 4, 2

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

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

  

Q3: Second class bricks

A are of dark brown colour

B produce a metallic sound when struck

C are well burnt

D are under burnt.

Q4: Assertion (A): Maxwell bridge is for measuring inductance of medium magnitude. Reason (R): In Maxwell's bridge the unknown inductance is measured by comparing it with a capacitance.

A Both A and R are true and R is correct explanation of A

B A is false R is true

C Both A and R are true but R is not correct explanation of A

D A is true R is false

  

Q5: In saturated gas, the

A none of these.

B partial pressure of vapour equals the vapour pressure of the liquid at room temperature.

C vapour is in equilibrium with the liquid at the room temperature.

D vapour is in equilibrium with the liquid at the gas temperature.

Q6: The 2764 is 65,536-bit EPROM organized as 8,192 words of 8 bits each. How many address lines does it have?

A 12

B 14

C 13

D 8

E None of the above

  

Q7: Path followed by water jet issuing from the bottom of a water tank will be a

A zig-zag path (which is geometrically undefined).

B parabola (vertex being at the opening).

C horizontal straight line.

D hyperbola.

Q8: Comptroller and Auditor-General (CAG) detected anomalies in the National Register of Citizens (NRC) exercise in which state?

A Goa

B Sikkim

C Kerala

D Assam

Q9: Which state is to waive farmers' loans up to Rs 2 lakh for farmers having land up to 5 acres covered?

A Maharashtra

B Haryana

C Jharkhand

D Punjab

Q10: National Mathematics Day is being celebrated on which date?

A December 14

B December 10

C December 22

D December 16