Processing
- machine language, assembly language
- instruction cycle
- fetch
- decode
- execute
- update
- serial, pipelined, parallel processing
Audio
Quick Review (8 min)
Review Questions
This is not work to be turned in for a grade. They are however very
similar to the questions on the Comprehension Quiz.
- What is machine language?
- What is assembly language?
- What is the purpose of the program counter? Why must it be
updated?
- What is the purpose of the instruction cycle -- what does it accomplish?
- What happens during Fetch?
- What happens during Decode?
- What happens during Execute?
- What happens during Update?
- What is serial processing?
- What is parallel processing?
- What is required in a computer to do parallel processing? What is
required for pipelined processing?
- What is pipelined processing?
- What is overclocking?
- Where must an instruction be for the CPU to execute it? Where must
data be for the ALU to do operations on it?
- Does every instruction cycle involve getting an instruction from MM?
Does every instruction cycle involve getting data from MM? Does every
instruction cycle involve the ALU?