Questions

Q:

Formation of shadows can be explained by 

A) rectilinear propagation of light B) reflection
C) refraction D) total internal reflection
 
Answer & Explanation Answer: A) rectilinear propagation of light

Explanation:

In this position, the head light will be at the principal focus so that the rays of light falling on the cancave mirror will be rendered parallel

Report Error

View Answer Report Error Discuss

Filed Under: Physics

63 9510
Q:

Which one of the following can be used to confirm wether drinking water contains a gamma emitting isotope or not

A) Microscope B) Scintillation counter
C) Lead plate D) pectrophotometer
 
Answer & Explanation Answer: B) Scintillation counter

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

13 9506
Q:

 The different classes of relations created by the technique for preventing modification anomalies are called:

A) normal forms. B) functional dependencies.
C) referential integrity constraints. D) None of the above is correct.
 
Answer & Explanation Answer: A) normal forms.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Database

9 9506
Q:

The power to curve out a new state is vested in

A) The Parliament B) The President
C) The Council of MInisters D) State's Reorganisation Commission
 
Answer & Explanation Answer: A) The Parliament

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

24 9503
Q:

How do you go about familiarizing yourself with the products you sell?

Answer

Retail products often change seasonally.  Can you quickly update yourself on all the new information so you can be prepared to sell the new inventory to customers as soon as it lands on the shelf


 

Report Error

View answer Workspace Report Error Discuss

Subject: Retail

11 9503
Q:

Which sector of Indian Economy has shown remarkable expansion during the last decade

A) Primary Sector B) Secondary Sector
C) Tertiary Sector D) Mining Sector
 
Answer & Explanation Answer: C) Tertiary Sector

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

5 9487
Q:

What is the output after compile and run the following code ?

int Output = 10;
boolean b = false;
if((b == true) && ((Output += 10) == 20))
{
System.out.println("We are equal " + Output);
}
else
{
System.out.println("Not equal! " + Output);
}

A) Compilation and output of "We are equal 10" B) Compilation and output of "Not equal! 10"
C) Compilation error, attempting to perform binary comparison on logical data type D) Compilation and output of "Not equal! 20"
 
Answer & Explanation Answer: B) Compilation and output of "Not equal! 10"

Explanation:

The output will be "Not equal! 10". Please note that && is logical AND operator. If first operand before (&&) is false then the other operand will not be evaluated. This illustrates that the Output +=10 calculation was never performed because processing stopped after the first operand was evaluated to be false. If you change the value of b1 to true, processing occurs as you would expect and the output would be "We are equal 20".

Report Error

View Answer Report Error Discuss

Filed Under: Oracle Certification
Job Role: Analyst

12 9486
Q:

The purchase of shares and bonds of Indian companies by Foreign Institutional Investors is called ?

A) FDI B) NRI Investment
C) Portfolio Investment D) Foreign Indirect Investment
 
Answer & Explanation Answer: D) Foreign Indirect Investment

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: CAT
Job Role: Bank Clerk , Bank PO

14 9485