Questions

Q:

Find the missing number in the given puzzle?

missing_number_puzzle1546602135.jpg image

A) 963 B) 696
C) 969 D) 966
 
Answer & Explanation Answer: C) 969

Explanation:

1 + 1 = 121 = 1x1 1+1 1x1

1 + 2 = 134 = 1x1 1+2 2x2

2 + 2 = 444 = 2x2 2+2 2x2

3 + 2 = 954 = 3x3 3+2 2x2

3 + 3 = ?   

Similarly, 3x3 3+3 3x3 = 969

Report Error

View Answer Report Error Discuss

38 6340
Q:

The Constitution of India was adopted on

A) 26th January, 1950 B) 26th January, 1949
C) 26th January, 1949 D) 15th August, 1947
 
Answer & Explanation Answer: C) 26th January, 1949

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

7 6339
Q:

What is the largest seabird ?

Answer

Albatross

Report Error

View answer Workspace Report Error Discuss

31 6331
Q:

Majid Gyre is a feature of which of the following Oceans  ?

A) Indian Ocean B) Pacific Ocean
C) Atlantic Ocean D) Arctic Ocean
 
Answer & Explanation Answer: A) Indian Ocean

Explanation:

The Indian Ocean consists of one gyre, the Indian Ocean (Majid) Gyre, which exists mostly in the Southern Hemisphere. It is named after Ahmad Bin Majid, the 15th-century Arab mariner. Following shows the Oceans and their respective Gyres

 Indian Ocean            -        Majid Gyre

North Atlantic Ocean   -       Columbus Gyre

South Atlantic Ocean  -       Prince Henry Gyre

North Pacific Ocean     -      Turtle Gyre

South Pacific Ocean    -       Heyerdahl Gyre

Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

11 6328
Q:

We want to round off x, a Float to an Int value. The correct way to do so would be

A) Y = ( int ) ( x + 0.5 ) ; B) Y = int ( x + 0.5) ;
C) Y = ( int ) x + 0.5; D) Y = ( int ) ( ( int ) x + 0.5 )
 
Answer & Explanation Answer: A) Y = ( int ) ( x + 0.5 ) ;

Explanation:

Rounding off a value means replacing it by a nearest value that is approximately equal or smaller or greater to the given number.

 

y = (int)(x + 0.5); here x is any float value. To roundoff, we have to typecast the value of x by using (int)

 

Example:

 

#include

 

int main ()

 

{

 

  float x = 2.6;

 

  int y = (int)(x + 0.5);

 

  printf ("Result = %d\n", y );

 

  return 0;

 

}

 

Result : 3

Report Error

View Answer Report Error Discuss

Filed Under: Programming

3 6327
Q:

Which part of a computer performs calculations?

A) Control unit B) Arithmetic and logical unit
C) Both A & B D) Logic bus
 
Answer & Explanation Answer: B) Arithmetic and logical unit

Explanation:

A computer has a CPU which is called as Central Processing UNit or a Processor builton the mother board. It has many components like control unit and Arithmetic and logical unit. 

 

The Arithmetic and logical unit of the CPU performs the arithmetic operations or mathematical calculations.

Report Error

View Answer Report Error Discuss

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

6 6326
Q:

Contour bunding is a method of soil conservation used in

A) Scrublands, liable to spread of weed growth B) Hilly and Slopy or mountain areas
C) Low flat plains, close to stream courses, liable to flooding D) Desert margins, liable to strong wind action
 
Answer & Explanation Answer: B) Hilly and Slopy or mountain areas

Explanation:

Contour bunding is a proven sustainable land management practice for mountainous areas, marginal, sloping, and hilly land where the soil productivity is very low.

 

It is widely adopted by the ethnic minorities of Nepal who practice the shifting cultivation system of farming.

Report Error

View Answer Report Error Discuss

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

11 6325
Q:

The rolling plan concept in our country started with the

A) Third plan B) Fourth plan
C) Fifth plan D) Seventh plan
 
Answer & Explanation Answer: C) Fifth plan

Explanation:

The Rolling plan refers to one-year plans in the five-year perspective. under Rolling plan, there would be an annual appraisal of the progress of the plan and on the basis of such an appraisal, the plan for the next year will be prepared. The plan would go on rolling year after year.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

17 6323