SAP-1 architecture Flashcards

1
Q

the instruction and any data from main memory

A

fetch

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

Convert the instruction into a language the CPU understands

A

Decode

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

Complete the instruction

A

Execute

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

what is SAP-1

A

The Simple-As-Possible - 1

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

is a very basic model of a microprocessor

A

SAP-1

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

SAP-1 is explained by –

A

Albert Paul Malvino

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

the SAP-1 design contains the – for a functional Microprocessor.

A

basic necessities

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

SAP-1’s primary purpose is to develop a – of how a microprocessor works, interacts with memory and other parts of the system like –.

A

basic understanding, input and output

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

The instruction set in SAP-1 is very — and is simple.

A

limited

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

SAP (Simple-As-Possible)-1 is the –stage in the evolution toward modern computers.

A

first

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

load data from RAM address to the accumulator

A

LDA 0000

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

Add accumulator to data from RAM address

A

ADD 0001

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

Subtract data from RAM address from the accumulator

A

SUB 0010

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

Output data in Accumulator to the display

A

OUT 1110

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

Halt all operations

A

HLT 1111

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

SAP1 has six T-states

A

FETCH CYCLE – T1, T2, T3 machine cycle
EXECUTE CYCLE - T4, T5, T6 machine cycle

17
Q

Not all instructions require all the six T-states for execution. The unused T- state is marked as – CYCLE

A

No Operation (NOP) cycle.

18
Q

Each T-state is called a – for SAP1.

A

machine cycle

19
Q

A ring counter is used to – a T-state at every falling edge of clock pulse. The ring counter output is reset after the –th T-state.

A

generate, 6th