SLR1.1 Flashcards
what is a computer
an electronic device that takes an input, processes data and delivers output.
e.g.
input=2
process=x4
output=8
how does a computer process data
computers follow a set of instructions called a computer program
what does the memory of a computer do
stores the program
what CPU stand for
central processing unit
purpose of the CPU
fetches instructions
decodes instructions
executes instructions
how computer carries out its functions
the fetch-execute cycle
what does the CPU consist of
it consists of the ALU, CU, cache and registers
ALU
arithmetic logic unit
performs calculations and logical desicions
CU
control unit
sends electrical signals to control how data moves around the CPU
decodes instructions
cache
temporary storage of data and instructions being read and written from
provides fast access to frequently used instructions and data without having to go to the main memory
faster processing
what are registers
A component for holding short term memory, used to store addresses or data currently being worked on
Von Neumann architechture
consists of a CU, ALU, RAM and inputs and outputs
what was the von Neumann architecture based on
the stored program concept
where are instructions and program data stored
in the same memory in binary form
what is a stored program computer
a computer that has changeable programs