Computer Architecture Flashcards
Hardware
The physical elements of a computing system
Software
a series of instructions that can be understood by the CPU
Peripheral
a device that is used to put information into or get information out of the computer
Network
A collection of computing devices connected so that they can communicate and share resources
Human resources (meatware)
refers to the human entities that operate or use a computer for any computing process
CPU
Central Processing Unit
ALU
Arithmetic Logic Unit
CU
Control Unit
Registers
small temporary storage spaces inside the CPU
CPU definition
combination of the ALU, CU, and Registers; the brain of the computer that interprets and executes instructions
CU definition
controls the actions of other computer components so as to execute the instructions in a sequence
ALU definition
performs arithmetic operations ( +,-, *, /) and logical operations (>,<, =, !=) also refered to as a core
PC (Registers)
Program Counter, an incrementing counter that holds the address of the next
instruction to be executed
IR (Registers)
Instruction Register, a temporary storage for the instruction that has just been
fetched from memory
AC (Registers)
Accumulator, a register to hold the result of the operations performed by the ALU