What's In A Computer? (Week 2) Flashcards
What are the 3 Fundamental Ideas of Digital Information Processing?
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.
What is a Digital Disruption?
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.
What is the 4th Industrial Revolution?
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.
What does the Hype Cycle describe?
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.
What are the 5 phases of the Hype Cycle?
1) Technology Trigger
2) Peak of Inflated Expectations
3) Trough of Disillusionment
4) Slope of Enlightenment
5) Plateau of Productivity
Definition : Technology Trigger
New technology is introduced, often with a breakthrough innovation or a significant advancement. Attracts early adopters and innovators.
Definition : Peak of Inflated Expectations
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.
Definition : Trough of Disillusionment
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.
Definition : Slope of Enlightenment
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.
Definition : Plateau of Productivity
Technology reaches a stable state where it finds its practical and sustainable application. It become widely adopted by organizations and industry.
What are some Important Memory/Storage Properties and
Performance Indicators of Electronic Storage?
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
Definition : Universal
For all kinds of devices
What are electronic circuits in CPUs made of?
Transistors
Definition : Transistor
An electronic switch that can turn a signal on and off. Information in a computer is represented as these two states (on/off).
What is a Logic Gate?
- 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