October Exams Flashcards
What is hardware?
Hardware is any physical part of the computer.
What is software?
Software is the programs that run on the computer.
What is another name for the CPU?
The processor.
What is primary storage used for?
Primary storage is used for holding instructions currently being executed and data that is being used.
What does the CPU do?
It executes programs.
What is cache?
Cache is very fast memory close to the CPU used to temporarily hold data or instructions that are likely to be needed again by the processor in the course of running a program.
What does the control unit do?
The control unit controls the execution of instructions in the correct sequence. It decodes instructions.
What does the Arithmetic Logic Unit do?
It does logical operations, shift operations, arithmetic operations.
What is a register?
A register is a special very fast memory location within the CPU used in the execution of instructions.
What does the Memory Address Register (MAR) do?
It holds the address of the instruction or piece of data to be fetched or stored.
What does the Memory Data Register do?
It holds data or a program instruction temporarily when it is fetched from memory or sent to memory.
What does the Program Counter (PC) do?
Holds the memory address of the next instruction to be processed.
What does the Accumulator (ACC) do?
Where results of operations are temporarily stored.
What is clock speed?
The speed at which a processor operates at.
What is a program?
A series of instructions that need to be done in order.