Questions

Q:

The largest component of GDP is

A) income B) wages
C) consumption D) imports
 
Answer & Explanation Answer: C) consumption

Explanation:

Consumption is the largest component of GDP.

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 2006
Q:

Protists and bacteria are grouped into different domains because

A) protists have a membrane-bounded nucleus, which bacterial cells lack. B) protists eat bacteria
C) bacteria decompose protists D) protists are photosynthetic
 
Answer & Explanation Answer: A) protists have a membrane-bounded nucleus, which bacterial cells lack.

Explanation:
Report Error

View Answer Report Error Discuss

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

1 2006
Q:

In which of the following part of the cell does the pyruvic acid is broken down into carbon dioxide, water and energy?

A) Cytoplasm B) Nucleus
C) Mitochondria D) Chloroplast
 
Answer & Explanation Answer: C) Mitochondria

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology
Exam Prep: Bank Exams

1 2005
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 2005
Q:

What is SMP?

Answer

To achieve maximum efficiency and reliability a mode of operation known as symmetric multiprocessing is used. In essence, with SMP any process or threads can be assigned to any processor.

Report Error

View answer Workspace Report Error Discuss

1 2005
Q:

In the following question, out of the four alternatives, select the word opposite in meaning to the word given.
Phlegmatic

A) Ardent B) Indifferent
C) Prohibit D) Merciless
 
Answer & Explanation Answer: A) Ardent

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2005
Q:

PQR is right angled at Q. If cosecP = 17/15, then what is the value of sinR ?

A) 15/17 B) 11/17
C) 8/17 D) 13/17
 
Answer & Explanation Answer: C) 8/17

Explanation:
Report Error

View Answer Report Error Discuss

1 2004
Q:

Magic Marker was invented by _______.

A) Adolphe Sax B) Albert Bruce Sabin
C) Sidney Rosenthal D) Hyman George Rickover
 
Answer & Explanation Answer: C) Sidney Rosenthal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions
Exam Prep: Bank Exams

0 2004