You can also find the Quiz Answer for your assignments

Adver

CS604 Operating System Latest Solved Quiz No.3

CS604 Operating System Latest Solved Quiz No. 3
Dated: 14-07-2014 to 15-07-2014

The Swap instruction which is the hardware solution to synchronization problem does not satisfy the ________ condition, hence not considered to be a good solution.
Progress
Bounded waiting
Mutual exclusion
None of the given


Using hardware solution to synchronization for complex problems, introduce a new synchronization tool know as _______________.
TestAndSet
Semaphore
Swap
Trap


In______, the library files are linked at load time.
Static linking
Dynamic linking


In order to remove the problem like busy waiting, some high level synchronization constructs are defined. What are they?
Critical regions and Monitors
Critical regions and Semaphores


The set of all physical addresses corresponding to the logical addresses is a ---------------- of the process

Physical address space
Process address space
None of the given options
Logical address space


---------------- indicates size of the page table
Translation look-aside buffers
Page-table length register (PTLR)
Page-table base register (PTBR)     
Page offset



Wrong use of wait and signal operations (in context with semaphores) can cause _________ problem(s).
Mutual Exclusion
Deadlock
Bounded Waiting
All of the given options are correct


Cache is non-volatile memory.
True
False


The integer value of _________ semaphores can not be greater than 1.
Counting
Binary
Mutex
Bounded buffer



The collection of process that is waiting on the disk to be brought into the memory for execution forms the _______
Input queue
Output queue
Both of the
None of the above


CS604 Operating System solved Quiz No. 2

my latest solved quiz No. 2 CS604 Operating System 


The section of code after the critical section is called ________
Crystal section
Entry section
Remainder section
Exit section

_____________ Algorithm is used for solving n-process critical section problem.
Bankers
Bakery
Babbles
None of the given

A solution to the critical section problem must satisfy the following requirements except:
Progress
Mutual Exclusion
Bounded Waiting
Race Condition

___________ is used in real time operating systems.
Non-preemptive scheduling
Preemptive scheduling
Dispatching scheduling
FCFS scheduling


The scheduling of _____________ are done by the operating system.
Kernel threads
User level threads
Both
None of these

The section of code after the critical section is called ……………

A major problem with priority scheduling algorithms is _________________.
Select correct option:
Deadlock
Aging
Starvation
None of these


___________ is the basis of queuing theory which is branch of mathematics used to analyze systems involving queues and servers.
Little’s formula
Deterministic theory
Queuing theory
Queuing analysis

Clock interrupt handler is example of ……………
EAGAIN
EINVAL
ENOMEM
None of the above

Binary semaphore whose integer value cannot be > 1; can be simpler to implement.
Counting
Binary
Mutex
Bounded buffer


==================================================


==================================================
If you have any suggestion, please feel free to contact and comment us. 
We will consider your positive response and suggestion.
==================================================