Week 7 Flashcards

1
Q

What are programmable computers?

A

capable of executing programs, hence their functionality can be changed.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the fetch execute store cycle? (7)

A
  1. Fetch the instruction from memory
  2. Increment the program counter (PC)
  3. Decode the instruction
  4. Locate the operands used by the instruction 5. Execute the operation
  5. Store the results in the proper place
  6. Go back to step 1 to fetch the next instruction
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a microprocessor?

A

A microprocessor is a high-performance CPU with very few peripherals integrated in the same chip.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a microcontroller?

A

A microcontroller is a low- to medium-performance CPU with some peripherals integrated in the same chip.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly