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 25314

B 25341

C 42351

D 52341

E 25431

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, 2, 1, 2
2, 3, 2, 3
3, 4, 3, 4
4, 2, 4, 2

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

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

D 1, 1, 1, 1
2, 2, 2, 2
2, 2, 2, 2
3, 3, 3, 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 true R is false

C A is false R is true

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

  

Q5: In saturated gas, the

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

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

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

D none of these.

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 horizontal straight line.

B hyperbola.

C parabola (vertex being at the opening).

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

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

A Assam

B Goa

C Kerala

D Sikkim

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

A Punjab

B Haryana

C Maharashtra

D Jharkhand

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

A December 14

B December 10

C December 22

D December 16