Week 2 Flashcards

1
Q

What is Moore’s Law

A

Founder of Intel said in the ‘60’s that the number of transistors in an integrated system double every 2 years.
-> Computational power (speed) of computers doubles every 2 years

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

What are consequences of Moore’s Law?

A
  • Technical development has autonomous (independend of supply/demand) growth
  • Basis of the explosive growth in computing
  • Selfulling profecy: they aim to achieve this now
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are similarities to Moore’s Law?

A
  • Chessboard Metaphor
  • Data Storage Cost
  • Explosion of the net
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the network effect?

A

Usefulness increases if there are more connections (of nodes)

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

What is meant by Von Neumann Architecture?

A

Basic architecture of computers that says there is a distinction between control unit and memory.

  • Memory is used to store data and software
  • Powerful and flexible as softwre can be changed and modified.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the differences between RAM and Disk (storage)

A
  • CPU can only read into memory
  • Memory is volatile -> it does not store data
  • Memory is quicker in data processing
  • Memory is more expensive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is an operating system?

A
  • Software installed on a compute that gives it an infrastructure;
  • The infrastructure can be used to run applications
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the two views on OS’s?

A
  • Device Handler

- Abstraction Layer

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

What is meant by an OS as a device handler?

A

The OS manages each of the devices in hardware.

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

What is meant by an OS as abstraction layer?

A
  • Provides access to the hardware for the user;
  • The user can use the computer through the OS;
  • The OS abstracts from the hardware and gives and interface to the user.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a bus?

A

Communication system that transfers data between components inside the computer OR between computers

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

What is commodization of computers?

A

Becoming part of our everyday life: Laptops, mobile devices, wearables, IoT
-> There are razor thin margins for manufactures

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

Why is apple not considered a commodity

A
  • Does not use open standards;
  • Products are considered superior;
  • Not easily copied;
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is ASCII?

A

Standard of Wrepresentation of characters. Every letter has it’s own code with 0’s and 1’s

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

What is a parity bit?

A

An extra bit to the code to check for errors. In the first stage of the ASCII you decide if the amount of 1’s should be even or odd. If you decide it should be odd, you can check every character code and add a 1 if the number of 1’s is even; or add a 0 if the number of 1’s is odd.

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

What is electronic waste?

A

Old devices. They are often donated to any country that will take them, often developing countries. This becomes a problem as it becomes a health hazard.