Operating System Basics Questions and Answers
Practice ModeShowing 10 of 563 questions
Q361
In Multi processor scheduling; A: Gang scheduling, B: Dynamic scheduling, C: Dedicated processor management.; 1-The number of threads in a process can be altered during the course of execution. 2-This provides inplicit scheduling defined by the assignment of threads to processors, 3- It is applied to the simultaneous scheduling of threads that make up a single process.
Answer: Option D
Q362
In Real time computing
Answer: Option B
Q363
In soft real time tasks
Answer: Option B
Q364
In real time scheduling: A: Static table driven approach, B: Static Priority driven preemptive approach, C: Dynamic planning based approach; 1-A Static analysis of feasible scheduler of dispatching is done and implemented. 2-A Static analysis of feasible schedules of dispatching is done and assigns priorities to tasks. 3- Feasiblity is determined at run time.
Answer: Option A
Q365
Match the following I/O devieces: A-Keyboard, 1-Human readable, B-Disk and tape drives, 2-Communication, C-Modern, 3-Machine readable
Answer: Option A
Q366
In memory management: A-Fetch Polocy B-Cleaning Policy C- Placement Policy: 1- It determnes when a modified page should be written out to secondary memory. 2- It determines when a page should be bought into main memory. 3- It determines where in real memory a process piece is to be reside.
Answer: Option C
Q367
In memory management when demand cleaning policy is applied
Answer: Option B
Q368
When pre cleaning polocy is applied in memory management
Answer: Option B
Q369
In Virtual memory management, when local control polocy is applied
Answer: Option A
Q370
In defining page table structure in virtual memory, a page number portion of a virtual address is mapped into a hash table using simple hash function, where hash table contains a pointer to the inverted page table, which contains page table entries, this approach is referred as
Answer: Option C