Unit 4- Processor Fundamentals Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

What does an AND logic gate mean?

A

1 and 1=1, 0+0=0 and 1+0=0

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

What does an address bus carry?

A

Carries the memory location address, one way, to the I/O controllers and memory

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

What does a XOR logic gate mean?

A

0 XOR 1=1,0 XOR 0= 0 and 1 XOR 1= 0

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

What does the NAND logic gate mean?

A

It combines AND, OR and NOT gates together

‘Universal’ gate

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

What is a word?

A

Equal memory units

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

What’s a bus?

A

Wire in the CPU that connects all the parts together

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

What does an OR logic gate mean?

A

It’s like choosing between nothing/a gift, two gifts or nothing at all

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

Define device driver

A

Software that convert between OS and peripheral signals

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

What does does the control bus carry?

A

The coordinating signal from the CU to other CPU parts

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

What does a NOT logic gate mean?

A

If it’s not 1, it’s 0 and vice versa

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

What does a data bus carry?

A

Transporta data bidirectionally

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

What is immediate addressing?

A

Operand=number instruction’s using

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

What’s direct addressing?

A

Operand=address of number

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

What’s indirect addressing?

A

Operand=address of the address instruction needs to use

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

What’s indexed addressing?

A

Operand=Index Register+value’s address

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

What’s relative addressing?

A

Operand=the number that shows the difference between the current address and the address to be used
For example if the location is 6 and the operand=3 then the location needed is 9