October 3, 2023

Demand-Paging

Question 1 A demand paged virtual memory system uses 16 bit virtual address, page size of 256 bytes, and has 1 Kbyte of main memory. LRU […]
October 3, 2023

Operating-Systems

Question 26 Each of a set of n processes executes the following code using two semaphores a and b initialized to 1 and 0, respectively. Assume […]
October 3, 2023

Operating-Systems

Question 36 A CPU has only three instructions I1, I2 and I3, which use the following signals in time steps T1-T5: I1 : T1 : Ain, […]
October 4, 2023

Operating-Systems

Question 35 Consider a fully associative cache with 8 cache blocks (numbered 0-7) and the following sequence of memory block requests: 4, 3, 25, 8, 19, […]
October 4, 2023

Operating-Systems

Question 25 Consider a paging system that uses a 1-level page table residing in main memory and a TLB for address translation. Each main memory access […]
October 4, 2023

GATE 1996

Question 44 A solution to the Dining Philosophers Problem which avoids deadlock is A ensure that all philosophers pick up the left fork before the right […]
October 4, 2023

Nielit Scentist-B [02-12-2018]

Question 32 Identify the true statement from the given statements (1) FIFO is non preemptive (2) Round robin is non preemptive (3) Multilevel queue scheduling is […]
October 4, 2023

Operating-Systems

Question 422 Computer uses 46-bit virtual address, 32 bit physical address, and a three level paged page table organization. The page table base register stores the […]
October 4, 2023

KVS 30-12-2018 Part B

Question 1 An address in the memory is called A physical address B logical address C memory address D word address Operating-SystemsMemory-Management Question 1 Explanation:  A […]
October 4, 2023

Operating-Systems

Question 32 The concurrent programming constructs fork and join are as below: fork which creates a new process executing from the specified label join which decrements […]