Questions

Q:

According to John Maynard Keynes, employment depends upon

 

A) aggregate demand B) aggregate supply
C) effective demand D) rate of interest
 
Answer & Explanation Answer: C) effective demand

Explanation:

J.M Keynes’ theory of employment is a demand-deficient theory. This means that Keynes visualised employment from the demand side of the model. His theory is a demand-oriented approach, as opposed to the classical supply side model.

According to him,the volume of employment in a country depends on the level of effective demand of people for goods and services. Thus, unemployment is attributed to the deficiency of effective demand.

 

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

0 34155
Q:

The item ' Education' belongs to the 

A) Union List B) State List
C) Concurrent List D) Residuary subjects
 
Answer & Explanation Answer: C) Concurrent List

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

95 34038
Q:

Which of these is the best description of fixed expenses?

 

A) Insurance B) Payment on loans
C) Rent D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:

Fixed expenses are those expenses that do not change when there is a change in production or sales level.

 

Examples of Fixed Expenses are rent, insurance, payment on loans, salaries, advertising, etc...

 

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

0 34005
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 33990
Q:

Visible and invisible items of debit and credit are the part of___________.

 

A) import-export policy B) balance of payment
C) balance of trade D) annual budget
 
Answer & Explanation Answer: B) balance of payment

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

0 33917
Q:

Nagarahole Tiger Reserve is situated in which Indian state/UT?

 

A) Karnataka B) Goa
C) Maharashtra D) Telangana  
 
Answer & Explanation Answer: A) Karnataka

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

0 33912
Q:

Arrange the following words as per order in the dictionary

1. Organ

2. Origin

3. Orient

4. Organic

5. Organise

A) 1, 5, 3, 4, 2 B) 1, 5, 4, 2, 3
C) 1, 4, 5, 3, 2 D) 1, 4, 5, 2, 3
 
Answer & Explanation Answer: C) 1, 4, 5, 3, 2

Explanation:
Report Error

View Answer Report Error Discuss

0 33867
Q:

Which of the following was the first super computer developed in 1976?

 

A) Acom Atom B) Cray-1
C) PCW D) PET
 
Answer & Explanation Answer: B) Cray-1

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

11 33807