5.6 Flashcards
What does CPU stand for?
Central Processing Unit
What is the job of a microprocessor (CPU)
Performs all mathematical and logic functions of manipulation data in memory. Dictated by programming to arrive at destination.
What does ROM stand for?
Read Only Memory
What is the purpose of ROM?
Contains the main programme which instructs the CPU exactly what to do.
What I does RAM do?
Used as a temporary storage until data is needed for processing
What does RAM stand for?
Random Access Memory
What does I/O stand for?
Input/ Output Device
What does am I/O do?
Provides and interface between the microprocessor and the outside world, whether digital display, teletype, CRT or various other devices.
What are the three types of buses and what do they do?
Data bus - Used to carry the data associated with a memory or input/ output transfer
Address Bus - used to specify the memory location or input/ output port involved in transfer
Control Bus - made up of various control lines generated by the CPU
What are the two types of Memory?
- Random access memory (RAM)
- Read Only Memory (ROM)
Which type of memory is volatile?
RAM because unsaved data stored in the RAM is lost at power off
What is RAM used for??
Used to store data which changes during the operation of the computer, such as results of calculations.
What is ROM used for?
Used to store programme steps and values, where memory values do not change e.g a dedicated system
Can contents of a ROM change after manufacturer?
No, due to the special masking technique adopted when programming the ROM
Why where PROMS’s invented?
To meet the needs of a user who may wish to do his own full programming or alter existing programmes.