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 53214

C 42315

D 32514

E 14352

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 1, 2, 3, 4

C 3, 2, 1 0

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 but R is not correct explanation of A

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

C A is true R is false

D A is false R is true

  

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

A directly proportional to 'T1.5'.

B inversely proportional to 'P'.

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

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

  

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

A Blowers

B Fans

C Vaccum pumps

D Compressors

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

A December 09

B December 10

C December 08

D December 07

Q8: When is International Cheetah Day celebrated each year?

A December 05

B December 02

C December 04

D December 03

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

A December 06

B December 02

C December 04

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