Questions

Q:

Which of the following statements about water is false?

A) There is extensive intramolecular hydrogen bonding in the condensed phase. B) Water is oxidized to oxygen during photosynthesis.
C) Ice formed by heavy water sinks in normal water. D) Water can act both as an acid and as a base.
 
Answer & Explanation Answer: A) There is extensive intramolecular hydrogen bonding in the condensed phase.

Explanation:

Water possess intermolecular hydrogen bonding in the condensed phase.

 

Hence, the given statement 'There is extensive intramolecular hydrogen bonding in the condensed phase.' about water is FALSE.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

0 2357
Q:

One turn of the citric acid cycle produces

A) two molecules of carbon dioxide are released B) three molecules of NADH and one molecule of FADH2 are generated
C) one molecule of ATP or GTP is produced D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

One turn of the citric acid cycle produces

 

1. Two molecules of carbon dioxide are released.

2. One molecule of ATP or GTP is produced.

3. Tree molecules of NADH and one molecule of FADH2 are generated.

Report Error

View Answer Report Error Discuss

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

1 2357
Q:

The largest expenditure component of GDP is

A) Consumption B) Net exports
C) Government spending D) Investments
 
Answer & Explanation Answer: A) Consumption

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2357
Q:

In economics, the cost of something is

A) the dollar amount of obtaining it B) what you give up to get it
C) often impossible to quantify, even in principle D) always measured in units of time given up to get it
 
Answer & Explanation Answer: B) what you give up to get it

Explanation:

In economics, the cost of something is what you give up to get it.

Report Error

View Answer Report Error Discuss

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

4 2357
Q:

In the following question, out of the four alternatives, select the alternative which will improve the bracketed part of the sentence. In case no improvement is needed, select "no improvement".

 

We took a path that would keep us away from (disturb) them as they basked in the sun and ate a slow meal.

 

A) disturbing B) disturbed
C) disturbs D) no improvement
 
Answer & Explanation Answer: A) disturbing

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams , GRE , TOEFL

0 2357
Q:

In which year a new “Liberalized Industrial Policy” in India was announced for the first time?

A) 1991 B) 1992
C) 1986 D) 1993
 
Answer & Explanation Answer: A) 1991

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2357
Q:

Write a c program to print multiplication table

Answer

 #include<stdio.h>
int main(){
  int r,i,j,k;
  printf("Enter the number range: ");
  scanf("%d",&r);
  for(i=1;i<=r;i++){
      for(j=1;j<=10;j++)
           printf("%d*%d=%d ",i,j,i*j);
      printf("\n");
  }
  return 0;
}

Sample Output:
Enter the number range: 5

1*1=1 1*2=2 1*3=3 1*4=4 1*5=5 1*6=6 1*7=7 1*8=8 1*9=9 1*10=10
2*1=2 2*2=4 2*3=6 2*4=8 2*5=10 2*6=12 2*7=14 2*8=16 2*9=18 2*10=20
3*1=3 3*2=6 3*3=9 3*4=12 3*5=15 3*6=18 3*7=21 3*8=24 3*9=27 3*10=30
4*1=4 4*2=8 4*3=12 4*4=16 4*5=20 4*6=24 4*7=28 4*8=32 4*9=36 4*10=40
5*1=5 5*2=10 5*3=15 5*4=20 5*5=25 5*6=30 5*7=35 5*8=40 5*9=45 5*10=50

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2357
Q:

The International chriminal Police Organisation has its headquaters at

A) Paris B) Rio de Janeiro
C) Dar es Salam D) None of these
 
Answer & Explanation Answer: A) Paris

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

2 2357