image not found

Oops! That page can't be found.


Directions to Solve

In questions given below, a part of the sentence is italicised and underlined. Below are given alternatives to the italicised part which may improve the sentence. Choose the correct alternative. In case no improvement is needed, option 'D' is the answer.

Q1: During his long discourse, he did not touch that point.

A touch on

B touch of

C touch upon

D No improvement

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

int main()
{
    union a
    {
        int i;
        char ch[2];
    };
    union a u;
    u.ch[0]=3;
    u.ch[1]=2;
    printf('%d, %d, %d\n', u.ch[0], u.ch[1], u.i);
    return 0;
}

A 515, 2, 3

B 3, 2, 515

C 3, 2, 5

D 515, 515, 4

  

Q3: If arithmetic sum of latitudes of a closed traverse is āˆ‘Lat and closing error in latitude is dx, the correction for a side whose latitude is l, as given by Transit Rule, is

A

B

C

D none of these.

Q4: A variable reluctance type tachometer has 150 teeth on rotor. The counter records 13500 pulse/sec. The rotational speed is

A 6000 RPM

B 5400 RPM

C 7200 RPM

D 4800 RPM

Q5: A flat-bed plotter uses a pen which moves in two directions across a piece of paper fixed on a flat-bed. Can you tell who controls the movements of this pen?

A COM

B microfiche

C microfilm

D None of the above

E film card

  

Q6: For the laminar flow of a fluid in a circular pipe of radius R, the Hagen-Poisseule equation predicts the volumetric flow rate to be proportional to

A R

B R4

C R0.5

D R2

Q7: International Teacher's Day is being celebrated on which date?

A October 02

B October 05

C October 03

D October 06

Q8: Which week was designated as World Space Week by the UN General Assembly?

A October 04-10

B October 02-06

C October 03-09

D October 01-07

Q9: Institute of Company Secretaries of India (ICSI) celebrated its 54th foundation day on which date?

A October 06

B October 04

C October 03

D October 02

Q10: The Jayanti of Shyamji Krishna Varma is being celebrated on which date?

A October 01

B October 02

C October 03

D October 04