Questions

Q:

Where the Song Dam drinking water project is to be set up

 

A) Dehradun, Uttarakhand B) Kevodia, Gujarat
C) Vadodara, Gujarat D) Mandi, Himachal Pradesh
 
Answer & Explanation Answer: A) Dehradun, Uttarakhand

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

2 65197
Q:

Who is the guardian of fundamental Rights enumerated in Indian Constitution?

A) Supreme Court B) Parliament
C) Constitution D) President
 
Answer & Explanation Answer: A) Supreme Court

Explanation:

The Judiciary is the guardian of fundamental Rights enumerated in Indian Constitution.

In a criminal case, the judge has the power to decide whether the accused's rights have been violated.

As with most disputes, the courts decide when a right has been violated. They then have the power to act in order.

Here the Supreme Court is tyhe Highest of the Judiciary in India.

Report Error

View Answer Report Error Discuss

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

264 65185
Q:

Which of the following items was NOT exportable in the past Gupta period?

 

A) Iron B) Gold
C) Tin D) Silver
 
Answer & Explanation Answer: C) Tin

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

0 65173
Q:

Statement I :

Tides are the rise and fall of sea levels caused by the combined effects of the gravitationed forces exerted by the Moon and the Sun and the rotation of the Earth.

Statement II :

The Earth rotates from west to east. 

 

A) Both the statements are individually true and Statement II is the correct explanation of Statement I B) Both the statements are individually true but Statement II is not the correct explanation of Statement I
C) Statement I is true but Statement II is false D) Statement I is false but Statement II is true
 
Answer & Explanation Answer: B) Both the statements are individually true but Statement II is not the correct explanation of Statement I

Explanation:

Tides are the rise and fall of sea levels caused by the combined effects of the gravitational forces exerted by the Moon and the Sun and the rotation of Earth.

Statement 2 is also correct. But it is not the correct explanation for the 1st statement.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

0 65017
Q:

Alauddin Khilji's first military operation was against which of the following?

 

A) Gujarat   B) Ranthambore  
C) Devagiri D) Chittaur
 
Answer & Explanation Answer: B) Ranthambore  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

2 64893
Q:

Microsoft Office is an example of a

A) Closed source software B) Open source software
C) Horizontal market software D) vertical market software
 
Answer & Explanation Answer: C) Horizontal market software

Explanation:

Microsoft Office is an example of a Horizontal market software.

 

Microsoft_Office_is_an_example_of_a1552973841.png image

 

In computers, software is a collection of programs which performs a task. Horizontal market software is an application software that is useful in a wide range of industries. Horizontal market software is also known as "productivity software."

 

Examples :

Email, Payroll, Operating Systems (OS), Spread sheets, etc...

Report Error

View Answer Report Error Discuss

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

459 64885
Q:

What will be output when you will execute following c code?

#include <stdio.h>
void main()

{
    int const SIZE = 5;
    int expr;
    double value[SIZE] = { 2.0, 4.0, 6.0, 8.0, 10.0 };
    expr=1|2|3|4;
    printf ( "%f", value[expr] );
}

A) 2.000000 B) 4.000000
C) 8.000000 D) Compilation error
 
Answer & Explanation Answer: D) Compilation error

Explanation:

Size of any array in c cannot be constantan variable.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

24 64605
Q:

The central principle of physiology is

 

A) reflexes B) homeostasis
C) stimulation D) temperature regulation
 
Answer & Explanation Answer: B) homeostasis

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: Bank Exams

0 64434