Introduction Flashcards

1
Q

What are the goals of computer architecture?

A

To improve performance and to anticipate future trends so that by the time a feature is released, we are not outdated.

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

Moore’s Law

A

Every 18-24 months, technology advances such that we get twice the amount of transistors on the same chip area

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

What are the implications of Moore’s Law for computer architecture?

A

Every 18-24 months, we want to:

  1. double processor speed (2x transistors)
  2. 1/2 the energy requirement (1/2 transistors)
  3. Double the memory capacity
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the memory wall?

A

The gap between how fast our processors’ speeds are improving (2x according to Moore’s law) and how fast our memory access time is growing (1.1x).

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

How do we deal with the memory wall?

A

Caches!

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

What is dynamic (active) power?

A

Power consumed by the activity in a circuit

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

What is dynamic power dependent on?

A

Capacity (chip area), voltage, frequency, and activity factor (how many transistors are active at one time)

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

What must we do in order to keep dynamic power the same with faster chips?

A

Lower the voltage!

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

What is static power?

A

Power consumed when the chip is powered on, but idle

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

Why is a lower voltage bad for static power?

A

A lower voltage causes more power to ‘leak’ when device is idle

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

Explain the relationship between static and dynamic power

A

Lower voltage == less dynamic power, BUT
Lower voltage == more leakage == higher static power. DP increases with voltage, SP decreases, there is a sweet spot minimum that you want to hit

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

What is fabrication?

A

The cost of producing a chip

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

How do you produce a chip?

A

Take a wafer, flatten it out, do a bunch of stuff to it, then cut it up into X amount of chips
All chips that test okay are sold, others are thrown out

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

How to decrease chip cost?

A

The fabrication cost is mostly constantly, so cut more chips per wafer

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

What is the fabrication yield?

A

Working chips / chips on wafer

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

How do bad chips affect fabrication yield?

A

Having bad chips is signification worse for larger chips than for smaller ones

17
Q

How does Moore’s Law affect fabrication yield?

A

Cost increases dramatically with larger chips size. We can use Moore’s law to 1) have a smaller chip for a much lower cost or 2) keep the same sized chip, and sell a faster chip for the same cost to produce