Questions

Q:

' Misch metal ' is widely used in manufacture of which of the following

A) Material of car brake B) Smoke detectors
C) Cigarette lighters D) Emergency lights
 
Answer & Explanation Answer: C) Cigarette lighters

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

49 16539
Q:

The filament of an electric bulb is made of

A) tungsten B) nichrome
C) graphite D) iron
 
Answer & Explanation Answer: A) tungsten

Explanation:

A filament is a metal wire that glows when electricity is channeled into it. The filament of an electric bulb is made of Tunsten. 

 

The_filament_of_an_electric_bulb_is_made_of1554113110.jpg image

 

Because of its high melting point and its greatest tensile strength, it makes for a good filament in light bulbs.

Report Error

View Answer Report Error Discuss

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

61 16532
Q:

In which language was the ' Shrimad Bhagavad Gita ' originally written

A) Sanskrit B) Apabhramsa
C) Prakrit D) Pali
 
Answer & Explanation Answer: A) Sanskrit

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

29 16514
Q:

You cannot close MS Word application by

A) From File menu choose Close submenu B) Click X button on title bar
C) Choosing File menu then Exit submenu D) Press Alt + F4
 
Answer & Explanation Answer: A) From File menu choose Close submenu

Explanation:
Report Error

View Answer Report Error Discuss

25 16504
Q:

Which of the statements given below are correct?

1. The author of the novel 'Missile Gap' is Charles Stross.
2. The author of the novel 'Bird Box' is Victor LaValle.
3. The author of the novel 'The City and the City' is China Mieville.

A) 1 and 2 B) 2 and 3
C) 1 and 3 D) 1, 2 and 3
 
Answer & Explanation Answer: C) 1 and 3

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors
Exam Prep: Bank Exams

0 16476
Q:

Missing Letter Challenge

letter_comes1498888967.jpg image

A) I B) M
C) P D) L
 
Answer & Explanation Answer: D) L

Explanation:

Here the letters follow the rule (AxZ)+(A+Z)

The number corresponding to the letters are used in the rule

A=1, Z=26 => 26x1 + 1 + 26 = 26+27 = 53 =  053

(LxP)+(L+P) = (12 x16) + 12 + 16 = 192+28 = 220

Similarly (11x12) + 11 + 12 => 132 + 23 = 155 

Report Error

View Answer Report Error Discuss

Filed Under: Missing letters puzzles
Exam Prep: TOEFL , GRE , GATE , CAT , Bank Exams , AIEEE
Job Role: Bank PO , Bank Clerk

49 16441
Q:

What is the element present in urea

A) C,H,O B) C,N,O
C) C,N,H D) C,O,N,H
 
Answer & Explanation Answer: D) C,O,N,H

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

45 16425
Q:

The output of the code below is

        #include <stdio.h>
        int *m()
        {
            int *p = 5;
            return p;
        }
        void main()
        {
            int *k = m();
            printf("%d", k);
        }

A) 5 B) Junk value
C) 0 D) Error
 
Answer & Explanation Answer: A) 5

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Programming

1 16394