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: He said to his father, "Please increase my pocket-money."

A He told his father, "Please increase the pocket-money"

B He pleaded his father to please increase my pocket money.

C He requested his father to increase his pocket-money.

D He asked his father to increase his pocket-money.

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

int main()
{
    typedef int arr[5];
    arr iarr = {1, 2, 3, 4, 5};
    int i;
    for(i=0; i<4; i++)
        printf('%d,', iarr[i]);
    return 0;
}

A 1, 2, 3, 4

B No output

C 1, 2, 3, 4, 5

D Error: Cannot use typedef with an array

Q3: Decimal 2875 is ________ bytes in binary.

A 2

B 4

C 5

D 3

  

Q4: Simpson's rule for calculating areas states that the area enclosed by a curvilinear figure divided into an even number of strips of equal width, is equal to

A one sixth the width of a strip, multiplied by the sum of the two extreme offsets, twice the sum of remaining odd offsets and four times the sum of the even offsets

B half the width of a strip, multiplied by the sum of two extreme offsets, twice the sum of remaining odd offsets, and thrice the sum of the even offsets

C one third the width of a strip, multiplied by the sum of two extreme offsets, twice the sum of remaining odd offsets and four times the sum of the even offsets

D none of these

E one third the width of a strip, multiplied by the sum of two extreme offsets, four times the sum of the remaining odd offsets, and twice the sum of the even offsets

Q5: To measure a resistance of about 8 ohms we should use

A Meggar

B Wheatstone bridge

C Either (b) or (c)

D Kelvin's double bridge