(A) Physical address
(B) Logical address
(C) Binary address
(D) None of the above
Tag: Operating System
In Resource Allocation Graph a __ Pi —>Rj indicates that process Pi may request resource Rj at some time in the future.
(A) Request edge
(B) Claim edge
(C) Allocation edge
(D) Assignment edge
__ register contains the size of the process.
(A) Index register
(B) Base register
(C) Stack pointers register
(D) Limit register
If the system can allocate resources to each process in some order and still avoid a deadlock then it is said to be in __ state.
(A) Mutual
(B) Unsafe
(C) Safe
(D) Starvation
When the address used in a program gets converted to an actual physical RAM address it is called?
(A) Address Binding
(B) Loading
(C) Compiling
(D) Execution
In swapping technique of Memory Management the total amount transfer is directly proportional to the?
(A) Amount of space on backing store
(B) Amount of the memory swapped
(C) Space on main memory
(D) All of the above
In __ the library files are linked at load time.
(A) Dynamic linking
(B) Static linking
(C) Both of the above
(D) None of the above
__ keep in memory only those instructions and data that are needed at any given time.
(A) Swapping
(B) Paging
(C) Fragmentation
(D) Overlays