Microprocessors Flashcards

1
Q

Parts of a basic computer structure

A

Central Processing Unit (CPU),
Memory, Address Bus, Control Bus, Data Bus, Input/output ports and power connections.

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

The software is known as

A

The program, it’s procedures, and documentation

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

microprocessor

A

the individual instructions that are in the program

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

components of the CPU

A

The register section
Arithmetic Logic Unit (ALU)
Timing and Control Section

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

what does the The Register Section consist of

A

The register section consists of a number of storage locations (shift registers) where a piece of data is kept, or one of the registers is used by the microprocessor
in carrying out the different operations. A special memory in the microprocessor is called the status register. This is normally made up of single bit indicators (called
flags).

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

Zero flag -
sign flag
carry flag
parity flag

A

is the result zero
is the sign -ve or +ve
did a carry occur
whether the total number of bits are odd or even

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

what is the function of the ALU

A

This unit performs the arithmetic and logical operations. All calculations are
performed in binary, including addition, subtraction, multiplication and division. Adders can be made using a number of logic gates where the basic principles of
addition apply

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