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. at 2. it 3. take
4. once 5. away  

A 23514

B 32514

C 14352

D 42315

E 53214

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

int main()
{
    void fun(int, int[]);
    int arr[] = {1, 2, 3, 4};
    int i;
    fun(4, arr);
    for(i=0; i<4; i++)
        printf('%d,', arr[i]);
    return 0;
}
void fun(int n, int arr[])
{
    int *p=0;
    int i=0;
    while(i++ < n)
        p = &arr[i];
    *p=0;
}

A 0, 1, 2, 3

B 3, 2, 1 0

C 1, 2, 3, 4

D 2, 3, 4, 5

  

Q3: Pick up the correct statement from the following:

A The low voltage porcelain is prepared by wet process

B The high voltage porcelain is prepared by dry process

C The low voltage porcelain is prepared by dry process

D None of the above.

Q4: Assertion (A): A semiconductor strain gauge is more accurate than a resistance strain gauge. Reason (R): The gauge factor of a semiconductor strain gauge is about 100 where as the gauge factor of a resistance strain gauge is only about 2.

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

B A is false R is true

C A is true R is false

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

  

Q5: As per Gilliland's equation, the diffusivity is

A inversely proportional to 'P'.

B dependent on the molecular volume & molecular weight of components.

C directly proportional to 'T1.5'.

D all 'a', 'b' & 'c'.

  

Q6: Which of the following produces maximum pressure difference for transportation of gases ?

A Fans

B Blowers

C Compressors

D Vaccum pumps

Q7: Human Rights Day is being observed on which date?

A December 07

B December 08

C December 09

D December 10

Q8: When is International Cheetah Day celebrated each year?

A December 03

B December 05

C December 04

D December 02

Q9: On what day do we celebrate National Advocate Day?

A December 04

B December 06

C December 02

D December 03

Q10: World Soil day is observed every year on which date?

A December 03

B December 04

C December 05

D December 02