Questions

Q:

Who of the following was a contemporary of Gautama Buddha?

A) Bhadrabahu B) Chandragupta Maurya
C) Parsvanath D) Vardhaman Mahavira
 
Answer & Explanation Answer: D) Vardhaman Mahavira

Explanation:

Vardhamana Mahavira, also known as Mahavira, was the twenty-fourth tirthankara who revived Jainism.

 

Who_of_the_following_was_a_contemporary_of_Gautama_Buddha1558589020.jpg image

 

Both Mahavira and Gauthama Buddha are contemporary to each other as they propound their religions Jainism and Buddhism in India.

Report Error

View Answer Report Error Discuss

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

101 38858
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 38841
Q:

The deepest land locked and protected port in india is 

A) Marmugoa B) Vishakhapatnam
C) Mumbai D) Cohin
 
Answer & Explanation Answer: B) Vishakhapatnam

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

111 38802
Q:

Light is a ______________ wave.

 

A) longitudinal B) elastic
C) transverse D) mechanical
 
Answer & Explanation Answer: C) transverse

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Physics
Exam Prep: Bank Exams

0 38686
Q:

In HTML, ______________ is a set of links designed as buttons.

 

A) Header area B) Menu bar
C) Body of the page D) Footer area
 
Answer & Explanation Answer: B) Menu bar

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

7 38676
Q:

In which Schedule to the Constitution of India is the list of States and Union Territories given?

 

A) First Schedule  B) Second Schedule 
C) Fourth Schedule  D) Sixth Schedule
 
Answer & Explanation Answer: A) First Schedule 

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics
Exam Prep: Bank Exams

0 38650
Q:

If  1 1 1 1 = R
    2 2 2 2 = T
    3 3 3 3 = E
    4 4 4 4 = N

 

Then  5 5 5 5 = ?

A) Y B) Z
C) T D) X
 
Answer & Explanation Answer: A) Y

Explanation:

If you add all the terms of the LHS of equality, then the last letter of the sum written in words would give you the RHS.

1 + 1 + 1 + 1 = 4 = FOUR

2 + 2 + 2 + 2 = 8 = EIGHT

3 + 3 + 3 + 3 = 12 = TWELVE

4 + 4 + 4 + 4 = 16 = SIXTEEN

 

So, following the same pattern.

5 + 5 + 5 + 5 = 20 = TWENTY

 

That gives us our answer to 5 5 5 5 =  "Y".

Report Error

View Answer Report Error Discuss

86 38645
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 38594