What is the absolute temperature of the freezing point of water in degree Rankine?
A.-32
B.0
C.428
D.492
What is the value in degrees of π radians?
A.90°
B.57.3°
C.180°
D.45°
Physics
An object weighing 15 newtons is lifted from the ground to a height of 0.22 meter. The
increase in the object’s gravitational potential energy is approximately
1. 310 J
2. 32 J
3. 3.3 J
4. 0.34 J
When a neutral metal sphere is charged by contact with a positively charged glass rod, the
sphere
1. loses electrons
2. gains electrons
3. loses protons
4. gains protons
Chemistry
What is the oxidation number of nitrogen in the molecule N2?
a. 0
b. 3
c. 5
d. 7
Which nuclide is a radioisotope used in the study of organic reaction mechanisms?
1. carbon-12
2. carbon-14
3. uranium-235
4. uranium-238
Programming
What is the result of following statement?
X=10;
Y=++X;
A. X=10, Y=10
B. X=10,Y=11
C. X=11,Y=10
D. X=11,Y=11
To use the function tolower(), which of following header file should include
A. string.h
B. conio.h
C. ctype.h
D. Don’t need any header file
Which of the following type of class allows only one object of it to be created?
A
Virtual class
.
[Link] class
[Link] class
D
Friend class
.
Which of the following concepts of OOPS means exposing only necessary information to
client?
A
Encapsulation
.
[Link]
[Link] hiding
D
Data binding
.