Questions

Q:

Tennis rackets and ballpoint pens are

A) complementary goods B) independent goods
C) inferior goods D) substitute goods
 
Answer & Explanation Answer: B) independent goods

Explanation:

Tennis rackets and ballpoint pens are two independent goods. Since, one doesn't depend on the other.

Report Error

View Answer Report Error Discuss

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

0 2010
Q:

Male is the Capital of ___________.

A) Algeria B) Maldives
C) Kenya D) Mauritius
 
Answer & Explanation Answer: B) Maldives

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Country Capitals
Exam Prep: Bank Exams

5 2009
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 2009
Q:

What is virtual memory?

Answer

Virtual memory is hardware technique where the system appears to have more memory that it actually does. This is done by time-sharing, the physical memory and storage parts of the memory one disk when they are not actively being used.

Report Error

View answer Workspace Report Error Discuss

0 2009
Q:

Name the inventor of ATM (automated teller machine), it was opened on 27th June, 1967 by Barclays bank?

A) J Shepherd-Barron B) M D White
C) D C Wetzel D) Wilfred Barron
 
Answer & Explanation Answer: A) J Shepherd-Barron

Explanation:

John Shepherd-Barron was the inventor of ATM (automated teller machine), which was opened on 27th June, 1967 by Barclays bank.

Report Error

View Answer Report Error Discuss

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

0 2009
Q:

Granite is the examples of which rock ?

A) Igneous rock B) Sedimentary rock
C) Calcareous rock D) Matamorphic
 
Answer & Explanation Answer: A) Igneous rock

Explanation:

It forms slow crystallization of magma below Earth's surface.Granite is a hard light-colored igneous rock and it is composed mainly of quartz and feldspar with minor amounts of mica, amphiboles and other minerals it is mainly used for building and monuments

Report Error

View Answer Report Error Discuss

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

1 2009
Q:

An image formed by a plane mirror, that cannot be obtained on a screen is called _______.

A) Virtual image B) Real image
C) Inverted image D) Erect image
 
Answer & Explanation Answer: A) Virtual image

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 2009
Q:

AV= constant, where A= area of cross-section and V= velocity of fluid. This equation is called _____.

A) Equation of discontinuity B) Equation of continuity
C) Equation of sustenance D) Equation of parallelism
 
Answer & Explanation Answer: B) Equation of continuity

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 2009