Week 7 Flashcards
1
Q
What are programmable computers?
A
capable of executing programs, hence their functionality can be changed.
2
Q
What is the fetch execute store cycle? (7)
A
- Fetch the instruction from memory
- Increment the program counter (PC)
- Decode the instruction
- Locate the operands used by the instruction 5. Execute the operation
- Store the results in the proper place
- Go back to step 1 to fetch the next instruction
3
Q
What is a microprocessor?
A
A microprocessor is a high-performance CPU with very few peripherals integrated in the same chip.
4
Q
What is a microcontroller?
A
A microcontroller is a low- to medium-performance CPU with some peripherals integrated in the same chip.