Questions

Q:

Round robin scheduling falls under the category of

A) Preemptive scheduling B) Non preemptive scheduling
C) Both A & B D) None of the above
 
Answer & Explanation Answer: A) Preemptive scheduling

Explanation:

Round-robin (RR) is one of the algorithms employed by process and network schedulers in computing. It falls under the category of Preemptive scheduling. In computing, the running task is interrupted for some time without requiring its cooperation and resumed later when the priority task has finished its execution. This is called preemptive scheduling. 

Report Error

View Answer Report Error Discuss

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

6 8788
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 8782
Q:

Rearrange the parts of the sentence in correct order.

Their judgment can be

P-easily swayed by false
Q-propaganda, as is being done
R-right now across the country

A) QRP B) RPQ
C) PRQ D) PQR
 
Answer & Explanation Answer: D) PQR

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 8779
Q:

In which one of the following islands of India is an active volcano found?

A) Car Nicobar Island B) Nancowry Island
C) Barren Island D) Maya Bunder Island
 
Answer & Explanation Answer: C) Barren Island

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian Geography

24 8778
Q:

The most important cause for the outbreak of the Ghaddar revolution was the

A) Commencement of World War I B) Hanging of Kartar Singh Sarabha
C) Kamagato Maru Incident D) Arrest of Lala Hardayal
 
Answer & Explanation Answer: C) Kamagato Maru Incident

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History

12 8759
Q:

Landstrom invented

A) Metallurgy B) Gas Engine
C) Safety Match D) None of these
 
Answer & Explanation Answer: C) Safety Match

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Inventions

6 8755
Q:

Which one of the following can be used to confirm wether drinking water contains a gamma emitting isotope or not

A) Microscope B) Scintillation counter
C) Lead plate D) pectrophotometer
 
Answer & Explanation Answer: B) Scintillation counter

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Chemistry

13 8751
Q:

Computer storage units smallest to largest?

Answer

The smallest unit of data storage in a computer is called Bit (Binary Digit). Half a byte (four bits) is called a Nibble.


 


1 bit (binary digit) = the value of 0 or 1


8 bits = 1 byte


1024 bytes = 1 kilobyte


1024 kilobytes = 1 megabyte


1024 megabytes = 1 gigabyte


1024 gigabytes = 1 terabyte


1024 terabytes = 1 petabyte


 


Hence, Computer storage units smallest to largest i.e, in ascending order is


 1 bit  <  1 byte  <  1 KB  <  1 MB  <  1 GB  <  1TB  <  1 PB.

Report Error

View answer Workspace Report Error Discuss

9 8751