Questions

Q:

Crack the following Logical WordPuzzle ?

21686498_1422856854488081_4594340323462201417_n1506331278.jpg image

Answer

Maps.

Report Error

View answer Workspace Report Error Discuss

Subject: Word Puzzles Exam Prep: Bank Exams , CAT , GRE , TOEFL
Job Role: Bank Clerk

10 2899
Q:

To resolve an object in an electron microscope,

A) the wavelength of the electrons must be close to the diameter of the object B) the wavelength of the electrons must be greater than the diameter of the object.
C) Both A & B D) None of the above
 
Answer & Explanation Answer: A) the wavelength of the electrons must be close to the diameter of the object

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2899
Q:

Did mercury cure syphilis?

Answer

Mercury was the remedy of choice for syphilis in Protestant Europe. Until the early 20th century, the primary treatment for syphilis was mercury, in the form of calomel, ointments, steam baths, pills, and other concoctions.


Mercury was already being used in Western Europe to treat skin diseases.

Report Error

View answer Workspace Report Error Discuss

Subject: General Science Exam Prep: AIEEE , Bank Exams , GATE
Job Role: Analyst , Bank Clerk

1 2899
Q:

Most organic compounds contain carbon and

A) Hydrogen B) Nitrogen
C) Potassium D) All of the above
 
Answer & Explanation Answer: A) Hydrogen

Explanation:

Most organic compounds contain carbon and hydrogen.

Report Error

View Answer Report Error Discuss

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

2 2899
Q:

If the production possibilities curve was a straight line, this would imply that

A) Economic resources are perfectly substitutable, in the production of the two products B) Equal quantities of both products are produced at each possible point on the curve
C) The two products will sell at the same market price D) The two products are equally important to consumers
 
Answer & Explanation Answer: C) The two products will sell at the same market price

Explanation:

A production–possibility frontier (PPF) or production possibility curve (PPC) is the possible tradeoff of producing combinations of goods with constant technology and resources per unit time.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO

1 2899
Q:

Answer the following Program

#define CHARSIZE 8

#define MASK(y) (1 << y % CHARSIZE)

#define BITSLOT (y) (y / CHARSIZE)

#define SET(x,y) ( x[BITSLOT(y)] = MASK(y) )

#define TEST(x,y) ( x[BITSLOT(y)] & MASK(y) )

#define NUMSLOTS(n) ((n + CHARSIZE - 1) / CHARSIZE)

 

Give the above macros how would you

1. declare an array arr of 50 bits

2. put the 20th bit on

3. test whether the 40th bit is on or off

Answer

1. char arr[NUMSLOTS(50)];


2. SET (arr, 20);


3. if (TEST (arr, 40))

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2898
Q:

Why are commercial advertisements made?

A) To convince the viewer to buy a product B) To confuse the viewer about the different products in market
C) To dissuade the viewer from buying a product D) To highlight the flaws of a product
 
Answer & Explanation Answer: A) To convince the viewer to buy a product

Explanation:

Commercial advertisements are created for the purpose of raising the awareness of the public on a company's products or services.

 

* It is very important for a business to have its goods and services known to the public.

 

* It can greatly boost its sales by attracting more csutomers which in effect helps a company grow and become successful.

Report Error

View Answer Report Error Discuss

Filed Under: Advertising and Media
Exam Prep: AIEEE
Job Role: Analyst

0 2897
Q:

Which of the following is NOT a social development scheme launched by the Government of India

A) Indira Awas Yojana B) Kutir Jyoti
C) LookEast Policy D) Operation Black Board
 
Answer & Explanation Answer: C) LookEast Policy

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

2 2896