3. Computer Hardware and History Flashcards

1
Q

First-generation computers used _____ for circuitry and _____ for memory.

A

vacuum tubes, magnetic drums

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

The first generation of computers relied on what type of languages to operate?

A

Machine languages

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

The first generation of computers relied on ____ for input and produced ____ output.

A

Punch cards, printed

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

What replaced vacuum tubes in the second generation of computers?

A

Transistors

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

Second-generation computers relied on ____ for input and produced ____ output.

A

Punch cards, printed

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

What languages were developed to program second-generation computers?

A

Higher-level languages like early FORTRAN and COBOL

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

In second-generation computers, machine languages representing instructions in binary (0s and 1s) were replaced by ____ languages that specified instructions using ____.

A

assembly, words

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

The technological development that ushered in the third generation of computers was the invention of ____.

A

integrated circuits

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

In the third generation of computers, integrated circuits miniaturized ____ and placed them on silicon chips called ____.

A

semiconductors

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

Third-generation computers used ____ and ____ to communicate with other components of the system.

A

keyboards, monitors

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

What made it possible for third-generation computers to run multiple programs at once and share memory and other resources?

A

Operating systems

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

What innovation made the fourth generation of computers possible?

A

Microprocessors, which include thousands of integrated circuits on a single silicon chip.

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

What other innovations accompanied the fourth generation of computing besides microprocessors?

A

Graphical user interfaces, the mouse, and handheld devices.

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

What innovation marked the beginning of the fifth generation of computing?

A

Artificial intelligence

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

Fifth-generation computers are based on ____ processing and ____ software.

A

parallel, AI

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

_____ computing is said to be more efficient than modern computing because of its use of _____.

A

Quantum, quantum tunneling

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

_____ computing is said to be more efficient than modern computing because of its use of _____.

A

Quantum, quantum tunneling

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

____ and ____ manufacturing involves the use of ____ (extremely small) tools and ____ processes to build structures, devices, and systems at the molecular level.

A

Nanotechnology, molecular, nanoscale, nonbiological

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

What hardware component is responsible for processing all information from programs run by a computer?

A

CPU

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

The speed at which the processor processes information is measured in ____.

A

gigahertz (GHz)

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

What hardware component temporarily stores information created by programs and does so in a way that makes this data immediately accessible?

A

RAM (Random Access Memory)

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

The ____ is a storage device responsible for storing permanent and temporary data.

A

hard drive

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

What are the two types of storage devices?

A

HDD: Hard Disk Drive, writes binary data on spinning magnetic disks called platters

SSD: Solid State Drive, stores data by using static flash memory chips

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

This hardware component processes huge amounts of graphical data. They focus almost exclusively on graphics rendering but can also extend the CPU.

A

GPU (Graphics Processing Unit)

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

This is a printed circuit board that can add functionality to a computer system via the bus that bears its name.

A

Expansion card. (The bus is called the expansion bus.)

26
Q

The ____ bus is a computer bus that moves information between the internal hardware of a computer system (including the CPU and RAM) and peripheral devices.

A

expansion

27
Q

Generally, computer hardware contains what three major components?

A
  1. CPU (Central Processing Unit)
  2. Storage
  3. Peripheral devices
28
Q

Another name for the IPOS model of computing systems is the _____ architecture of a computer system.

A

Von Neumann

29
Q

What are the three parts of the CPU, and what do they do?

A
  1. Arithmetic Logic Unit (ALU): contains circuitry that performs operations on data (such as addition and subtraction).
  2. Control unit: contains the circuitry coordinating the machine’s activities.
  3. Processor register: contains data storage cells called registers
30
Q

____ hold the inputs to the ALU and store the results.

A

Registers

31
Q

What four activities does the control unit perform?

A
  1. Transfers the data from the main memory into the registers.
  2. Informs the ALU which registers hold the data.
  3. Activates the ALU.
  4. Tells the ALU which register should receive the result.
32
Q

What does the Memory Address Register (MAR) do?

A

It holds the memory location of data that needs to be accessed.

33
Q

What does the Memory Data Register (MDR) do?

A

It holds data that is being transferred to or from memory.

34
Q

What does the Accumulator (AC) do?

A

It holds the ALU results.

35
Q

What does the Program Counter (PC) do?

A

It holds the address of the next program instruction to be executed.

36
Q

What does the Current Instruction Register do?

A

It holds the current instruction during processing.

37
Q

RAM is split into ____. Each of these consists of a(n) ____ and its ____, all in ____ form.

A

partitions, address, contents, binary

38
Q

Read-only memory (ROM) stores instructions for what kind of system activities?

A

Crucial system activities like booting up the system and initializing different computer components.

39
Q

Various units that support the input and output functions of a computer are called ____.

A

peripheral devices

40
Q

What computer components are the wires that transmit information between the CPU and other components?

A

Buses or bus lines

41
Q

What are the three different types of buses?

A
  1. Address buses
  2. Data buses
  3. Control buses
42
Q

The ____ bus carries the destination address of where the data is assigned to be processed.

A

address

43
Q

The ____ bus carries data between the processor, the memory unit, and the input/output devices.

A

data

44
Q

The ____ bus carries control signals (commands) from the CPU (and status signals from devices); controls and coordinates all activities within the computer system.

A

control

45
Q

What are two other names for the system unit?

A
  1. Tower
  2. Chassis
46
Q

The motherboard is the main ____ for the computer containing both ____ components that cannot be removed and ____ or ____ for components that can be removed.

A

circuit board, soldered, sockets, slots

47
Q

The ____ sends out a pulse of electricity at regular intervals and makes it possible for the electronic components of the computer to operate.

A

system clock

48
Q

How many instructions get processed per pulse of the system clock?

A

One

49
Q

One ____ is equivalent to a million pulses per second.

A

megahertz (MHz)

50
Q

One ____ is equivalent to one billion pulses per second.

A

gigahertz (GHz)

51
Q

What are three examples of types of expansion cards?

A

graphics cards, sound cards, and network cards

52
Q

What are ports? What are three examples of ports?

A

Ports are sockets that allow cables to be plugged in without opening the system unit. Some examples are serial, parallel, and Universal Serial Bus (USB) ports, which are recognizable by their distinct shapes.

53
Q

RAM is also known as ____ storage, while devices such as HDDs, SSDs, and flash drives are known as ____ storage.

A

primary, secondary

54
Q

A ____ is the smallest unit of storage. Eight of them equals one ____, which is enough information to store a single character.

A

bit, byte

55
Q

How many bytes are actually in a kilobyte?

A

1,024 (2^10) bytes

56
Q

What are the most common output devices?

A

Monitors and printers

57
Q

____ are the biggest and fastest computers, designed to process huge amounts of data. They are built as a system of thousands of interconnected processors and are particularly useful in scientific and engineering applications such as weather forecasting, scientific simulations, and nuclear energy research.

A

Supercomputers

58
Q

____ computers are designed to support hundreds or thousands of users simultaneously. They also support multiple programs at the same time, making them useful to big organizations that manage and process high volumes of data.

A

Mainframe

59
Q

A ____ is a single-user computer designed for technical or scientific applications. It has a faster microprocessor, a large amount of RAM, and high-speed graphics cards. It generally performs a specific job with great expertise. Graphics, music, and engineering design departments often use this type of system.

A

workstation

60
Q

A ____ is more commonly known as a personal computer. It is a general-purpose computer for individual use.

A

microcomputer