Outcome 2 Part 2 Flashcards

1
Q

What is the memory wall in Von Neumann architecture

A

The Von Neumann bottleneck when a large amount of energy and time is wasted in the process of data transports due to the speed difference between computation and memory increasing.

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

Examples of more than one processor put into a chip

A

Multicore

Parallel Processing.

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

How can the NAS box SATA HDD be accessed

A

Through SSH using TCP/UDP port 22 or kerberos

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

What is a NAS box SATA HDD

A

Large storage for backup.

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

Moore’s Law

A

Gordon Moore showed that the processing speeds of computers nearly double every two years.

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

What two factors can affect a CPU’s performance ?

A

Different architectures

How hot it gets

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

Differences between Harvard and Von Neumann Architecture

A

Harvard architecture has separate storage and signal pathways for instructions and data.

Whereas Von Neumann has program instructions and data share the same memory and pathways.

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

What devices is Harvard architecture popular in ?

A

Smaller embedded systems like your microwave or a watch.

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

How is Harvard architecture performance improved over Von Neumann ?

A

By it being possible to access program memory and data simultaneously.

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

What types of devices is Von Neumann architecture popular in ?

A

Large computing systems. This could be anything about the size of and bigger than a phone

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

Main disadvantage of Von Neumann Architecture

A

Memory bandwidth becomes the bottleneck. A point of congestion where processes slow down.

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

Credited as “the father of computer science”

A

Alan Turing

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

Who originated the concept of a programmable computer. Considered the Father of the computer ?

A

Charles Babbage

Early 19th Century

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

Two main types of computer architecture.

A

Von Neumann architecture and Harvard architecture.

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

Memory fragmentation

A

Gaps in memory starting to appear that aren’t actually being used

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

Gaps in memory starting to appear that aren’t actually being used

A

Memory Fragmentation

17
Q

What do MIPS, BIPS, TIPS stand for ?

A

Millions/Billions/Trillions Instructions Per Cycle

18
Q

What is bit width ?

What are the two most common bit widths ?

A

How many bits that the computer can process in a single instruction, size of registers, how much memory can be addressed

32-bit (x32) or 64-bit (x64) (multiples of 8)

19
Q

Why is a large amount of energy and time wasted in the process of data transport in the Von Neumann Architecture ?

A

Due to the speed difference between computation and memory increasing.

20
Q

Which architecture has separate storage and signal pathways for instructions and data ?

A

Harvard Architecture

21
Q

What architecture has program instructions and data share the same memory and pathways.

A

Von Neumann Architecture