Questions

Q:

To copy cell contents using drag and drop press the

A) Shift key B) Alt key
C) End key D) Ctrl key
 
Answer & Explanation Answer: D) Ctrl key

Explanation:

Ctrl key is to be pressed To copy cell contents using drag and drop.

Report Error

View Answer Report Error Discuss

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

15 13211
Q:

Which of the following is present in the largest amount in terms of percent by mass in the earth's crust

A) Silicon B) Oxygen
C) Carbon D) Calcium
 
Answer & Explanation Answer: B) Oxygen

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

26 13194
Q:

What is the output after compile and run the following code ?

int Output = 10;
boolean b = false;
if((b == true) && ((Output += 10) == 20))
{
System.out.println("We are equal " + Output);
}
else
{
System.out.println("Not equal! " + Output);
}

A) Compilation and output of "We are equal 10" B) Compilation and output of "Not equal! 10"
C) Compilation error, attempting to perform binary comparison on logical data type D) Compilation and output of "Not equal! 20"
 
Answer & Explanation Answer: B) Compilation and output of "Not equal! 10"

Explanation:

The output will be "Not equal! 10". Please note that && is logical AND operator. If first operand before (&&) is false then the other operand will not be evaluated. This illustrates that the Output +=10 calculation was never performed because processing stopped after the first operand was evaluated to be false. If you change the value of b1 to true, processing occurs as you would expect and the output would be "We are equal 20".

Report Error

View Answer Report Error Discuss

Filed Under: Oracle Certification
Job Role: Analyst

12 13184
Q:

Jivaka, the royal physician of Rajgrih, was the son of the Ganika named as

A) Salavati B) Ramaniya
C) Basantsena D) Amrapali
 
Answer & Explanation Answer: A) Salavati

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

26 13172
Q:

Which Airport is named as Pandit Deen Dayal Upadhay Airport ?

A) Gorakhpur B) Delhi
C) Gujarath D) Agra
 
Answer & Explanation Answer: D) Agra

Explanation:

 The UP government changed the name of Gorakhpur and Agra Airports as well as the name of the department of welfare of the differently abled.

 The Gorakhpur Airforce Station has been renamed as Mahayogi Goraknath Airport after the founder of the Nath monastic movement.

The Agra Airport will be renamed after Pandit Deen Dayal Upadhyay airport. The Department of Disabled Welfare will now be known as 'Divyang Jan Vikas Empowerment'.

 

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

26 13170
Q:

Which supercomputer is developed by the Indian Scientists?

A) Super 3 B) Param 808
C) Super 149 D) Param 8000
 
Answer & Explanation Answer: D) Param 8000

Explanation:

PARAM 8000 was was the first supercomputer developed by Indian scientists launched on July 01, 1991 is considered India's first supercomputer.

    • It was indigenously built in 1991 by Centre for Development of Advanced Computing and was replicated and installed at ICAD Moscow in 1991 under Russian collaboration.

 

Which_supercomputer_is_developed_by_the_Indian_Scientists1554209544.png image

Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: CAT , Bank Exams , AIEEE
Job Role: Bank PO , Analyst

22 13162
Q:

The First river valley project started in india is 

A) Bhakra -Nagal Project B) Damodar Valley Project
C) Kosi Project D) Hirakud Project
 
Answer & Explanation Answer: B) Damodar Valley Project

Explanation:

Damodar Valley Project (DVP) is based on the model of Tennessee Valley Authority (TAV), USA constructed to harness water of Damodar, a capricious river flowing through Bihar and West Bengal.

Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

43 13145
Q:

In the following question, select the missing number from the given series.

1, 2, 6, 42, ?

A) 1696 B) 1036
C) 1806 D) 984
 
Answer & Explanation Answer: C) 1806

Explanation:
Report Error

View Answer Report Error Discuss

0 13143