image not found

Oops! That page can't be found.


Directions to Solve

In questions given below out of four alternatives, choose the one which can be substituted for the given word/sentence.

Q1: A name adopted by an author in his writings

A Nomenclature

B Pseudonym

C Nickname

D Title

Q2: Which of the following statement is correct about the program given below?
#include<iostream.h> 
int main()
{
    int x = 10;
    int &y = x;
    x = 25;
    y = 50;
    cout<< x << ' ' << --y;
    return 0; 
}

A The program will print the output 50 50.

B The program will print the output 25 49.

C It will result in a compile time error.

D The program will print the output 49 49.

  

Q3: The length of a traverse leg may be obtained by multiplying the latitude and

A sine of its reduced bearing

B cosine of its reduced bearing

C secant of its reduced bearing

D tangent of its reduced bearing.

Q4: The reduced levels of the ends A and B of a runway are 3025 m and 3035 m and that of its mid-point is 3015 m. The reduced level of the horizontal surface, is

A 3015 m

B 3060 m

C 3075 m

D none of these.

E 3070 m

Q5:
In figure the effective resistance faced by voltage source is

A 3 Ω

B 3.3 Ω

C 1 Ω

D 2 Ω