Questions

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 2985
Q:

What are three characteristics of the agricultural revolution?

A) Farmers learned to control water through wells and canals B) New tools made it possible for more crops to be grown
C) Crop rotation was invented, making it harder on soil D) All the above
 
Answer & Explanation Answer: D) All the above

Explanation:
Report Error

View Answer Report Error Discuss

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

6 2985
Q:

The act of formally approving something is known as

A) Ratification B) Delegation
C) Arbitration D) Representation
 
Answer & Explanation Answer: A) Ratification

Explanation:

The act of formally approving something is known as Ratification.

Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: AIEEE , Bank Exams , CAT , GRE , TOEFL
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration , IT Trainer

1 2985
Q:

Who among the following recommends to the parliament for the abolition of the Legislative Council in a State?

A) the president of India B) the Governor of the concerned State
C) the Legislative Council of the concerned State D) the Legislative Assembly of the concerned State
 
Answer & Explanation Answer: D) the Legislative Assembly of the concerned State

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

3 2985
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 2984
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 2984
Q:

What are the static and dynamic hazards in logic circuits?

Answer

If for a short period of time circuits goes to some different logic level then it is spposed to have then it is called static hazard. e.g., If the final logic value of output of given circuit becomes one vent if if is supposed to be zero then it is called static-0 Hazard and vice versa. Dynamic Hazard is the one in which the circuit output goes to some other logic level more than once then finally settling down to some appropriate level.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2983
Q:

Valley of the Kings is located in which country?

A) Tanzania B) Italy
C) Egypt D) Turkey
 
Answer & Explanation Answer: C) Egypt

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Famous Places

3 2982