image not found

Oops! That page can't be found.


Directions to Solve

In the questions below the sentences have been given in Direct/Indirect speech. From the given alternatives, choose the one which best expresses the given sentence in Indirect/Direct speech.

Q1: She exclaimed with sorrow that was a very miserable plight.

A She said with sorrow, "What a pity it is."

B She said, "What a mystery it is."

C She said, "What a miserable sight it is."

D She said, "What a miserable plight it is."

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

typedef struct error {int warning, err, exception;} ERROR;
int main()
{
    ERROR e;
    e.err=1;
    printf('%d\n', e.err);
    return 0;
}

A 2

B Error

C 1

D 0

  

Q3: In reciprocal levelling, the error which is not completely eliminated, is due to

A earth's curvature

B refraction

C non-adjustment of the bubble tube.

D non-adjustment of line of collimation

Q4: Assertion (A): Many instruments use eddy current damping. Reason (R): Eddy currents set up a magnetic flux which opposes the original movement which generates them.

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

B A is false R is true

C Both A and R are true and R is correct explanation of A

D A is true R is false