Computer Architecture Flashcards

1
Q

What are the main forms of signal by which data can be taken in or out of a computer?

A

Digital Data. Binary number represents a physical value.
Analogue Data. Varying voltage or current.
Trains of pulses. The rate form of digital data.

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

Describe the TTL Open Collector.

A

Instead of 2 transistors. 1 transistor on output circuit.
That transistor connects the output to ground or leaves it floating.
The output is connected to a power supply.
When the logic gate is operated, output is either pulled up to the external voltage, or is pulled down to the ground via open collector circuiting, shorting output to the ground.
Open collector more versatile than totem pole as output can be in any reasonable desired range.

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

What is the CMOS version of Open Collector?

A

Open drain.

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

What happens if one connects directly to the data bus in an attempt to transfer data from an external device?

A

Varying voltages would swamp data, causing corruption and the computer to stop.

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

What is a Tri-State Buffer used for?

A

To overcome the swamping and corruption of data when transferring data from an external device to the data bus.

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

Describe how a Tri-State Buffer works.

A

It has three states: High, low and high impedance.
Initially, all outputs from the buffer are high impedance and the data bus is not interfered with.
The buffer is only enabled at the instant we want to transfer data from an external device to the bus.
The bus is set to the same values as the input lines and data is transferred.
When the buffer is disabled, the output is high impedance once more and it disconnects from the bus.
Needs address decoder,

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

What is a Latch used for?

A

Accessing data from the PC.

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

Describe how a Latch works.

A

The data is only present of the data bus for a fraction of a second.
The values on the data bus must be latched at a given instant to allow data to be copied to the outside world.
When the latch is enabled, data is copied from the data bus.
When the latch is disabled, the last piece of data on the data bus at that instant is frozen to the output latch.

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

What are Registers?

A

A much quicker way of dealing with input or output facilities.
They are memory mapped locations containing: Digital Input/Output Ports, Control Registers.
Register level programming can run much faster.

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