Questions

Q:

Which one of the following is the correct relation between the Kelvin temperature (T) and the Celsius temperature (fc)?

A) These are two independent temperature scales B) T = tc
C) T = tc - 273.15  D) T = tc + 273.15 
 
Answer & Explanation Answer: D) T = tc + 273.15 

Explanation:

Lord Kelvin, working in Scotland, developed the Kelvin scale in 1848. His scale uses molecular energy to define the extremes of hot and cold. Absolute zero, or 0 K, corresponds to the point at which molecular energy is at a minimum. The Kelvin scale is preferred in scientific work, although the Celsius scale is also commonly used. Temperatures measured on the Kelvin scale are reported simply as K, not °K.

T (in °C) + 273.15 = T (in K)

T (in K) − 273.15 = T (in °C)

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

0 2126
Q:

In the following question, a sentence has been given in Active/Passive voice. Out of the four alternatives suggested, select the one which best expresses the same sentence in Passive/Active voice.

Ram was singing a beautiful song for his mother.

A) A beautiful song was being sung by Ram for his mother. B) A beautiful song was sang by Ram for his mother.
C) A beautiful song was sung by Ram for his mother. D) A beautiful song was sung for his mother by Ram.
 
Answer & Explanation Answer: A) A beautiful song was being sung by Ram for his mother.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2125
Q:

....... produces a usable form of energy for the cell.

A) Ribosomes B) Plastids
C) Mitochondria D) Chloroplast
 
Answer & Explanation Answer: C) Mitochondria

Explanation:

Mitochondria are organelles that generate most of the chemical energy needed to power the cell's biochemical reactions. Hence, thay are also called as Power house of the cell.

 

mitochondria1593761207.jpg image

 

* Chemical energy produced by the mitochondria is stored in a small molecule called adenosine triphosphate (ATP).

 

Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

6 2125
Q:

Write a c program to check whether a number is strong or not.

Answer

#include<stdio.h>
int main(){
  int num,i,f,r,sum=0,temp;

  printf("Enter a number: ");
  scanf("%d",&num);
 
  temp=num;
  while(num){
      i=1,f=1;
      r=num%10;

      while(i<=r){
         f=f*i;
        i++;
      }
      sum=sum+f;
      num=num/10;
  }
  if(sum==temp)
      printf("%d is a strong number",temp);
  else
      printf("%d is not a strong number",temp);

  return 0;
}

Sample output:
Enter a number: 145
145 is a strong number

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2125
Q:

Name the veteran Agriculture Scientist who was recently awarded the 1st World Agriculture Prize for 2018.

A) Dr. Deepak Kumar B) Prof. Rakesh Agnihotri
C) Prof. MS Swaminathan D) None of the above
 
Answer & Explanation Answer: C) Prof. MS Swaminathan

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2125
Q:

Bikaner school, Jaipur school, Marwar school, Mewar school are all schools of?

A) Miniature paintings B) Rajput paintings
C) Madhubani paintings D) Cave paintings
 
Answer & Explanation Answer: B) Rajput paintings

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

3 2125
Q:

In the following question, out of the four alternatives, select the alternative which is the best substitute of the words/sentence.

Diminish in value over a period of time

A) Escalate B) Augment
C) Aggrandise D) Depreciate
 
Answer & Explanation Answer: D) Depreciate

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2125
Q:

Four words are given, out of which only one word is spelt correctly. Choose the correctly spelt word and click the button corresponding to it.

A) Counterfeit B) Counterfeet
C) Counter feet D) Counterfiet
 
Answer & Explanation Answer: A) Counterfeit

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2124