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: The greatest thing in style is to have a use of metaphor.

A No improvement

B need

C command

D knowledge

Q2: What will be the output of the program in 16 bit platform (Turbo C under DOS) ?
#include<stdio.h>

int main()
{
    struct value
    {
        int bit1:1;
        int bit3:4;
        int bit4:4;
    }bit;
    printf('%d\n', sizeof(bit));
    return 0;
}

A 2

B 1

C 9

D 4

  

Q3: Diopter is the power of a lens having a focal length of

A 25 cm

B 50 cm

C 75 cm

D 100 cm

E 125 cm

Q4: Two resistances R1 = 18.7 Ω. and R2 = 3.624 Ω in series. The total resistance to the appropriate number of significant figures is

A 22.324 Ω

B 22.3 Ω

C 22.32 Ω

D 22 Ω

Q5: What type of magnetic material is normally used in bubble memories?

A Metallic

B Garnet

C Magnetic core

D Cobalt

E None of the above

  

Q6: Reynolds number is the ratio of

A viscous forces to gravity forces.

B viscous forces to inertial forces.

C inertial forces to gravity forces.

D inertial forces to viscous forces.

Q7: International Equal Pay Day is being celebrated on which day?

A September 17

B September 16

C September 18

D September 19

Q8: World Bamboo Day is being observed on which date?

A September 17

B September 18

C September 20

D September 19

Q9: World Patient Safety Day is celebrated on which date?

A September 16

B September 19

C September 18

D September 17

Q10: World Ozone Day is being celebrated on which date?

A September 13

B September 16

C September 17

D September 11