Exam 1 Flashcards
CPU
The circuitry in a computer that controls the manipulation of data is called the central processing
unit.
What are the three parts of the CPU
Arithmetic/ Logic Unit(ALU), Control Unit and Register Unit.
What’s the function of the Arithmetic Unit
The ALU performs operations on data such as addition and subtraction.
What’s the function of the Control Unit
contains the circuitry for coordinating the machine’s activities.
What’s the function of the Register Unit
contains data storage cells called registers.
Bus
The bus is the electronic connection that connects all the devices on the computer to the CPU and
each other.
Main Memory
Main Memory is the high speed memory associated with the CPU (but not included in
the CPU) that stores computer programs for execution.
Stored Program Concept
The idea of storing programs in main memory is called the
Computer Programs
In order for instructions to be executed by the CPU, they must be reduced to machine language.
Machine Language Instruction
Consists of an instruction code followed by an address or addresses. the computer uses a compiler to convert
the instructions to machine code.
List the 5 types of instructions
Branch
Arithmetic
Read
Write
Conditional
Clock
Circuitry in the control unit that provides for coordinates instruction execution.
FIRMWARE
Instructions stored in read only memory in devices to speed operations.
Machine cycle
Fetch, Decode, and Execute
Program Counter
Internal counter that keeps up with the address of the nest instruction to be decoded for execution.
Motherboard
is a large circuit board that holds computer components. Its called a motherboard
because of its capability to extend its capabilities with the addition of daughterboard’s or add on cards. It
is also called the mainboard.
Who is George Boole was and what did he contribute.
English mathematician who helped establish modern symbolic logic and whose algebra of logic, now called Boolean algebra, is basic to the design of digital computer circuits.