Questions

Q:

According to a report by New World Wealth, which is the richest city in the world 2018?

A) Tokyo B) New York
C) London D) Paris
 
Answer & Explanation Answer: B) New York

Explanation:

New York City, London, and Tokyo are the richest cities in the world 2018, according to their ranks.

Report Error

View Answer Report Error Discuss

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

2 3011
Q:

A goal of the defense plant corporation was

A) to oversee wartime production. B) to give money to businesses to fund war production.
C) to coordinate wartime business and labor. D) to prepare the US for war.
 
Answer & Explanation Answer: B) to give money to businesses to fund war production.

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Job Role: Bank Clerk , Bank PO

0 3010
Q:

The Solar System was discoverd by

A) Galleleo B) Finsen
C) Copernicus D) None of these
 
Answer & Explanation Answer: C) Copernicus

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

0 3010
Q:

Mallika Sarabhi is associated with which of the  following fields

A) Social Service B) Classical Music
C) Classical Dance D) Sports
 
Answer & Explanation Answer: C) Classical Dance

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

0 3010
Q:

What is Altamira in northern Spain Famous for?

Answer

Caves with pre-historic paintings and engravings 

Report Error

View answer Workspace Report Error Discuss

1 3009
Q:

Trip planning helps reduce

A) Stress B) Driving distance
C) Both A & B D) Insurance costs
 
Answer & Explanation Answer: C) Both A & B

Explanation:

Trip planning helps reduce Driving distance and stress. We can preplan the trip how to go, where to go first, from where the spot is near and what the places to be seen there and the total estimation for the trip.

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: AIEEE , Bank Exams
Job Role: Analyst , Bank Clerk , Bank PO

2 3008
Q:

What are the static and dynamic hazards in logic circuits?

Answer

If for a short period of time circuits goes to some different logic level then it is spposed to have then it is called static hazard. e.g., If the final logic value of output of given circuit becomes one vent if if is supposed to be zero then it is called static-0 Hazard and vice versa. Dynamic Hazard is the one in which the circuit output goes to some other logic level more than once then finally settling down to some appropriate level.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 3008
Q:

public static void main string[] args Meaning is?

Answer

Here in this declaration public static void main string[] args, each keyword has its importance.


 


1. public - Here public is an access specifier which allows the main method to be accessible everywhere.


 


2. static - static helps the main method to get loaded without getting called by any instance/object.


 


3. void - void clarifies that the main method will not return any value.


 


4. main - It's the name of the method.


 


5. String[] args - Here we are defining a String array to pass arguments at the command line. args is the variable name of the String array.

Report Error

View answer Workspace Report Error Discuss

8 3008