Questions

Q:

Consider the following statements about indifference curves:

1. Indifference curves are convex to the origin.

2. Higher indifference curve represents higher level of satisfaction.

3. Two indifference curves cut each other.Which of the statements given above is/are correct?

A) 1 only B) 1 and 2
C) 2 and 3 D) 3 only
 
Answer & Explanation Answer: B) 1 and 2

Explanation:

The indifference curves cannot intersect each other.

Higher indifference curve represents a higher level of satisfaction because higher IC means a bundle consisting more of both the goods or same quantity of one good n more quantity of the other good .Hence statement 2 is correct and 3 is incorrect.

Indifference curves is convex to the point of origin because of diminishing Marginal Rate of Substitution.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

0 31201
Q:

Myanmar is located in _____________.

 

A) South Asia B) South-east Asia
C) East Asia D) South-west Asia
 
Answer & Explanation Answer: B) South-east Asia

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

0 31159
Q:

What will be output of following program?


#include <stdio.h>
int main()

{
   void (*p)();
   int (*q)();
   int (*r)();
   p = clrscr;
   q = getch;
   r = puts;
  (*p)();
  (*r)("www.sawaal.com");
  (*q)();
  return 0;
}

A) NULL B) www.sawaal.com
C) Compilation error D) None of above
 
Answer & Explanation Answer: B) www.sawaal.com

Explanation:

p is pointer to function whose parameter is void and return type is also void. r and q is pointer to function whose parameter is void and return type is int . So they can hold the address of such function.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 31140
Q:

The Eastern coast of India is known as

A) Eastern plateau B) Bengal Coast
C) Coromandal Coast D) Cyclonic Coast
 
Answer & Explanation Answer: C) Coromandal Coast

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

212 31105
Q:

Which among the following writs can be issued against any private individual?

I. Certiorari

II. Prohibition

III. Habeas Corpus

 

A) Only III B) Both I and III
C) Both II and III D) No option is correct
 
Answer & Explanation Answer: A) Only III

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

0 30993
Q:

1. All beutiful things are sad.She is beutiful.She is sad

2. All nice things are flat.TV are flat.TV's are nice things

3. Potatoes are stems.All stems are fruits.Potatoes are fruits

 

Choose the alternative where the 3rd segment can be deduced from above two

A) 1 only B) 1 and 2
C) 3 only D) 1 and 3
 
Answer & Explanation Answer: D) 1 and 3

Explanation:
Report Error

View Answer Report Error Discuss

0 30925
Q:

Which of the following range is known as 'Sahyadri'?

 

A) Satpura B) Western Ghats
C) Eastern Ghats D) Aravali
 
Answer & Explanation Answer: B) Western Ghats

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

0 30907
Q:

Which of the following regions receives rainfall throughout the year?

 

A) Tundra B) Monsoon
C) Mediterranean D) Equatorial
 
Answer & Explanation Answer: D) Equatorial

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: Bank Exams

4 30895