Chapter 2 Flashcards

1
Q

What are the four main phases of computer evolution?

A

1) First Generation: Vacuum tubes
2) Second Generation: Transistors
3) Third Generation: Integrated Circuits
4) Later Generations: Semiconductor memory and microprocessors

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

Describe the ENIAC and its significance

A

ENIAC (Electronic Numerical Integrator and Computer) was one of the first general-purpose digital computers, built during WWII for artillery calculations.

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

What is the Von Neumann Machine model?

A

It introduced the stored-program concept, where program instructions are stored in memory, which became the basis for all modern computers.

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

Key components of the IAS Computer.

A

Main Memory, ALU (Arithmetic Logic Unit), Control Unit, and I/O equipment.

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

What advancement did the UNIVAC bring?

A

UNIVAC I was the first successful commercial computer used for both scientific and business applications.

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

What replaced vacuum tubes in the second generation of computers?

A

Transistors, which made computers smaller, cheaper, and more energy-efficient.

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

Define Integrated Circuits and their role in third-generation computers.

A

Integrated circuits (ICs) combine multiple transistors on a chip, allowing for more compact and efficient design in computers.

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

Explain Moore’s Law.

A

The number of transistors on a chip doubles approximately every 18 months, enabling ongoing improvements in computer performance.

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

What was the significance of IBM’s 360 series?

A

It was the first planned family of computers with similar instruction sets, allowing easy upgrades within the series.

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

What is a Microprocessor, and why was it revolutionary?

A

The microprocessor integrates all CPU components on a single chip, allowing for compact and versatile computers.

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

How does Pipelining improve microprocessor performance?

A

Pipelining allows overlapping stages of instruction processing, increasing the rate of execution.

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

Define Multicore Processors and their benefit.

A

Multicore processors have multiple processing units (cores) on one chip, improving parallel processing and performance.

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

What are GPUs, and what are they optimized for?

A

GPUs (Graphics Processing Units) are designed for parallel operations, primarily used in video and image processing.

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

Evolution of Intel’s x86 Architecture key stages.

A

From early 8080 (8-bit) processors to modern multicore and 64-bit processors, with backward-compatible instruction sets.

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

What were the limitations of the ENIAC?

A

ENIAC had no internal memory for programs and consumed a lot of power with 18,000 vacuum tubes, making it large and costly.

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

What improvements did the UNIVAC II offer over the UNIVAC I?

A

Faster processing, more memory, and backward compatibility with UNIVAC I.

17
Q

Why were transistor-based computers (2nd Gen) a significant improvement?

A

They were smaller, generated less heat, and enabled the development of more complex and efficient computers.

18
Q

Explain Microelectronics and its importance.

A

Microelectronics, or “small electronics,” reduced the size and cost of digital circuits, laying the foundation for ICs and more advanced computing.

19
Q

What impact did IBM’s 7000 Series have?

A

As the first transistor-based series by IBM, it marked the transition from vacuum tubes to more efficient transistors.

20
Q

Describe the Performance Balance concept.

A

Performance balance involves optimizing all computer components (CPU, memory, I/O) to prevent bottlenecks, ensuring efficiency.