Questions

Q:

M sham Lal has done commendable worrk in which of the following fields

A) Social Service B) Trade Unionism
C) Journalism D) Politics
 
Answer & Explanation Answer: C) Journalism

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Personalities

0 3180
Q:

The GPS device in an automobile uses which communication channel?

A) Satellite B) Microwave
C) Radio frequency D) Infrared
 
Answer & Explanation Answer: A) Satellite

Explanation:

All automobiles uses satellite communication channel for their GPS devices.

Report Error

View Answer Report Error Discuss

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

2 3180
Q:

I have 9 letters, Nobody can read without me, 4+5+6 is an animal, 7 is me, 3 is u, 2+8+9+1 is completed. Who am I ?

A) Literature B) Dictionary
C) Education D) Dedication
 
Answer & Explanation Answer: C) Education

Explanation:

The answer is EDUCATION

 

4,5,6 make up the word cat,

7th is 'i' which means me,

3rd letter is 'u' which mean you,

2,8,9,1 make up the word done, which means completed

and nobody can read without education.

Report Error

View Answer Report Error Discuss

6 3178
Q:

Abu Simbel is located in which country?

A) South Africa B) Iran
C) Iraq D) Egypt
 
Answer & Explanation Answer: D) Egypt

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Places

4 3177
Q:

Solve the values?

solve_puzzle1547893377.jpg image

A) P=0, Q=8, R=1 B) P=0, Q=9, R=1
C) P=1, Q=9, R=0 D) P=0, Q=9, R=0
 
Answer & Explanation Answer: D) P=0, Q=9, R=0

Explanation:

By trial and error method,

P=0, Q=9, R=0 satisfies the values.

Report Error

View Answer Report Error Discuss

Filed Under: Math Puzzles
Exam Prep: AIEEE , Bank Exams , CAT , GATE , GRE
Job Role: Analyst , Bank Clerk , Bank PO

7 3177
Q:

Under what section of trade union act, workers are entitled to protection if strike is illegal?

Answer

Dispute Act, 1947 put certain prohibitions on the right to strike. A strike may be illegal if it contravenes the provision of section 22, 23 or 24 of the Act.

Report Error

View answer Workspace Report Error Discuss

Subject: Indian Politics Exam Prep: Bank Exams
Job Role: Bank Clerk , Bank PO

5 3176
Q:

Point out the error, if any, in the following program.

# include "stdio.h"

main()

{

     FILE *fp;

     char str[80];

     fp = fopen ("trail", "r");

     while (!feof (fp))

    {

           fgets (str, 80, fp);

           puts (str);

     }

     fclose (fp);

}

Answer

The last line from the file "trial" would be read twice. To avoid this, ues:


       While ( fgets (str, 80, fp) ! = NULL)


               puts (str);

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3175
Q:

Which one of the following is not a characteristic of a compound?

A) Composition is variable.  B) All particles of compound are of only one type.
C) Particles of compound have two or more elements. D) Its constituents cannot be separated by simple physical methods.
 
Answer & Explanation Answer: B) All particles of compound are of only one type.

Explanation:

A mixture is made from different substances that are not chemically joined.Compound:

•Two or more elements combine together chemically to form a new substance called compound.

•The different elements are chemically joined together.•Compounds are homogeneous, i.e. their properties are the same throughout

•The compound has properties different from the elements it contains.

•It can only be separated into its elements using chemical reactions. (not using physical methods)

•During the formation of a compound from its elements, a certain amount of energy in the form of heat, light, electricity is either absorbed or evolved

Report Error

View Answer Report Error Discuss

Filed Under: Chemistry
Exam Prep: Bank Exams

3 3174