image not found

Oops! That page can't be found.


Directions to Solve

In each question below a sentence broken into five or six parts. Join these parts to make a meaningful sentence. The correct order of parts is the answer.

Q1:
1. killed 2. a 3. Jaswant
4. bear 5. wild  

A 15234

B 43125

C 53124

D 23145

E 31254

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

int main()
{
    int arr[5], i=0;
    while(i<5)
        arr[i]=++i;

    for(i=0; i<5; i++)
        printf('%d, ', arr[i]);

    return 0;
}

A Garbage value, 1, 2, 3, 4,

B 0, 1, 2, 3, 4,

C 2, 3, 4, 5, 6,

D 1, 2, 3, 4, 5,

  

Q3: French polish is

A oil paint

B distemper

C none to these.

D spirit varnish

Q4: The dynamometer principle can be used for

A ammeter only

B voltmeter only

C wattmeter only

D ammeter, voltmeter and wattmeter