1.3.1 Flashcards
(45 cards)
What does CPU stand for?
Central Processing Unit
True or False: RAM is a type of non-volatile memory.
False
Fill in the blank: The primary function of the __________ is to execute instructions.
CPU
What is the purpose of the ALU in a CPU?
To perform arithmetic and logic operations.
What does RAM stand for?
Random Access Memory
True or False: ROM can be easily modified.
False
What is the main difference between RAM and ROM?
RAM is volatile and can be changed, while ROM is non-volatile and cannot be easily changed.
What is the function of the motherboard?
To connect all components of the computer together.
Fill in the blank: __________ is used to store data permanently.
Hard Drive
What does GPU stand for?
Graphics Processing Unit
True or False: A solid-state drive (SSD) is faster than a traditional hard disk drive (HDD).
True
What is the role of the operating system?
To manage computer hardware and software resources.
What does the term ‘fetch-execute cycle’ refer to?
The process by which a CPU retrieves an instruction from memory and then executes it.
Fill in the blank: __________ is the temporary storage area used by the CPU.
Cache
What is a bus in computer architecture?
A communication system that transfers data between components.
What does the acronym ‘I/O’ stand for?
Input/Output
True or False: Secondary storage is faster than primary storage.
False
What is the purpose of a network interface card (NIC)?
To connect a computer to a network.
What does ‘bit’ stand for?
Binary Digit
Fill in the blank: A __________ is a group of eight bits.
Byte
What is the function of system software?
To manage and control computer hardware and provide a platform for application software.
What does the term ‘algorithm’ refer to?
A step-by-step procedure for solving a problem.
True or False: A compiler converts high-level programming code into machine code.
True
What is the purpose of an interpreter?
To execute high-level programming code line by line.