Derived Channel
1.54K subscribers
252 photos
4 videos
374 files
68 links
القناة الأساسية
@stepbystep001

ومـما زادني شـرفـاً وتـيــهـاً
وكدت بأخمصي أطأ الـثريا
دخولي تحت قولك يا عبادي
وأن صـيَّرت أحمد لي نـبيـا
Download Telegram
Page size is often a power of 2
Anonymous Quiz
73%
T
27%
F
in Address translation physical address is PFN+offset
Anonymous Quiz
74%
T
26%
F
The (M) Modify bit says whether the page has been accessed
Anonymous Quiz
36%
T
64%
F
The(V) Valid bit says whether or not the PTE can be used
Anonymous Quiz
79%
T
21%
F
The virtual page number (VPN) determines physical page
Anonymous Quiz
45%
T
55%
F
A simple technique is a three-level page table
Anonymous Quiz
25%
T
75%
F
in Two-Level Page Tables Virtual addresses (VAs) have three parts
Anonymous Quiz
74%
T
26%
F
in Paging Limitations Can still have External fragmentation
Anonymous Quiz
34%
T
66%
F
segmentation = 1 segment/process
Anonymous Quiz
36%
T
64%
F
segmentation = many segments/process
Anonymous Quiz
87%
T
13%
F
page (logical) => page frame (physical)
Anonymous Quiz
72%
T
28%
F
in Hardware support multiple base/limit pairs, two per segment
Anonymous Quiz
52%
T
48%
F
Cooperative Process: One process's execution has an effect on the execution of other processes.
Anonymous Quiz
90%
T
10%
F
Independent Process: the execution of one process has impact on the execution of the others
Anonymous Quiz
20%
T
80%
F
Processes can execute concurrently or in series
Anonymous Quiz
34%
T
66%
F
multi-core processor allows parallel execution of different processes
Anonymous Quiz
90%
T
10%
F
Process Synchronization is the task of coordinating the execution of processes in such a way that two processes can have access to the same shared data and resources
Anonymous Quiz
61%
T
39%
F
Race Condition is Several processes access and manipulate the same data concurrently may lead to incorrect shared data.
Anonymous Quiz
90%
T
10%
F
The Producer-Consumer problem is a classic multi-process synchronization problem.
Anonymous Quiz
83%
T
17%
F
The job of the consumer is to generate the data, put it into the buffer, and again start generating
data
Anonymous Quiz
17%
T
83%
F
The producers and consumers share different memory buffers that is of fixed-size (bounded buffer)
Anonymous Quiz
29%
T
71%
F