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 paper written by hand

A Thesis

B Handiwork

C Handicraft

D Manuscript

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

A The program will print the output 81 81.

B The program will print the output 81 80.

C The program will print the output 80 80.

D It will result in a compile time error.

  

Q3: The Huygen's telescope eye piece

A neither (a) nor (b).

B is aplanatic

C achromatic

D both (a) and (b)

Q4: Which of the following graphs in figure correctly represents the variation of capacitive reactance with frequency?

A

B

C

D

Q5: The microprocessor of a computer cannot operate on any information if that information is not in its.

A main storage

B None of the above

C logic unit

D secondary storage

E ALU