当前位置:首页
> Luz 第5949页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论单选题:Which of the following statement is true ?
Which of the following statement is true ?@[D](1)A. Sometimes multithreading does not provide better performance than a…
单选题:Threads belonging to the same process share the_______.
Threads belonging to the same process share the_______. @[B](1)A. stack B. code section C. register set D. thread…
单选题:A Thread Control Block (TCB) stores:
A Thread Control Block (TCB) stores: @[C](1)A. User (owner) ID B. Memory map C. The machine state (registers, pro…
单选题:A thread is also called _______.
A thread is also called _______.@[B](1)A. a virtual process B. a lightweight process C. a heavyweight process D. non…
单选题:Which component of a process is not shared across threads?
Which component of a process is not shared across threads? @[A](1)A. Register values B. Heap memory C. Global variabl…
单选题:Which of the following statements about the thread and the proce
Which of the following statements about the thread and the process is correct?@[D](1)A. The process is the unit of disp…
单选题:Threads in a process share the _________.
Threads in a process share the _________.@[D](1)A. Stack memory B. Heap memoryC.…
单选题:For many-to-one model, if one thread within a single process is
For many-to-one model, if one thread within a single process is blocking, then _________.@[B](1)A. the rest threads of…
单选题:In general, user-level threads are _____ to create and manage th
In general, user-level threads are _____ to create and manage than kernel-level threads, because __________. @[C](1)A.…
单选题:In general, multithreading shows some features benefiting user a
In general, multithreading shows some features benefiting user applications. Even though an operating system does not su…