Meet 2 Flashcards
1
Q
- The initial program that runs when a computer is powered up or rebooted.
- It is stored in ROM.
- It must know how to load the OS and Start executing that system.
- It must locate and load into memory the OS Kernel.
A
Bootstrap Program
2
Q
Refers to the process of starting up a computer or initializing a computer.
A
Booting
3
Q
- The occurrence of an event is usually signaled by an ______ from hardware or software.
- Hardware may trigger _______ at any time by sending a signal to the CPU, usually by the ways of the system bus.
A
Interrupt
4
Q
Software may trigger an interrupt by executing a special operation called _______.
A
System Call
5
Q
Types of Computer System based on the number of General Purposes Processors
A
- Single Processor Systems.
- Multi Processor Systems.
- Clustered Systems.
6
Q
- One main CPU capable of executing a general purpose instruction set, including instructions from user processes.
- Other special purpose processor are also present which perform device specific tasks.
A
Single Processor Systems.
7
Q
- Also known a parallel systems or tightly coupled systems.
- Has two or more processor in close communication, sharing the computer bus and sometimes clock, memory and peripheral devices.
A
Multiprocessor Systems
8
Q
Advantages of Multiprocessor System (3)
A
- Increase throughput
- Economy of Scale
- Increase Reliability