Chapter 1 (Quiz 2 Portion) Flashcards
Computer-System Architecture, Operating System, Computing Environments, Process Management Structure, Performance of Various Levels of Storage.
What if “Cache” is checked to determine if it has information?
1- if it has information, Information is used directly from the Cache.
2- if it doesn’t have information, Data copied to cache and used there.
What is “Multiprocessors Systems” also known as?
1- parallel systems.
2- tightly-coupled systems.
What are the advantages of the “Multiprocessors Systems” ?
1- Increased throughput.
2- Economy of scale.
3- Increased reliability.
What are the types of “Multiprocessing Systems”?
1- Asymmetric Multiprocessing (each processor is assigned a special task)
2- Symmetric Multiprocessing (each processor performs all tasks)
What is “Clustered Systems”?
Multiple systems working together sharing storage via a storage-area network.
What are the types of “Clustered Systems”?
1- Asymmetric clustering (has one machine in hot-standby mode)
2- Symmetric clustering (has multiple nodes running applications, monitoring each other)
What is the difference between “Multiprogramming” & “Timesharing” ?
1- Multiprogramming :-
- batch system.
- job scheduling.
- For mainframes.
2- Timesharing :-
- Multitasking.
- Interactive.
- For windows.
What is “Dual-mode” ?
An operation that allows OS to protect itself and other system components.
What are the modes in “Dual-mode” ?
1- User mode.
2- Kernel mode.
What does the “Mode bit” provides in Dual-mode?
1- to know which mode is running.
2- gives privilege to kernel mode.
3- it changes between the modes.
What is a process?
A program in execution.
A Program is a Passive entity. (True or False)
True.
A Process is a Active entity. (True or False)
True.
What are the resources of a Process?
1- CPU.
2- Memory.
3- Input.
4- Output.
5- Files.
6- Data.
What does Process termination require?
Reclaim of any reusable resources.