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: Something that can be heard

A Audio-visual

B Auditory

C Audition

D Audible

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++;
    cout<< x << ' ' << y++;
    return 0; 
}

A The program will print the output 12 11.

B The program will print the output 12 13.

C The program will print the output 11 12.

D It will result in a compile time error.

  

Q3: If the length of a transition curve to be introduced between a straight and a circular curve of radius 500 m is 90 m, the maximum deflection angle to locate its junction point, is

A 1°43' 18"

B 1°43' 28"

C 1°43' 08"

D 1°43' 38"

Q4: For a voltage transfer function H(s), realizable by RLC network, the following statements are made
  1. H(s) cannot have a pole at s = 0
  2. H(s) cannot have a pole at s = ± j4
  3. H(s) cannot have a pole at s = ∞
  4. H(s) cannot have a pole at s = + 2
Of these statements

A 3 and 4 are correct

B 1 and 2 are correct

C 2 and 4 are correct

D 1 and 3 are correct