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: She says she's already paid me back, but I can't remember, so I 'll have to take her word.

A to take her word for it

B to take her word true

C to take her at her word

D No improvement

Q2: What will be the output of the program (sample.c) given below if it is executed from the command line?
cmd> sample monday tuesday wednesday thursday
/* sample.c */
#include<stdio.h>

int main(int argc, char *argv[])
{
    while(--argc>0)
        printf('%s', *++argv);
    return 0;
}

A sample monday tuesday wednesday thursday

B monday tuesday wednesday thursday

C monday tuesday thursday

D tuesday

  

Q3: It θ is the probable error of an observed bearing of a line of length l, the error over the whole length of the traverse of n lines of length l is

A θ n

B l n

C n

D θ

Q4: A moving coil meter has a resistance of 50 ohms and a full scale deflection current of 20 mA. To convert it into a voltmeter of 0-100 V range, the series resistance should be

A 505 Ω

B 5050 Ω

C 5000 Ω

D 4950 Ω