Questions

Q:

Mount Everest is located between

 

A) China & India B) India & Nepal
C) China & Nepal D) India & Myanmar
 
Answer & Explanation Answer: C) China & Nepal

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: Bank Exams

5 5374
Q:

Which of the following is Not an Operating System?

A) UNIX B) Windows NT
C) C++ D) DOS
 
Answer & Explanation Answer: C) C++

Explanation:

C++ is not an Operating System.

 

An Operating System is a collection of system programs that manages all the other programs application programs in a computer as well as the allocation and use of hardware resources such as the CPU, Memory and the Hard Disk Drive.

It acts as an interface between the hardware and the user level program.

It controls and facilitates the overall operation of a computer. 

 

Here

UNIX : UNIX is a popular multi-user, multitasking operating system (OS) developed at Bell Labs.

 

Windows NT : Windows NT is a family of operating systems produced by Microsoft, the first version of which was released in July 1993.

 

DOS : DOS is Disk Operating System. The term DOS can refer to any operating system.

 

C++ : C++ is a programming language and computing platform.

 

Hence, C++ is not an Operating System.

Report Error

View Answer Report Error Discuss

8 5372
Q:

Arrange the following words as per order in the dictionary

1. Diffident

2. Difficult

3.Different

4.Diffidence

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

Explanation:
Report Error

View Answer Report Error Discuss

0 5372
Q:

‘World Sustainable Development Summit’ is organized by which institution?

 

 

A) The Energy and Resources Institute B) World Economic Forum
C) NITI Aayog D) UNDP
 
Answer & Explanation Answer: A) The Energy and Resources Institute

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams

1 5371
Q:

Which of the following is not an agency of UN

A) World Health Organisation B) International Monetary Fund
C) International Committee of the Red Cross D) Food and Agricultural Organization
 
Answer & Explanation Answer: C) International Committee of the Red Cross

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Organisations

4 5369
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

2 5367
Q:

As per the results of the 2011 Populatiom Census, which of the following groups occupies the three top places in respect of literacy?

A) Kerala, Goa, West Bengal B) Chandigarh, Goa, Kerala
C) Kerala, Lakshadweep, Mizoram D) Mizoram, Kerala, Tripura
 
Answer & Explanation Answer: D) Mizoram, Kerala, Tripura

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

91 5366
Q:

Which of the following is most urbanised State of India

A) Maharashtra B) Mizoram
C) Goa D) Tamil Nadu
 
Answer & Explanation Answer: C) Goa

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy

5 5365