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 34133
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:

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 33980
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 33874
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 33842
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 33825
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 33779
Q:

Consider the following statements:

1. Inflation in India continued to be moderate during 2017-18

2. There was significant reduction in food inflation, particularly pulses and vegetables during the period.


Which of the statements given above is/are correct?

A) 1 only B) 2 only
C) Both 1 and 2 D) Neither 1 nor 2
 
Answer & Explanation Answer: C) Both 1 and 2

Explanation:

According to the Survey, inflation in the country continued to moderate during 2017-18 with the CPI based headline inflation averaging 3.3 per cent during the period --the lowest in the last six financial years

Retail inflation fell to a record low of 2.18% in May as prices of kitchen staples like vegetables and pulses declined sharply although there was a marginal spike in fruit rates.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

1 33776