What's In A Computer? (Week 2) Flashcards

1
Q

What are the 3 Fundamental Ideas of Digital Information Processing?

A

1) Universal digital representation of information: e.g., documents, pictures, video, music, etc.

2) Universal digital processor: All digital computers are equally capable in what they can compute; they replaced/replace a variety of complex mechanical machines

3) Universal digital network: all information systems may connect using a universal network - the Internet; e.g., for banking, utilities, retail, health care, government, etc.

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

What is a Digital Disruption?

A

A digital disruption is the change that occurs when new digital technologies and business models affect the value proposition of existing goods and services. It is not the technology itself.

A value proposition an innovation, service, or feature intended to make a company or product attractive to customers.

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

What is the 4th Industrial Revolution?

A

The 4th Industrial Revolution is driven by cyber-physical systems, in which physical and software components work together and are deeply intertwined.

It is marked by emerging technology breakthroughs in several fields like artificial intelligence, fifth-generation wireless technologies (5G), fully autonomous vehicles, robotics, etc.

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

What does the Hype Cycle describe?

A

Framework to describe 5 distinct phases of maturity for new technologies.

One interpretation: we tend to overestimate the effect of a technology in the short run and underestimate the effect in the long run.

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

What are the 5 phases of the Hype Cycle?

A

1) Technology Trigger

2) Peak of Inflated Expectations

3) Trough of Disillusionment

4) Slope of Enlightenment

5) Plateau of Productivity

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

Definition : Technology Trigger

A

New technology is introduced, often with a breakthrough innovation or a significant advancement. Attracts early adopters and innovators.

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

Definition : Peak of Inflated Expectations

A

This is when the hype surrounding it is at its highest. Expectations and optimism about the technology’s transformative potential are often unrealistic and exaggerated.

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

Definition : Trough of Disillusionment

A

The technology faces challenges, setbacks, and limitations that were not initially apparent during the hype phase. This phase is marked by disappointment and a sense of disillusionment as the technology fails to deliver on the exaggerated promises. Some start ups and projects fails. Investor $$ may drop.

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

Definition : Slope of Enlightenment

A

During this phase, organizations and innovators work to address the issues and challenges identified during the trough of disillusionment. Lessons learned from initial experiments and failures contribute to more successful implementations.

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

Definition : Plateau of Productivity

A

Technology reaches a stable state where it finds its practical and sustainable application. It become widely adopted by organizations and industry.

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

What are some Important Memory/Storage Properties and
Performance Indicators of Electronic Storage?

A

Technology: electronic, magnetic, optical

Price: $ per MB/GB/TB

Transfer speed: how much data can be read/written per second (Bytes or I/O operations per second)

Access time: how much time is needed to access (read/write) a specific data element (in seconds)

Power consumption: important for mobile devices

Reliability and durability: all moving parts (e.g., in hard disks) are subject to wear and this leads to failures eventually

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

Definition : Universal

A

For all kinds of devices

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

What are electronic circuits in CPUs made of?

A

Transistors

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

Definition : Transistor

A

An electronic switch that can turn a signal on and off. Information in a computer is represented as these two states (on/off).

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

What is a Logic Gate?

A
  • Are (typically) built using a couple of transistors
  • Compute a single output value (off/on, 0/1, true/false, yes/no) based on one or more input values (voltage signals)
  • Are building blocks of more sophisticated structures that can perform more complex operations, e.g.
  • Arithmetic: add or multiply
  • Logic operations: e.g., signal true (on) as a result if every one of multiple input values is true (on) => this is called “logical AND” operation
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Moore’s Law?

A

Moore’s law is the observation that the number of transistors in an integrated circuit (IC) doubles about every two years.

17
Q

Definition : Microchip

A

A chip (microchip) is a small piece of semiconductor bearing numerous circuits (millions or billions of transistors) => is not necessarily a CPU

18
Q

How have Microchips been improved?

A

Number of transistors in a chip roughly corresponds with it ́s computing power => we have seen exponential growth of computing power for the last 5 decades

Feature size (size of a single transistor) of circuits in chips continuously decreased – current size (in 2021) is 5 nanometers

Clock speed of processors continuously increased in the past, but slowed down a few years ago => clock speeds over 4.5 GHz cause very high energy consumption

19
Q

What are some major differences between Programmable Mechanical Machines and Digital Computers?

A

Programmable Mechanical Machines are analog (gradual values) and are built to serve one specific purpose.

Digital Computers work in binary (0 or 1) and are usually general purpose.

20
Q

What is the difference between the logical/functional organization of something and its physical structure?

A

Functional => “what are the pieces and what do they do”
Functional design of typical computers was quite stable over the last 60 years. This applies also to tablets and smartphones.

Physical => “how the object and its pieces are built”
Physical construction was and constantly is subject to huge and rapid changes (technological improvements / materials improvements)

21
Q

Definition : Architecture

A

defines how the function runs

22
Q

Definition : Bus

A

set of wires that connects the processor, primary memory, secondary storage, variety of components. The bus carries information between these components.

23
Q

What is the CPU and what does it do?

A

Central Processing Unit (aka: Processor)

“Brains” of the computer, also called “processor”

Does calculations, moves data around, controls other input/output devices, etc.

Performs billions of operations per second
One operation per clock tick
Up to 5 GHz internal clock speed

24
Q

What is RAM and what does it do?

A

Random Access Memory

Primary/main memory: very fast; stores information that is in active use by the CPU (e.g. currently active programs)

Allows random access (contrary to sequential access, e.g. VCR tape)

Is volatile – looses all information when power is turned off (contrary to permanent memory)

RAM typically contains program code (instructions) and data of all currently running programs

25
Q

What is Secondary Memory/Storage?

A

Permanent (non-volatile) memory is called storage – for long term storage of programs and data

Keeps its information when power is turned off

Hard disks (HD) are very common storage devices