Operating Systems BITS
Operating Systems BITS
8. When the time slice of Round Robin scheduling is large, its behaviour is similar to _____
a) FCFS
b) Shortest job first
c) Priority scheduling
d) Shortest remaining time first
9. If a resource pre-emption is used to eliminate deadlock, the process holding it so far has
to be ______
a) Aborted
b) Queued
c) Rolled back.
d) Terminated
10. A virtual memory system has an address space of 8K words, a memory space of 4K
words, and page and block sizes of 1K words. Find the number of page faults using LRU
policy. For the following page references. 1 0 2 4 6 2 1 5 7 0 0
a) 5
b) 7
c) 9
d) 10
11. Which is true with reference to working set model for page replacement?
a) It refers to static page replacement algorithm.
b) If refers to local page replacement algorithm
c) If dynamically provides frames for the process as per its needs.
d) Its increases thrashing.
16. The interval from the time of submission of a process to the time of completion is
termed as
a) Waiting time
b) Turnaround time
c) Response time
d) Throughput
18. A computer system has 6 tape drives, with n process competing for them. Each process
may need 3 tape drives, The maximum value of n for which the system guaranteed to
be dead look free is
a) 1
b) 2
c) 3
d) 4
21. A multilevel page table is preferred in comparison to a single level page table for
translating virtual address to physical address because.
a) It reduces the memory access time to read or write a memory location.
b) It helps to reduce the size of page table needed to implement the virtual address
space of a process.
c) It is required by the translation lookaside buffer.
d) It helps to reduce the number of page faults in page replacement algorithms.
22. The time taken to move the disk arm to the desired cylinder is called the
a) positioning time
b) random access time
c) seek time
d) rotational latency
23. In the ______ algorithm, the disk arm starts at one end of the disk and moves toward
the other end, servicing requests till the other end of the disk. At the other end, the
direction is reversed and servicing continues.
a) LOOK
b) SCAN
c) C-SCAN
d) C-LOOK
24. An SJF algorithm is simply a priority algorithm where the priority is ____________
a) the predicted next CPU burst
b) the inverse of the predicted next CPU burst
c) the current CPU burst
d) anything the user wants
28. What are the two methods of the LRU page replacement policy that can be
implemented in hardware?
a) Counters
b) RAM & Registers
c) Stack & Counters
d) Registers
32. In pages memory system, if the size is increased, then the internal fragmentation
generally _________
a) Becomes less.
b) Becomes more.
c) Remains constant
d) Remains equal
33. Memory management techniques is which system stores & retrieves data from
secondary storage for use in main memory is called _______
a) fragmentation
b) Paging
c) Mapping
d) Relocating
34. If a process needs I/O to or from a disk, and if drive or controller is busy then _____
a) The request will be placed in the queue of pending requests for that drive.
b) The request will not be processed and will be ignored completely.
c) The request will be not placed.
d) The request placed.
35. The process that are residing in main memory and are ready and waiting to execute
are kept on a list called _______
a) Job queue
b) Ready queue
c) Execution queue
d) Process queue
37. The function key that needs to be pressed to enter in safe mode while rebooting a
windows system is.
a) F1
b) F2
c) F8
d) F9
39. Windows system call CreatePipe() falls into __________ category of system calls.
a) Process control
b) Device manipulation
c) Protection
d) Communication
40. The list of processors waiting for a particular I/O device is called a _________
a) Device
b) I/O
c) Job
d) Ready
42. The time taken by the dispatcher to stop one process and start another running is
known is as the ___________
a) Dispatch latency
b) Waiting time
c) Turnaround time
d) Response time
44. The page replacement algorithm which suffers with belady’s anomaly is ________
a) FCFC
b) LRU
c) LFU
d) Optimal
45. _________ scheduling performs better for systems that place a heavy load on the disk
a) FCFS
b) SSTF
c) SCAN
d) C-SCAN
46. To keep track off free disk space, the system maintains a
a) Free-space
b) Disk-allocation
c) File-allocation
d) Empty-space
47. In RR scheduling, a rule of thumb is that ____ % of the CPU bursts should be shorter
than the time quantum.
a) 20
b) 50
c) 80
d) 90
48. The operating system maintains a ______ table that keeps track of how many frames
have been allocated, how many are there, and how many are available.
a) Memory
b) Mapping
c) Page
d) Frame
51. who decide the starting address of the segment in physical memory?
a) Segment descriptor
b) Operating system
c) Base address
d) Local descriptor