Questions

Q:

Parenthesis is never required in Postfix or Prefix expressions

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

Parenthesis is not required because the order of the operators in the postfix /prefix expressions determines the actual order of operations in evaluating the expression

Report Error

View Answer Workspace Report Error Discuss

Subject: Database
Job Role: Database Administration

6 10873
Q:

The presence or absence of hydroxy group on which carbon atom of sugar differentiates RNA and DNA ?

A) 4th B) 2nd
C) 3rd D) 1st
 
Answer & Explanation Answer: B) 2nd

Explanation:

RNA has hydroxy group attached at the 2nd C-atom while DNA does not.

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: AIEEE

21 10872
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 10872
Q:

An object that has kinetic energy must be

A) At an elevated position B) Falling
C) At rest D) Moving
 
Answer & Explanation Answer: D) Moving

Explanation:

In physics, we know that the kinetic energy of an object is the energy that it possesses due to its motion. It is defined as the work needed to accelerate a body of a given mass from rest to its stated velocity.

Hence, An object that has kinetic energy must be in motion i.e, moving.

Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

10 10871
Q:

Who amongst the following is the author of the book ' Colours of the Rainbow '

A) A.V.Kamath B) Anita Nayyar
C) Pritish Nandy D) Ranjit Biswas
 
Answer & Explanation Answer: D) Ranjit Biswas

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

22 10869
Q:

 Goa Shipyard Limited (GSL) was established in

A) 1955 B) 1956
C) 1957 D) 1958
 
Answer & Explanation Answer: C) 1957

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

52 10863
Q:

Which Company has launched 'Citizen First' advertisement campaign?

A) Infosys B) NGC
C) ITC D) Reliance
 
Answer & Explanation Answer: C) ITC

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

62 10855
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 10852