Ch.3 Hardware Flashcards
(30 cards)
Internet of Things
the connection of computer systems and everyday devices, using the internet, to allow data to be exchanged
central processing unit (CPU)
a component in a computer system that processes data and instructions
microprocessor
an integrated circuit that is able to perform many of the functions of a CPU
embedded system
a computer system that performs a dedicated function
fetch-decode-execute cycle
the cycle through which data and instructions are processed
architecture
the design of a computer system, including the components it contains
input device
a device that allows data to be entered into a computer system
RAM (random access memory)
a component in the CPU that holds data and programs that are currently in use
hard drive
a storage device that stores data permanently, until it is deleted by the user
program counter (PC)
a component in the CPU that stores the address of the next instruction to be processed
address
a memory location in RAM
memory address register (MAR)
a component in the CPU that holds the address of the data or instruction to be located in RAM
address bus
wires used for the transmission of addresses between components in a computer
memory data register (MDR)
a component in the CPU that holds the data or instruction that are fetched from RAM
data bus
wires used for the transmission of data and instructions between components in a computer
current instruction register (CIR)
a register that is built into the CU that holds the current instruction that is being processed in the CPU
control unit (CU)
the component in the CPU that controls all the operations in the CPU
instruction set
a set of commands that can be processed by a certain CPU
arithmetic logic unit (ALU)
the component in the CPU that performs all the mathematical and logical operations required when processing data and instructions
accumulator (ACC)
a register that is built into the ALU that stores the result of any interim calculations
control bus
wires used for the transmission of control signals between components in a computer
core
the part of the CPU that contains all the components that are used to perform the fetch-decode-execute cycle
clock speed
the number of fetch-decode-execute cycles that can be performed in a second
cache
a type of storage that is built into the CPU, to store the most frequently used data and instructions