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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Refers to the process of starting up a computer or initializing a computer.

A

Booting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Software may trigger an interrupt by executing a special operation called _______.

A

System Call

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Types of Computer System based on the number of General Purposes Processors

A
  1. Single Processor Systems.
  2. Multi Processor Systems.
  3. Clustered Systems.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Advantages of Multiprocessor System (3)

A
  • Increase throughput
  • Economy of Scale
  • Increase Reliability
How well did you know this?
1
Not at all
2
3
4
5
Perfectly