Questions

Q:

The one most important feature of the Mauryan Administration was 

A) wide powers enjoyed by the provicial governors B) the presence of a ' council of ministers '
C) the presence of vast, numerous powers of the bureaucracy D) an extensive network of spy-system
 
Answer & Explanation Answer: C) the presence of vast, numerous powers of the bureaucracy

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

4 6811
Q:

In 1930, which leader started the Red Shirt Movement in the North West Frontier Province?

Answer

Khan Abdul Ghaffar Khan

Report Error

View answer Workspace Report Error Discuss

21 6810
Q:

Which type of forests occupies the highest percentage of area in India  ?

A) Savanna & desert vegetation B) Tropical deciduous
C) Tropical Rainforests D) Equatorial evergreen
 
Answer & Explanation Answer: B) Tropical deciduous

Explanation:

Tropical Deciduous Forests: They are also called the “Monsoon forests”. They grow in the areas with annual rainfall of 70-200 cm. Sandal wood, Shisam, Mahua, Sal, Teak and Bamboo are important species of trees. Moist deciduous and the dry deciduous forests are two major categories of these forests.

Report Error

View Answer Report Error Discuss

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

32 6809
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 6806
Q:

Which of the following features may occur when lava cool at the surface

A) Basalt plateau B) Still
C) Batholith D) Dyke
 
Answer & Explanation Answer: A) Basalt plateau

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

5 6803
Q:

Water soluble vitamin include

A) vitamin C B) niacin
C) riboflavin D) all of the above
 
Answer & Explanation Answer: D) all of the above

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams
Job Role: Bank Clerk

31 6801
Q:

 What is the full form of GSLV ?

A) Ground Satellite Launching Vehicle B) Geosynchronous Satellite Launching Vehicle
C) Gravity synchronous Launching Vehicle D) Group satellite Launching vehicle
 
Answer & Explanation Answer: B) Geosynchronous Satellite Launching Vehicle

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

10 6798
Q:

Which state in India has the maximum number of wildlife sanctuaries?

A) Madhya Pradesh B) Odisha
C) Uttar Pradesh D) Andhra Pradesh
 
Answer & Explanation Answer: A) Madhya Pradesh

Explanation:

Madhya Pradesh state has the maximum number of wildlife sanctuaries in India. It has total of 36 wildlife sanctuaries. In India, there are total 96 national parks and 510 wildlife sanctuaries.

Report Error

View Answer Report Error Discuss

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

9 6796