Questions

Q:

If a mirror is placed on the line AB, then which of the answer figures is the right image of the given figure?

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

Explanation:
Report Error

View Answer Report Error Discuss

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

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:

In a certain code language, "PUNISHED" is written as "288" and "TAILOR" is written as "225". How is "RELEASED" written in that code language?

A) 207 B) 237
C) 225 D) 243
 
Answer & Explanation Answer: A) 207

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 2898
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 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
Q:

Most common and popular name in the world?

A) Peter B) Mohammed
C) Robert D) Ahmed
 
Answer & Explanation Answer: B) Mohammed

Explanation:

Mohammed or Mohammad is thought to be the most popular name in the world, given to an estimated 150 million men and boys.

Report Error

View Answer Report Error Discuss

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

1 2896
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 2896