Questions

Q:

Which of the following is not a subatomic particle?

A) neutron B) ion
C) electron D) proton
 
Answer & Explanation Answer: B) ion

Explanation:

The particles which makes upon an atom are called subatomic particles. Electrons, protons and Neutrons that makes an atom are called subatomic particles.

Whereas,

An ion is an atom or group of atoms in which the number of electrons is different from the number of protons.

Report Error

View Answer Report Error Discuss

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

16 3048
Q:

Where does protein synthesis take place in a cell?

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

Explanation:

The protein synthesis take place in a cell outside the nucleus in the structures called ribosomes. Ribosomes link amino acids together in the order specified by messenger RNA molecules.

Where_does_protein_synthesis_take_place_in_a_cell1563603813.png image

Report Error

View Answer Report Error Discuss

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

8 3048
Q:

Another word for 'special friend'

Answer

Special Friend - Stone.


 


Example ::


He is my special friend - He is my stone.

Report Error

View answer Workspace Report Error Discuss

Subject: English Exam Prep: Bank Exams , CAT , GATE , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

1 3048
Q:

Point out the error, if any, in the while loop.

main()

{

  int i = 1;

  while ()

  {

     printf ( "%d", i++);

     if (i >10) 

     break ;

   }

}

Answer

The condition in the while loop is a must.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 3048
Q:

public static void main string[] args Meaning is?

Answer

Here in this declaration public static void main string[] args, each keyword has its importance.


 


1. public - Here public is an access specifier which allows the main method to be accessible everywhere.


 


2. static - static helps the main method to get loaded without getting called by any instance/object.


 


3. void - void clarifies that the main method will not return any value.


 


4. main - It's the name of the method.


 


5. String[] args - Here we are defining a String array to pass arguments at the command line. args is the variable name of the String array.

Report Error

View answer Workspace Report Error Discuss

8 3048
Q:

What are the key object oriented concepts used by Windows NT?

Answer

Encapsulation, Object class and instance.

Report Error

View answer Workspace Report Error Discuss

1 3048
Q:

Centralisation is said to exist if 

A) Top Management retains most of the decision making authority B) Authority is shared with Managers at lower levels
C) Employees at all levels are allowed to take initiative in work related matters D) None of the above
 
Answer & Explanation Answer: A) Top Management retains most of the decision making authority

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Business Awareness

6 3048
Q:

What can you serve but never eat?

Answer

A Badminton shuttle or a tennis ball.

Report Error

View answer Workspace Report Error Discuss

10 3047