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 32514

B 14352

C 42315

D 23514

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

B 2, 3, 4, 5

C 0, 1, 2, 3

D 3, 2, 1 0

  

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 dependent on the molecular volume & molecular weight of components.

B directly proportional to 'T1.5'.

C inversely proportional to 'P'.

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

  

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

A Blowers

B Vaccum pumps

C Fans

D Compressors

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

A December 10

B December 09

C December 08

D December 07

Q8: When is International Cheetah Day celebrated each year?

A December 04

B December 03

C December 02

D December 05

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

A December 02

B December 06

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 02

D December 05