Clock and Buses Flashcards

1
Q

What is the Clock?

A

Clock makes sure the circuits and components inside a computer are synchronised. Triggers actions by sending electronic signals.

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

What is the Rising Edge?

A

When the input signal is transitioning from a low state (0) to a high state (1).

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

What is the Falling Edge?

A

When the input signal is transitioning from a high state (1) to a low state (0).

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

What are Buses?

A

Buses are wires/tracks that connect and send data and signals between the CPU to other computer components. Usually CPU to System Memory.

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

What does the data bus do?

A

Carries/transfers data words (instructions/operands)

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

What does the control bus do?

A

The control transmits control signals generated by the CPU to coordinate and manage the various operations within the computer. It regulates data flow, coordinates actions between components, and manages timing and control signals for data transfer

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

What does the address bus do?

A

The address bus determines which address should be read/written to

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

What is a Serial Bus?

A

Sends one bit at a time (either 0 or 1)

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

What is a Parallel Bus?

A

Sends multiple bits at a time

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

What are the advantages/disadvantages of a Serial bus?

A

Can send data at a higher frequency, but this data is less complex. It is cheaper and fewer wires are required.

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

What are the advantages/disadvantages of a Parallel Bus?

A

Data sent is more complex but at a lower frequency. More expensive and more wires required. Risk of Clock Skew and Crosstalk.

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

What is Clock Skew?

A

When signals arrive at different times, not synchronised. Occurs at higher frequencies.

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

What is Crosstalk?

A

When nearby signals interfere with each other.

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