Questions

Q:

Isotopes of the atoms of same element have

A) same number of neutrons B) same number of protons
C) same atomic mass D) different chemical properties
 
Answer & Explanation Answer: B) same number of protons

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

2 2926
Q:

Finger like ends of the fallopian tubes are called

A) Fimbriae B) Cysts
C) Papillae D) Labia
 
Answer & Explanation Answer: A) Fimbriae

Explanation:

The fimbriae of the uterine tube, also known as fimbriae tubae, are small, fingerlike projections at the end of the fallopian tubes, through which eggs move from the ovaries to the uterus.

The fimbriae are connected to the ovary.

Report Error

View Answer Report Error Discuss

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

4 2926
Q:

Which is the first country in the world to pay a basic income to randomly picked citizens on a national level, with the aim of dismissing poverty, motivate people to join work force and decrease unemplyment ?  

A) Canada B) USA
C) Finland D) Germany
 
Answer & Explanation Answer: C) Finland

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

4 2926
Q:

What Is EBIDTA?

Answer

EBITDA stands for earnings before interest, taxes, depreciation, and amortization. EBITDA came into wide use among private capital firms, wanting to calculate what they should pay for a business.

Report Error

View answer Workspace Report Error Discuss

Subject: Finance

0 2926
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 2926
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 2926
Q:

Geostationary orbit is at a height of

A) 6 km B) 1000 km
C) 3600 km D) 36,000km
 
Answer & Explanation Answer: D) 36,000km

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: World Geography

2 2924
Q:

The most populous city in the world is  ?

A) Tokyo B) Paris
C) Peking D) London
 
Answer & Explanation Answer: A) Tokyo

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Places
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

5 2924