Introduction Flashcards

1
Q

What is a microprocessor

A

A multipurpose, programmable, clock-driven, register-based electronic device that reads binary instructions from a storage device called memory, accepts binary data and provides results

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

What consists a typical programmable machine

A

a microprocessor, a memory and I/O devices

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

What are the components of a programmable system

A

Hardware- physical part
Program- set of instructions Software- group of programs

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

Illustrate a typical programmable system/microcomputer

A

*See slide 4

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

Define memory

A

A memory is a set of finite size registers.

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

Describe what is a 1K byte memory

A

The registers are always grouped together in powers of two. For instance, a group of 1024(2^10) 8-bit registers on a semiconductor chip is known as 1K byte memory

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

What are the components of Microprocessor as a CPU

A

▶ Registers to store temporary data
▶ The arithmetic logic unit (ALU) which performs arithmetic and
logical operations
▶ The instruction decoders, counters and control lines

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

Illustrate a block diagram
of a microcontroller

A

*See page 8

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

Illustrate a microprocessor based system and explain each of its components

A

*See page 10
▶ Arithmetic Logic Unit: It performs arithmetic operations such addition and subtraction and logic operation such as AND, OR,
and exclusive OR.
▶ Register array: It consists of various registers identified by
letters such as A,B,C,D,E,H and L. These registers are primarily
used to store data temporarily during the execution of a
program and are accessible to the user.
▶ Control unit: The control unit provides the necessary timing
and control signals to all operations in the microcomputer. It also controls the flow of data between the microprocessor and
memory and other peripherals.
The memory can be divide into two categories namely RAM and
ROM.
The system is the communication path between the MPU and
its peripherals

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

Briefly describe how a microprocessor works assuming there is a program and data already entered in the RAM

A

When the MPU is given a command to execute the program
which is stored in the memory sequentially
It fetches the first instruction from memory, it decodes it the
executes it.
This process is continued until all the instructions and executed.

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

Draw the internal architecture of the intel 8085

A

*See page 26

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