Microprocessor (Mod 1) Flashcards

1
Q

compact integrated circuit designed to govern a specific operation in an embedded system.

A

Microcontrollers

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

A typical microcontroller includes:

A

processor, memory and input/output (I/O) peripherals on a single chip.

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

Microcontroller referred to as an

A

embedded controller or microcontroller unit (MCU)

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

They’re simple miniature PCs designed to control small features of a larger component without a complex front-end operating

A

Microcontrollers

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

Different types of Microcontrollers

A
  • 8051
  • AVR
  • PIC
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Microcontroller Applications

A
  • Industrial automation
  • Automotive
  • Home appliances
  • Consumer electronics
  • Medical devices
  • Military systems
  • Environmental monitoring
  • Robotics
  • Internet of Things (IoT)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Difference between microprocessor and microcontroller

A

MICROPROCESSOR: general-purpose processor
MICROCONTROLLER: processor to perform a specific task

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

serves as the brain of a computer or other electronic devices

A

Microprocessor

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

a programmable device that processes binary data (0s and 1s) according to a set of instructions stored in its memory.

A

Microprocessor

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

Role of microprocessor in computing

A

Execution of software programs

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

Applications of microprocessor

A
  • Computing
  • Automotive
  • Telecommunications
  • Consumer Electronics
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

The first commercially available microprocessor, a 4-bit CPU used primarily in calculators and small control systems

A

Intel 4004 (1971)

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

An 8-bit microprocessor that set the standard for early personal computers

A

Intel 8080 (1974)

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

The beginning of the x86 architecture, which became the foundation for most personal computers

A

Intel 8086/8088 (1978)

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

The year of the rise of 16-bit and 32-bit processors, with companies like Motorola (68000 series) and Intel (80386) leading the way

A

1980s

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

The year of the introduction of 64-bit processors, including the Intel Pentium series, which brought higher performance and capabilities to consumer markets.

17
Q

The year of Modern microprocessors, such as Intel’s Core series, AMD’s Ryzen, and ARM-based processors, have become multi-core, highly efficient, and capable of handling

A

2000s - Present

18
Q

The component of the microprocessor that performs arithmetic and logical operations, such as addition, subtraction, and bitwise operations. It is crucial for executing the mathematical functions required by software instructions

A

Arithmetic Logic Unit (ALU)

19
Q

The component of the microprocessor that directs the operation of the processor. It fetches instructions from memory, decodes them, and then executes them by coordinating with the ALU and other components.

A

Control Unit (CU)

20
Q

The component of the microprocessor that are small, fast storage locations within the CPU that hold data, instructions, or addresses temporarily during execution.

21
Q

This component of the microprocessor are communication pathways that connect various components of the microprocessor, including the ALU, registers, and memory. And typically three types of buses

22
Q

3 types of buses

A
  • data bus
  • address bus
  • control bus
23
Q

This is a type of bus that transfers data between the CPU and other components.

24
Q

This is a type of bus that carries the addresses of data and instructions

A

Address bus

25
Q

This is a type of bus that carries control signals to manage the operations of the CPU and other components

A

Control bus

26
Q

Common types of registers

A
  • accumulator
  • program counter
  • stack pointer
27
Q

The information that the microcontroller receives is temporarily stored in its

A

Data memory

28
Q

What is a common feature of modern microprocessors?

A

Support for multi-threading