Questions

Q:

Blood is

A) alkaline B) neutral
C) like a buffer D) acidic
 
Answer & Explanation Answer: A) alkaline

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

39 6732
Q:

Gammaxene, D.D.T. & Bleaching powder are important compounds of

A) Nitrogen B) Phosphorus
C) Chlorine D) Sulphur
 
Answer & Explanation Answer: C) Chlorine

Explanation:

Gammaxene, D.D.T. & Bleaching powder are important compounds of Chlorine.

Report Error

View Answer Report Error Discuss

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

5 6732
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

6 6729
Q:

Malabar is covered by which types of vegetation

A) Mountain forest B) Thorn
C) Tropical deciduous D) Tropical evergreen
 
Answer & Explanation Answer: D) Tropical evergreen

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

13 6727
Q:

The Green Revolution in India was the outcome of the efforts of who amongst the following?

A) Dr MS Swaminathan B) Dr C Rangarajan
C) KV Kamath D) Dr Rakesh Mohan
 
Answer & Explanation Answer: A) Dr MS Swaminathan

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams
Job Role: Bank PO

18 6726
Q:

Find the ODD number ?

odd1502270940.jpg image

A) 42 B) 142
C) 119 D) 21
 
Answer & Explanation Answer: B) 142

Explanation:

Except 142 all are divisible by number '7'.

Report Error

View Answer Report Error Discuss

Filed Under: Math Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

15 6720
Q:

Solve the Number Puzzle ?

number_puzzle1503907077.jpg image

A) 20 B) 24
C) 26 D) 30
 
Answer & Explanation Answer: C) 26

Explanation:

Here the puzzle follows the logic that

Right side number = sum of the number on the left side and the previous number on the left side

=> 6 = 4+2

=> 10 = 6+4

=> ? = 16+10 = 26.

Report Error

View Answer Report Error Discuss

Filed Under: Number Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Bank Clerk , Bank PO

23 6718
Q:

Which is NOT a good Web security strategy ?

A) Remove unnecessary compilers and interpreters B) Add demo programs, so users can test system without accessing production data
C) Limit the users who can load software, edit or add files D) Restrict access to the Web server keep a minimum number of ports open
 
Answer & Explanation Answer: A) Remove unnecessary compilers and interpreters

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

20 6718