Questions

Q:

Where did Gautama Buddha delivered his first sermon, known as Dharma Chakra Pravartan

A) Sanchi B) Sarnath
C) Sravasti D) Bodh Gaya
 
Answer & Explanation Answer: B) Sarnath

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

70 29358
Q:

FORTRAN is not used for _____.

(I) Drawing pictures
(II) Carrying out mathematics computations

A) Only (I) B) Only (II)
C) Both (I) and (II) D) Neither (I) nor (II)
 
Answer & Explanation Answer: C) Both (I) and (II)

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

10 29350
Q:

Two Fathers and Two Sons Riddle

Two fathers and two sons sat down to eat eggs for breakfast. They ate exactly three eggs, each person had an egg. The riddle is for you to explain how

Answer

one of the 'fathers' is also a grandfather. Therefore the other father is both a son and a father to the grandson. In other words, the one father is both a son and a father.

Report Error

View answer Workspace Report Error Discuss

Subject: Math Puzzles

310 29333
Q:

What will be output of following program ?

#include
int main()

{

int a = 10;
void *p = &a;
int *ptr = p;
printf("%u",*ptr);
return 0;

}

A) 10 B) Address
C) 2 D) Compilation error
 
Answer & Explanation Answer: A) 10

Explanation:

Void pointer can hold address of any data type without type casting. Any pointer can hold void pointer without type casting.

Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 29233
Q:

 Which of the following is the original purpose of SQL?

A) To specify the syntax and semantics of SQL data definition language B) To specify the syntax and semantics of SQL manipulation language
C) To define the data structures D) All of the above.
 
Answer & Explanation Answer: D) All of the above.

Explanation:

SQL is a domain-specific language used in programming and designed for managing data held in a relational database management system, or for stream processing in a relational data stream management system.

 

Purpose of SQL are ::

* To define the data structures

* To specify the syntax and semantics of SQL manipulation language

* To specify the syntax and semantics of SQL data definition language

Report Error

View Answer Report Error Discuss

Filed Under: Database
Job Role: Analyst , Database Administration , IT Trainer

30 29215
Q:

Name the plant important in sericulture

A) Pea B) Legumes
C) Mulberry D) Cassia
 
Answer & Explanation Answer: C) Mulberry

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

194 29126
Q:

January 1 is observed as

A) Global family day B) World red cross day
C) World telecommunication day D) Common wealth day
 
Answer & Explanation Answer: A) Global family day

Explanation:
Report Error

View Answer Report Error Discuss

78 29111
Q:

Who was the first woman to reach the north pole?

 

A) Ann Bancroft B) Nancy Loewen  
C) Liv Arnesen D) Robert Peary
 
Answer & Explanation Answer: A) Ann Bancroft

Explanation:

Ann Bancroft was the first woman to reach the north pole.

 

 

Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities
Exam Prep: Bank Exams

5 29074