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: Most donors would seriously protest any effort to extrapolate from such limited data.

A No improvement

B protest against

C protest at

D protest to

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

int main(int arc, char *arv[])
{
    int i;
    for(i=1; i<_argc; i++)
        printf('%s ', _argv[i]);
    return 0;
}

A No output

B sample Jan Feb Mar

C Jan Feb Mar

D Error

  

Q3: The systematic errors which persist and have regular effects in the performance of a survey operation, are due to

A carelessness

B none of these.

C inattention

D faulty instrument

Q4: An amplifier has to amplify pulses of 1 H-s duration. The minimum bandwidth of amplifier must be

A 10 kHz

B 1 MHz

C 1 kHz

D 10 MHz