COP4600 - Quiz Questions With Correct
Answers
Is each of the following true of UEFI, BIOS, both, or neither?
| | | | | | | | | | |
(UEFI, BIOS, Both, Neither)
| | |
I. Usable on x86-64 (x64) standalone personal computer systems
| | | | | | | | |
II. Usable on x86-32 (i386) and all earlier standalone personal computer
| | | | | | | | | | |
systems |
III. Standard for ARM chipset systems
| | | | | |
IV. Has standardized NVRAM locations for system variables
| | | | | | | |
V. Uses a dedicated bootloader partition - CORRECT ANSWER✔✔-I: Both
| | | | | | | | |
II: BIOS
|
III: Neither
|
IV: UEFI |
V: UEFI
|
Batch systems had to implement multiprogramming.
| | | | |
(True, False) - CORRECT ANSWER✔✔-False
| | | |
I/O-bound jobs underutilize the CPU in uniprogrammed systems.
| | | | | | |
(True, False) - CORRECT ANSWER✔✔-True
| | | |
,Memory protection was not needed in uniprogramming batch systems.
| | | | | | | |
(True, False) - CORRECT ANSWER✔✔-True
| | | |
A major motivation for multiprogramming batch systems was improving
| | | | | | | | |
resource utilization. |
(True, False) - CORRECT ANSWER✔✔-True
| | | |
In "old" batch systems, the user was also the operator.
| | | | | | | | |
(True, False) - CORRECT ANSWER✔✔-False
| | | |
Parameters passed to a procedure/method are located in the________
| | | | | | | | |
segment of a process. | | |
1. heap
|
2. text
|
3. stack
|
4. data - CORRECT ANSWER✔✔-3. stack
| | | | |
Dynamically allocated variables are located in the________ segment of
| | | | | | | | |
a process.
|
1. heap
|
2. text
|
, 3. stack
|
4. data - CORRECT ANSWER✔✔-1. heap
| | | | |
Constants are found in the________ segment of a process.
| | | | | | | |
1. heap
|
2. text
|
3. stack
|
4. data - CORRECT ANSWER✔✔-4. data
| | | | |
Instructions to be executed by a process are located in its ________
| | | | | | | | | | | |
segment.
1. heap
|
2. text
|
3. stack
|
4. data - CORRECT ANSWER✔✔-2. text
| | | | |
Which are the conceptual elements of the process model?
| | | | | | | | |
(Yes, No) |
I. Independent execution
| | |
II. Synchronous execution
| | |
III. Unique program counter
| | | |
Answers
Is each of the following true of UEFI, BIOS, both, or neither?
| | | | | | | | | | |
(UEFI, BIOS, Both, Neither)
| | |
I. Usable on x86-64 (x64) standalone personal computer systems
| | | | | | | | |
II. Usable on x86-32 (i386) and all earlier standalone personal computer
| | | | | | | | | | |
systems |
III. Standard for ARM chipset systems
| | | | | |
IV. Has standardized NVRAM locations for system variables
| | | | | | | |
V. Uses a dedicated bootloader partition - CORRECT ANSWER✔✔-I: Both
| | | | | | | | |
II: BIOS
|
III: Neither
|
IV: UEFI |
V: UEFI
|
Batch systems had to implement multiprogramming.
| | | | |
(True, False) - CORRECT ANSWER✔✔-False
| | | |
I/O-bound jobs underutilize the CPU in uniprogrammed systems.
| | | | | | |
(True, False) - CORRECT ANSWER✔✔-True
| | | |
,Memory protection was not needed in uniprogramming batch systems.
| | | | | | | |
(True, False) - CORRECT ANSWER✔✔-True
| | | |
A major motivation for multiprogramming batch systems was improving
| | | | | | | | |
resource utilization. |
(True, False) - CORRECT ANSWER✔✔-True
| | | |
In "old" batch systems, the user was also the operator.
| | | | | | | | |
(True, False) - CORRECT ANSWER✔✔-False
| | | |
Parameters passed to a procedure/method are located in the________
| | | | | | | | |
segment of a process. | | |
1. heap
|
2. text
|
3. stack
|
4. data - CORRECT ANSWER✔✔-3. stack
| | | | |
Dynamically allocated variables are located in the________ segment of
| | | | | | | | |
a process.
|
1. heap
|
2. text
|
, 3. stack
|
4. data - CORRECT ANSWER✔✔-1. heap
| | | | |
Constants are found in the________ segment of a process.
| | | | | | | |
1. heap
|
2. text
|
3. stack
|
4. data - CORRECT ANSWER✔✔-4. data
| | | | |
Instructions to be executed by a process are located in its ________
| | | | | | | | | | | |
segment.
1. heap
|
2. text
|
3. stack
|
4. data - CORRECT ANSWER✔✔-2. text
| | | | |
Which are the conceptual elements of the process model?
| | | | | | | | |
(Yes, No) |
I. Independent execution
| | |
II. Synchronous execution
| | |
III. Unique program counter
| | | |