Questions

Q:

Emergence of two power blocs after the second world war. What are they?

Answer

Emergence of two great power blocs:


Two power blocs came into existence after the Second World War. The United States of America and Soviet Russia became two Super Powers. They tried to dominate over other countries in their own way. Ultimately, it gave a headache to the world.


 


The Cold War was a state of political and military tension after World War II between powers in the Western Bloc (the United States, its NATO allies and others) and powers in the Eastern Bloc (the Soviet Union and its allies in the Warsaw Pact).

Report Error

View answer Workspace Report Error Discuss

Subject: World History Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

90 34163
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 34025
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 34003
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 33933
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 33922
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 33880
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 33831