Questions

Q:

Nitrogen Fixation is carried out primarily by

A) Plants B) Humans
C) Consumers D) Bacteria
 
Answer & Explanation Answer: D) Bacteria

Explanation:

The process by which bacteria convert nitrogen gas (N2) into ammonia (NH3) is called Nitrogen Fixation.

 

The conversion of nitrogen from one form to another in the nitrogen cycle is carried out primarily by Nitrogen Fixing Bacteria such as Azotobacter.

Report Error

View Answer Report Error Discuss

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

6 2949
Q:

What stops one branch of government from becoming too powerful?

A) State governments B) Every 4 years of President election
C) Members of congress D) Checks and Balances
 
Answer & Explanation Answer: D) Checks and Balances

Explanation:

A procedure or method called Checks and Balances stops one branch of government from becoming too powerful.

  • In the United States, there are three branches of government: The Executive, Legislative, and Judicial.

 

  • Each has its own responsibilities and at the same time they work together to make the country run smoothly and to assure that the rights of citizens are not ignored or disallowed.

 

  • There is a clear separation of powers between them.

 

  • Checks and Balances limit the power within each branch.

 

  • Each branch can stop and/or override processes within other branches in manners that are outlined in federal laws, regulations, and the constitution.

 

  • This way, their powers are balanced because the branches of government have the responsibility to check each other.
Report Error

View Answer Report Error Discuss

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

7 2948
Q:

Who among the following is called Bird man of India ?  

A) Salim Malik B) Saqlain Musthaffa
C) Iskandhar Meerja D) Salim Ali
 
Answer & Explanation Answer: D) Salim Ali

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness

3 2947
Q:

Data integrity constraints are used to

A) Ensure that duplicate records are not entered into the table B) Prevent users from changing the values stored in the table
C) Control who is allowed access to the data D) Improve the quality of data entered for a specific property like table column
 
Answer & Explanation Answer: D) Improve the quality of data entered for a specific property like table column

Explanation:

Integrity constraints are used to ensure accuracy and consistency of data in a relational database. Data integrity is handled in a relational database through the concept of referential integrity. Many types of integrity constraints play a role in referential integrity (RI).

 

Hence, Data integrity constraints are used to Improve the quality of data entered for a specific property i.e, table column.

Report Error

View Answer Report Error Discuss

0 2946
Q:

You are scheduled to leave at 6 pm. Your replacement worker doesn't show up. What would you do?

Answer

If he was unable to make his shift, I would find a replacement, and stay until the replacement came in.

Report Error

View answer Workspace Report Error Discuss

1 2946
Q:

Which of the following stores data permanently in a computer?

A) ALU B) Cache Memory
C) RAM D) ROM
 
Answer & Explanation Answer: D) ROM

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Computer
Exam Prep: Bank Exams

6 2945
Q:

Explain the concept of Reentrancy?

Answer

It is a useful, memory-saving technique for multiprogrammed timesharing systems. A Reentrant Procedure is one in which multiple users can share a single copy of a program during the same period. Reentrancy has 2 key aspects: The program code cannot modify itself, and the local data for each user process must be stored separately. Thus, the permanent part is the code, and the temporary part is the pointer back to the calling program and local variables used by that program. Each execution instance is called activation. It executes the code in the permanent part, but has its own copy of local variables/parameters. The temporary part associated with each activation is the activation record. Generally, the activation record is kept on the stack.


Note: A reentrant procedure can be interrupted and called by an interrupting program, and still execute correctly on returning to the procedure.

Report Error

View answer Workspace Report Error Discuss

0 2944
Q:

What are short, long and medium-term scheduling?

Answer

Long term scheduler determines which programs are admitted to the system for processing. It controls the degree of multiprogramming. Once admitted, a job becomes a process.


Medium term scheduling is part of the swapping function. This relates to processes that are in a blocked or suspended state. They are swapped out of real-memory until they are ready to execute. The swapping-in decision is based on memory-management criteria.


Short term scheduler, also know as a dispatcher executes most frequently, and makes the finest-grained decision of which process should execute next. This scheduler is invoked whenever an event occurs. It may lead to interruption of one process by preemption.

Report Error

View answer Workspace Report Error Discuss

0 2944