Questions

Q:

Which of the following vitamin helps in clotting of blood?

A) Vitamin K B) Vitamin D
C) Vitamin B1 D) Vitamin B2
 
Answer & Explanation Answer: A) Vitamin K

Explanation:

Vitamin K helps in clotting of blood. It is used by the body to help blood clot.

 

Warfarin (Coumadin) is used to slow blood clotting. By helping the blood clot, vitamin K might decrease the effectiveness of warfarin (Coumadin).

Report Error

View Answer Report Error Discuss

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

3 9341
Q:

The Number of members included in the Constitution Drafting Committee was:

A) Seven B) Nine
C) Eleven D) Thirteen
 
Answer & Explanation Answer: A) Seven

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Politics

20 9328
Q:

Velocitation is the tendency to

A) be traveling at a speed that is faster than perceived B) be traveling at a speed that is slower than perceived
C) Both A & B D) None of the above
 
Answer & Explanation Answer: A) be traveling at a speed that is faster than perceived

Explanation:

Velocitation is a phenomenon caused by driving for long periods at high speeds. A driver may experience velocitation when coming off of the highway; the change in speed makes him or her think that the car is going much slower than it actually is.

 

Velocitation is the tendency to be traveling at a speed that is faster than perceived.

Report Error

View Answer Report Error Discuss

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

4 9318
Q:

What is the most commonly spoken language in the world?

A) Mandarin Chinese B) English
C) Spanish D) Hindi
 
Answer & Explanation Answer: A) Mandarin Chinese

Explanation:
Report Error

View Answer Report Error Discuss

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

3 9310
Q:

In diseases like Polio, the cells that get destroyed by virus, are

A) Monocytes B) Erythrocytes
C) Motor neurons D) Sensory neurons
 
Answer & Explanation Answer: C) Motor neurons

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Biology

42 9303
Q:

Who is the author of "Koonalamma Padalu" ?

A) Arudra B) Gaddar
C) Sri Sri D) Devulapalli Krishnasastry
 
Answer & Explanation Answer: A) Arudra

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Books and Authors

20 9302
Q:

Count function in SQL returns the number of

A) groups B) values or rows
C) columns D) distinct values
 
Answer & Explanation Answer: B) values or rows

Explanation:

Count function in SQL returns the number of values or rows.

Report Error

View Answer Report Error Discuss

36 9300
Q:

Explain the popular multiprocessor thread-scheduling strategies.

Answer

  1. Load Sharing: Processes are not assigned to a particular processor. A global queue of threads is maintained. Each processor, when idle, selects a thread from this queue. Note that load balancing refers to a scheme where work is allocated to processors on a more permanent basis.

  2. Gang Scheduling: A set of related threads is scheduled to run on a set of processors at the same time, on a 1-to-1 basis. Closely related threads / processes may be scheduled this way to reduce synchronization blocking, and minimize process switching. Group scheduling predated this strategy.

  3. Dedicated processor assignment: Provides implicit scheduling defined by assignment of threads to processors. For the duration of program execution, each program is allocated a set of processors equal in number to the number of threads in the program. Processors are chosen from the available pool.

  4. Dynamic scheduling: The number of thread in a program can be altered during the course of execution.

Report Error

View answer Workspace Report Error Discuss

9 9298