Semester 2 Exam Year 11 Flashcards
What is Primary Storage?
Stores data and programs that need to be instantly accessible to the CPU. It is located on the motherboard.
What are the three types of Primary Storage?
RAM, ROM, Cache
What is RAM?
Random Access Memory (also known as main memory) is the memory in a computer that is used to store data and instructions temporarily. RAM is emptied every time the computer is turned off. It is also known as volatile memory.
What is ROM?
Read Only Memory is a form of non-volatile memory. This means that its data content persists even when the power to the device is turned off. ROM is used to store permanent data such as booting the computer and checking for input and output devices.
What is Cache?
Cache is temporary storage area used to store program instructions that are frequently re-referenced by software during operation.
What are the three types of Cache?
L1 – Small capacity, located on CPU
L2 – Slower than L1, larger capacity
L3 – Located on motherboard, slowest
What is Secondary Storage?
Secondary storage is the use of a storage device not located on the computer’s motherboard. It is a form of non-volatile memory, meaning the data is retained even when the power is switched off. Data and programs that are not running on a CPU are stored in secondary storage.
What are three types of Secondary Storage?
Magnetic Disk
SSD
Optical Disk
What is an input device?
Any piece of hardware which is used to enter data or content into a computer system.
What is an output device?
A piece of hardware that sends data or information to the user.
What is a processing device?
Parts of the computer that run programs, read input, and supply output. They include the CPU and the GPU.
What is the CPU?
The CPU is a microchip that is installed on a motherboard and acts as the computer’s brain - performing calculations and coordinating the hardware components. The CPU is made up of the main memory, the control unit, and the arithmetic logic unit.
What is the control unit?
A component of a computer’s CPU that directs the operation of the processor. There are two registers in the control unit. The instruction registers and the program counter.
What is a register?
Small amounts of high-speed memory contained within the CPU. They are used by the processor to store small amounts of data that are needed during processing.
What is the program counter?
A register that manages the memory address of the instruction to be executed next.
What is the arithmetic logic unit?
A circuit in a computer’s central processing unit that performs basic mathematical calculations
What is the GPU?
Graphics processing unit, a specialized processor originally designed to accelerate graphics rendering.