Questions

Q:

What is the structure of IF7 ?

A) Triagonal bipyramid B) Pentagonal bipyramid
C) Square pyramid D) tetrahedral
 
Answer & Explanation Answer: B) Pentagonal bipyramid

Explanation:

In IF7 out of 7 Flourine atoms 5 of them are placed on a plane in Pentagon shape .In remaining 2 flourines one is placed above the plane and other below the plane each at 90 degrees

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

197 29369
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 29366
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 29345
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 29271
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 29239
Q:

Match the characteristics with their market structure:

(a) demand will tend to be inelastic
(b) Firm has control over quantity of output but it must take into account reactions of competitors

 

A) (a) Pure Monopoly, (b) Oligopoly B) (a) Pure Monopoly, (b) Monopolistic Competition
C) (a) Pure Competition, (b) Oligopoly D) (a) Monopolistic Competition, (b) Pure Competition
 
Answer & Explanation Answer: A) (a) Pure Monopoly, (b) Oligopoly

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Economy
Exam Prep: Bank Exams

1 29163
Q:

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

529*6/2*?=14076

A) 204 B) 251
C) 102 D) 146
 
Answer & Explanation Answer: A) 204

Explanation:

23*3*x=14076
69*x=14076
= 69 =204

Report Error

View Answer Report Error Discuss

0 29139
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 29134