All Flashcards
What is the “brain” of a computer or embedded system
Microprocessor
Name the main part of the microprocessor responsible for executing instructions
Central Processing Unit (CPU)
What unit performs mathematical and logical operations in the CPU
Arithmetic Logic Unit (ALU)
Which unit directs the flow of data in fetches instructions from memory
Control Unit (CU)
Identify the small fast storage location inside the CPU used for temporary data
Register
What type of bus moves actual data between components
Data Bus
Which bus transfers memory addresses
Address Bus
Name the bus that sends control signals to coordinate operations
Control Bus
What type of memory stores data temporarily for active tasks
RAM ( Random Access Memory)
Which memory stores permanent data in firmware
ROM (Read Only Memory)
What devices allow the micprocessor to interact with the outside world
I/O (Input/Output) Devices
Name an example of an input device used by microprocessor
Keyboard, Mouse, or Sensor
Give an example of an output device that displays results from the microprocessor
Monitor, LED display, Speaker
What is the first step in the instruction execution cycle
Fetch
Which step of the execution cycle involves the CU understanding the instruction
Decode
Name the step in which the microprocessor gathers needed data for execution
Fetch Operand
Identify the step where the micro processor performs the operation
Execute
What step in the cycle involves saving their result back into the memory or a register
Store Output Operand
What is the term for high speed memory that stores frequently used instructions
Cache Memory
Which type of primary memory is volatile and losses data without power
RAM
Name the type of memory that retains data even without power
ROM
What is the small and fastest type of cash memory
L1 cache
Which cash memory is shared among CPU cores and is the largest
L3 cache
What is cache hit
Data found in cache memory