Questions

Q:

What do eukaryotic cells have that prokaryotic cells do not?

A) Nucleus B) Cytoplasm
C) Ribosomes D) DNA
 
Answer & Explanation Answer: A) Nucleus

Explanation:

ep1527656002.jpg image

Eukaryotic cells contain membrane-bound organelles, including a nucleus. Eukaryotes can be single-celled or multi-celled, such as you, me, plants, fungi, and insects.

 

Whereas Prokaryotic cells do not contain a nucleus or any other membrane-bound organelle. Bacteria are an example of prokaryotes.

Report Error

View Answer Report Error Discuss

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

34 18594
Q:

How many members were Initially  there in the Constituent assembly of India

A) 300 B) 304
C) 308 D) 310
 
Answer & Explanation Answer: A) 300

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

42 18588
Q:

The purpose of choke in tube light is

A) Induce high voltage B) Induce low resistance
C) Induce high resistance D) Induce low voltage
 
Answer & Explanation Answer: A) Induce high voltage

Explanation:

When the switch is ON, in a tube light choke is nothing but the coil/ballast ( inductor) which is used to induce the high voltage across it. as we know that inductor has property to induce high voltage for the brief period of time, this high voltage is required to ionize the gases in the starter.

Then gas inside the starter gets ionized due to this full voltage and heats the bimetallic strip that is caused to be bent to connect to the fixed contact. Current starts flowing through the starter. Although the ionization potential of the neon is the little bit more than that of the argon but still due to small electrode gap high voltage gradient is appeared in the neon bulb and hence glow discharge is started first in a starter.

As voltage gets reduced due to the current causes a voltage drop across the inductor, the strip cools and breaks away from the fixed contact. At that moment a large L di/dt voltage surge comes across the inductor at the time of breaking.

This high valued surge comes across the tube light electrodes and strikes penning mixture (mixture argon gas and mercury vapor).

Gas discharge process continues and current gets the path to flow through the tube light gas only due to low resistance as compared to the resistance of starter.

Report Error

View Answer Report Error Discuss

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

31 18585
Q:

Tansen Samman has been instituted by the Government of

A) Uttar Pradesh B) Gujarat
C) Maharashtra D) Madhya Pradesh
 
Answer & Explanation Answer: D) Madhya Pradesh

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Honours and Awards

36 18580
Q:

Which one of the pairs of folk-dance and state is NOT matched?

 

A) Jhumar - Haryana   B) Tamasha - Maharashtra  
C) Kajri - Uttar Pradesh D) Baul - West Bengal
 
Answer & Explanation Answer: A) Jhumar - Haryana  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Culture
Exam Prep: Bank Exams

18 18573
Q:

Which port is situated on the southern tip of the Suez Canal?

 

 

A) Port Suez   B) Port Said
C) Ismailia D) Port Ibrahim
 
Answer & Explanation Answer: A) Port Suez  

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography
Exam Prep: Bank Exams

4 18547
Q:

Who is said to have become the chief of the Jain Sangh after the death of Mahavira

A) Jambu B) Bhadrabahu
C) Sthulbhadra D) Sudharma
 
Answer & Explanation Answer: D) Sudharma

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

36 18493
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 18482