Code Question Option A Option B Option C Option D Answer
CS604 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 B
CS604 The Memory Data Register Is Used To Store Data To Be Transferred To Or From Memory Data To Be Transferred To The Stack The Address Of A Memory Location An Instruction That Has Been Transferred From Memory A
CS604 Intel 80386 Used Paged Segmentation With ___________ Level Paging 1 2 3 4 B
CS604 ------------Has A Hierarchical File System Structure Dos Windows Unix None Of The Given Options C
CS604 Which Of The Following Is Contained In Process Control Block (Pcb)? Process Number List Of Open Files Memory Limits All Of The Above D
CS604 __________ Directory Includes Essential System Boot Files Including The Kernel Image /Bin /Boot /Dev /Etc B
CS604 In Resource Allocation Graph A Pi ?Rj Indicates That Process Pi May Request Resource Rj At Some Time In The Future Claim Edge Request Edge Assignment Edge Allocation Edge A
CS604 Preventing A Condition Of __________ To Happen Deadlocks Can Be Prevented To Happen Critical Region Circular Wait Monitors Critical Section B
CS604 --------------Refers To The Situation When Free Memory Space Exists To Load A Process In The Memory But The Space Is Not Contiguous External Fragmentation Swapping Internal Fragmentation Segmentation D
CS604 Demand Paging Requires The Programmer To Take Specific Action To Force The Operating System To Load A Particular Virtual Memory Page True False Na Na F
CS604 If Your Processor Does Not Have Two Slots Empty In Per Process File Descriptor Table Then Your ___________ System Call Will Fail Pipe Read Write Open A
CS604 The Working Set Of A Process Can Be Changed In Response To Actions By Other Processes True False Na Na F
CS604 The Priority Of A Process Can Be Changed Using __________ Command Nice Cmd Cat Grep A
CS604 A Page Table Needed For Keeping Track Of Pages Of The Page Table Is Called__________ 2-Level Paging Page Directory Page Size Page Table Size B
CS604 Bounded Buffer Is A Buffer Of __________ Size Variable Fixed Constant None Of The Option Is Correct B
CS604 User Mode Can Run The Privileged Instructions 0 1 2 3 A
CS604 Following Schemes Allow Efficient Implementations Of Page Tables Except Hashed Page Table Hierarchical / Multilevel Paging Inverted Page Table Binary Page Table D
CS604 Which Directory Implementation Is Used In Most Operating System? Single Level Directory Structure Two Level Directory Structure Tree Directory Structure Acyclic Directory Structure C
CS604 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 D
CS604 Which Of The Following Is Correct Definition For Wait Operation? Wait(S) { While(S<=0) ;// No O S--; } Wait(S) { S++; } Wait(S) { While(S>=0) ;// No Op S--; } Wait(S) { S--; } A