Task Parallelism refers to the distribution of data across multiple cores
Anonymous Quiz
41%
T
59%
F
in One-to-One Model Only one user thread can access the kernel at a time.
Anonymous Quiz
40%
T
60%
F
in One-to-One Model Multiple threads can access the kernel at a given time
Anonymous Quiz
83%
T
17%
F
OS creates a kernel thread per user thread (can burden performance)
Anonymous Quiz
81%
One-to-One Model
19%
Many-to-Many Mode
OS creates a set of kernel threads (less than or equal to user threads)
Anonymous Quiz
10%
One-to-One Mode
90%
Many-to-Many Model
When a thread makes a blocking system call, another thread can run.
Anonymous Quiz
11%
Many-to-Many Model
11%
One-to-One Model
8%
Many-to-One Model
71%
A&B
Most operating systems use
Anonymous Quiz
65%
One-to-One Model
19%
Many-to-Many Model
16%
Many-to-One Model
Forwarded from Step by Step (C) (Abdelrahman Zaki)
Text / Data section
مساحتهم ثابتة
مساحتهم ثابتة
Forwarded from Step by Step (C) (Abdelrahman Zaki)
Heap/stack section -> مساحتهم متغيرة
The server creates a thread for each request
Anonymous Quiz
76%
Explicit Threading
24%
Implicit Threading
in Implicit Threading Programmers identify threads that can run in parallel.
Anonymous Quiz
45%
F
55%
T
can adjust the number of threads in the pool.
Anonymous Quiz
16%
sequential thread pool
84%
dynamic thread pool
A goal of memory management is not to provide a convenient abstraction for programming
Anonymous Quiz
18%
T
82%
F
A goal of memory management is to minimize performance with maximum overhead
Anonymous Quiz
22%
T
78%
F
can be solved by re-mapping between VA
(Virtual Address) and PA (Physical Address)
(Virtual Address) and PA (Physical Address)
Anonymous Quiz
78%
External fragmentation
22%
Internal fragmentation: