comp 1 Flashcards
(50 cards)
What is the CPU?
Central Processing Unit; executes instructions.
What does the ALU do?
Carries out arithmetic and logic operations.
What is the role of the CU?
Sends signals to other components around the CPU and controls the flow of data
What does the Program Counter (PC) hold?
Holds memory address of next instruction.
What is the function of the Memory Address Register (MAR)?
Holds address to access.
What does the Memory Data Register (MDR) hold?
Holds data being transferred.
What is the purpose of the Accumulator (ACC)?
Stores intermediate results.
What is the Fetch-Decode-Execute Cycle?
- Fetch – The CPU fetches the next instruction from memory using the Program Counter (PC) and stores it in the Memory Data Register (MDR).
- Decode – The instruction is then decoded by the Control Unit to determine what action is needed.
- Execute – The instruction is carried out, such as performing a calculation or moving data by the ALU then stored in the ACC
What factors affect CPU performance?
Clock speed, cache size, number of cores.
What are Embedded Systems?
Computers built into other devices (e.g., washing machines).
What is RAM?
Volatile memory that stores active data.
What is ROM?
Non-volatile; stores bootstrap/start-up instructions.
What is Virtual Memory?
Extra memory space from the hard drive used when RAM is full.
What is Cache?
Small, fast memory close to CPU; stores frequently used data.
What are the types of Secondary Storage?
HDD, SSD, Optical (CD/DVD).
What are the characteristics of HDD?
High capacity, cheap, slower, mechanical.
What are the characteristics of SSD?
Fast, durable, expensive, no moving parts.
What are the characteristics of Optical storage?
Low capacity, not durable, used for media.
What criteria should be considered when choosing storage?
Speed, cost, durability, portability, capacity.
What is a LAN?
Local Area Network; covers small area (e.g., home, school).
What is a WAN?
Wide Area Network; covers large area (e.g., the internet).
What is a NIC?
Network Interface Card; hardware that connects a device to a network.
What does a Router do?
Directs data between networks.
What is the function of a Switch?
Sends data to correct device in a LAN.