Questions

Q:

If x + (1/x) = 2, then what is the value of x64 + x121?

A) 0 B) 1
C) 2 D) -2
 
Answer & Explanation Answer: A) 0

Explanation:
Report Error

View Answer Report Error Discuss

0 2126
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:

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:

In the following question, out of the four alternatives, choose the word which best expresses the meaning of the given word and click the button corresponding to it.

EXAGGERATE

A) MAGNIFY B) IMAGINE
C) REINFORCE D) REITERATE
 
Answer & Explanation Answer: A) MAGNIFY

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2125
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 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:

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:

What is the maximum number of days of employment a rural poor would get under 'MGNREGA'?

A) 180 days B) 120 days
C) 100 days D) 90 days
 
Answer & Explanation Answer: C) 100 days

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

0 2125