<< Prev Showing: 56-60 of 98 Next >>
· 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 ·Problem: a concurrent program with two processes, p and q,defined as follows, A,B,C,D, and E are arbitrary atomic (indivisible) statements. Assume that the main program (not shown) does a parbegin of the two processes. void p() { A; B; C; } void q() { D; E; } Show all the possible interleavings of the execution of the preceding two processes(show this by giving execution “traces” in terms of the atomic statements).
Subject:
Computer Science
Topic:
Operating Systems
Posting ID:
154178
OTA ID:
105277
Why is it not possible to enforce memory protection at compile time?
Subject:
Computer Science
Topic:
Operating Systems
Posting ID:
154930
OTA ID:
105277
Compute the size of pointer to a partition in the process table, under fixed partitioning scheme.
Consider a fixed partitioning scheme with equal-size partitions of 2^16 bytes and a total main memory size of 2^24 bytes. A process table is maintained that includes a pointer to a partition for each resident process. How many bits are required for the pointer?
Subject:
Computer Science
Topic:
Operating Systems
Posting ID:
154931
OTA ID:
105381
Consider a simple paging system with the following parameters: 2^32 bytes of physical memory, page size of 2^10 bytes, and 2^16 pages of logical address space. a. How many bits are in a logical address? b. How many bytes in a frame? c. How many bits in the physical address specify the frame? d. How many entries in the page table? e. How many bits in each page table entry? Assume that each page table entry includes a valid/invalid bit.
Subject:
Computer Science
Topic:
Operating Systems
Posting ID:
154943
OTA ID:
105381
Why is the principle of locality crucial to the use of virtual memory?
Why is the principle of locality crucial to the use of virtual memory?
Subject:
Computer Science
Topic:
Operating Systems
Posting ID:
155122
OTA ID:
105381
<< Prev Showing: 56-60 of 98 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-98 ·Page generated in 0.0129 seconds