Midterm Revision Flashcards
(7 cards)
Memory
Hardware devices used to STORE data and instruction
The Stack
Special region of memory that holds local variables and function calls
The Heap
Special region of memory used for Dynamic Memory Allocation
Address
A numerical value (usually hexadecimal) that can uniquely identify a memory location
The data bus
Collection of parallel electric wires used to carry actual data (in bits) between the computer’s components (such as from CPU to memory and back)
Peripherals
External devices connected to the computer system to interact with the outside world. Examples like I/O devices like keyboard, touchscreen, monitor
Load and store instructions
Load loads data from memory to register. Store stores data from register to memory