Questions

Q:

Ozone holes are more pronounced at the

 

A) Equator B) Tropic of cancer
C) Tropic of capricorn D) Poles
 
Answer & Explanation Answer: D) Poles

Explanation:

Ozone holes are more pronounced at the polar regions of the earth.

 

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

2 37898
Q:

How many millimeters make ten kilometers?

 

A) 1010 B) 109
C) 108 D) 107
 
Answer & Explanation Answer: D) 107

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 37892
Q:

Which of the following has highest penetration power?

 

A) α– radiations   B) β– radiations  
C) γ– radiations   D) All have same penetration power.  
 
Answer & Explanation Answer: C) γ– radiations  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

1 37881
Q:

The Machkund project is a joint project of which two states?

 

A) West Bengal and Odisha   B) West Bengal and Bihar  
C) Odisha and Andhra Pradesh   D) Karnataka and Andhra Pradesh  
 
Answer & Explanation Answer: C) Odisha and Andhra Pradesh  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography
Exam Prep: Bank Exams

2 37843
Q:

#define clrscr() 100

main()

{

clrscr();

printf( "%dn", clrscr() );

}

A) 100 B) 0
C) Compilation error D) Exception occurs
 
Answer & Explanation Answer: A) 100

Explanation:

Preprocessor executes as a seperate pass before the execution of the compiler. So textual replacement of clrscr() to 100 occurs.The input program to compiler looks like this :

main ()

{

100;

printf("%d\n",100);

}

Note: 100; is an executable statement but with no action. So it doesn't give any problem.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

24 37832
Q:

In which of the following examples will an athlete have maximum accelerated motion?

 

A) Running on an octagonal track B) Running on a hexagonal track
C) Running on a rectangular track D) Running on a circular track
 
Answer & Explanation Answer: D) Running on a circular track

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 37739
Q:

A computer consists of

A) motherboard B) hard disk drive
C) central processing unit D) All of the above
 
Answer & Explanation Answer: D) All of the above

Explanation:

A computer system consists of a computer case, a power supply unit, a motherboard, a central processing unit (CPU), main memory, and a hard disk drive.

Input devices include a keyboard, mouse, microphone, video camera, and image scanner.

Output devices include a monitor, speakers, and a printer.

Report Error

View Answer Report Error Discuss

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

86 37724
Q:

What value should come in place of the question mark (?) in the following question?

52x14+145018=1998÷?

A) 18.25 B) 19.98
C) 34.58 D) 65.25
 
Answer & Explanation Answer: B) 19.98

Explanation:
Report Error

View Answer Report Error Discuss

0 37718