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. not 2. hotel 3. comfortable 4. was 5. the 

A 53412

B 52413

C 34152

D 34521

E 41352

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

int main()
{
    float arr[] = {12.4, 2.3, 4.5, 6.7};
    printf('%d\n', sizeof(arr)/sizeof(arr[0]));
    return 0;
}

A 6

B 4

C 7

D 5

  

Q3: If h is the difference in level between end points separated by l, then the slope correction is . The second term may be neglected if the value of h in a 20 m distance is less than

A 2 m

B 1 m

C m

D 3 m

Q4: A moving coil meter has a shunt of 0.02 Ω resistance. If coil resistance is 1000 Ω and a potential difference of 500 mV is required across it to cause full scale deflection, the current through shunt is

A 25 A

B 2.5 A

C 0.25 A

D 0.025 A