Describe with the aid of diagrams the main differences between a microprocessor-based svstem and a microcontroller Flashcards

Learn the differences between Microprocessors and Microcontrollers

1
Q

What are general-purpose Microprocessors?

A
  • General-purpose Microprocessors are basically just the CPU.
  • RAM, ROM, I/O Ports, Timer and Serial COM Port are all external
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are microcontrollers?

A
  • CPU, ROM, RAM, I/O Ports, Timers and Serial COM Ports are all integrated in the chip.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What does the internal structure of a microprocessor consist of?

A

CPU only

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

What does the internal structure of a microcontroller consist of?

A

CPU
RAM
ROM
I/O Ports
Timer
Serial COM Port

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

What are some examples of Microprocessors?

A

Intel’s x86 family
Motorola’s 680x0 family
Intel Core Series
AMD Ryzen series
Qualcomm Snapdragon series

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

What are some examples of Microcontrollers?

A
  • Arduino Uno
  • Raspberry Pi ( although it can also function
    as a single-board computer).
  • Atmel AVR series (e.g. ATmega 328P)
  • Microchip Peripheral Interface Computer
    (PIC) series (e.g. PIC16F877A)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which is better to use, a Microprocessor or Microcontroller?

A

Depends on:
- specific requirements of application
- processing power needed
- cost
- power efficiency

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

Which one is faster, a Microprocessor or a Microcontroller?

A

Microprocessors are usually faster
Microprocessors have:
- higher clock speeds
- more advanced architectures.

Depends on specific requirements.

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

How is a Microprocessor shown on a block diagram?

How are the Address, Control, and Data Bus connected?

A

Internally is the CPU

Address Bus:
- RAM, ROM, and I/O ports are inputted
- Timer and Serial COM port are just
connected.

Control Bus:
- RAM, ROM, I/O ports are inputs

Data Bus:
- RAM and I/O ports are input and output
- ROM is output
- Timer and Serial COM port are just
connected.

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

How is a Microcontroller shown on a block diagram?

A

Everything is internal:
- CPU
- RAM
- ROM
- I/O Port
- Timer
- Serial COM Port

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