Chapter 2 Flashcards

1
Q

What are the components of a typical computer system?

A

System unit and peripheral devices (keyboard, nouse, hard disc drive, optical drive, removable storage, sound system, display system, network and internet access, printer)

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

Desktop Computer

A

Fits on a desk and runs on power from an electrical wall outlet

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

Peripheral device

A

Input, output, and storage equipment that might be added to a computer system to enhance its functionality

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

System unit

A

The case that holds the computer’s main circuit boards, microprocessor, memory, power supply, and storage devices

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

What is the significance of different computer designs?

A

The form, such as size and dimensions, of a computer must suit the function that it will be used for

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

What are the options for desktop computer form factors?

A

Horizontal, vertical, all-in-one

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

Tower case

A

Provides space for those who want to enhance or upgrade their machines

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

All-in-one computer

A

The computer circuitry is incorporated in the back of a flat-panel screen

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

How do portable computers differ from desktops?

A

Desktop computers run on power from an electrical wall outlet, while portable computers can run on an outlet or battery and are easy to carry around

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

Portable computer

A

A small, light-weight personal computer with input, output, storage, and processing components integrated into a single unit that runs on power supplied by an electrical outlet or battery (clamshell or slate)

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

What is a laptop computer?

A

A small, light-weight portable computer that opens like a clamshell to reveal a screen and keyboard

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

What types of computers are available in the slate form factor?

A

Enhanced media players, smartphones, tablets

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

What is an enhanced media player?

A

A handheld device designed for playing music and videos

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

What is a smartphone?

A

An enhanced mobile phone that also functions as a portable media player and has the capability to access the Internet

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

What is a tablet computer?

A

A handheld computer that is essentially a large version of an enhanced media player

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

What is compatibility?

A

Computers that operate in essentially the same way and use the same software

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

What are the three popular platforms?

A

PC, Mac, Linux

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

What’s the significance of designations, such as home, small business, or game systems?

A

Created by computer vendors to help consumers sort through the variety of configuration options

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

What differentiates a home computer from other types?

A

Encompasses a vast array of desktop and laptop computer configurations designed to accommodate computers who use computers for personal tasks

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

What’s so great about a gaming computer?

A

Feature the fastest processors, stuffed with memory, state-of-the-art sound capabilities, and multiple graphics processors

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

What are the characteristics of small business computers?

A

A medium-speed processor, moderate amount of RAM, sensible disk capacity.

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

What is a microprocessor and what does it look like?

A

An integrated circuit designed to process instructions; largest chip on the system board, could be hidden under a cooling fan

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

What makes one microprocessor perform better than another?

A

Clock speed, bus speed, word size, cache size, instruction set, number of cores, and processing techniques

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

What do MHz and GHz have to do with computer performance?

A

Indicates the speed of the microprocessor clock, a timing device that sets the pace for executing instructions. GHz means a billion cycles/second.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What's a multi-core processor?
A microprocessor that contain circuitry for more than one processing unit
26
What is FSB?
FSB stands for front side bus, a term that refers to the circuity that transports data to and from the microprocessor. Measured in MHz (million cycles/s)
27
How does the cache size affect performance?
Three levels: 1 is fastest, 2 and 3 are slightly slower
28
CPU cache
Special high-speed memory that allows a microprocessor to access data more rapidly than from memory located elsewhere on the system board
29
What impact does word size have on performance?
Based on the size of the registers in the ALU and the capacity of circuits that lead to those registers Example: A 64-bit processor has 64-bit registers and processes 64 bits at a time
30
Word size
The number of bits that a microprocessor can manipulate at one time
31
How does an instruction set affect performance?
A RISC processor performs most instructions faster than a CISC processor, but may require more of these simple instructions to complete a task than a CISC processor
32
CISC
Complex instruction set computer; used by microprocessor with increasingly complex instructions
33
RISC
Reduced instruction set computer; used by microprocessor with a limited set of simple instructions
34
Can a microprocessor execute more than one instruction at a time?
Yes, in pipelining and parallel processing, but not serial processing.
35
Serial processing
The processor must complete all steps in the instruction cycle before it begins to execute the next instruction
36
Pipelining
A processor can begin executing an instruction before it completes the previous instruction
37
Parallel processing
Multiple instructions are executed at the same time
38
How can I compare microprocessor performance?
Benchmarks are the results of a series of tests to gauge the overall speed of a microprocessor, which can be compared to the benchmarks of other microprocessors
39
What do the Windows Experience Index scores mean?
The performance subscores for five computer components. Base score determined by lowest subscore.
40
What is overclocking?
A risky technique for increasing the speed of a computer component
41
What is RAM?
Random access memory; a temporary holding area for data, application program instructions, and the operating system
42
Why is RAM so important?
Holds raw data waiting to be processed, results of processing, and operating system instructions
43
How does RAM work?
Most ram is volatile, it needs electrical power to hold data. In RAM, microscopic electronic parts called capacitors hold the bits that represent data.
44
Virtual memory
If a program exceeds its allocated space, the operating system uses this area of the hard disc to store parts of programs of data files until they are needed
45
How do I add RAM?
SDRAM is the most popular type of RAM in today's computers and is sold as a small circuit board
46
What is ROM?
Read only memory; a type of memory circuitry that is housed in a single integrated unit. ROM is permanent and nonvolatile.
47
What is EEPROM?
Electrically erasable programmable read only memory
48
What does a computer store in ROM?
Contains a small amount of instructions called the bootstrap loader; Sometimes referred to as BIOS (basic input/output system) in a PC
49
What are the basic components of a data storage system?
A storage medium and a storage device
50
Storage medium
The disk, tape, CD, DVD, paper, or other substance that contains data
51
Storage device
The mechanical apparatus that records and retrieves data from a storage medium
52
How does a storage device interact with other computer components?
Data gets copied from a storage device into RAM, where it waits to be processed. It it then held temporarily in RAM and usually copied to a storage medium for more permanent safekeeping
53
What are the three types of storage technologies?
Magnetic, optical, and solid state
54
How can storage technology be compared?
Based on versatility, durability, speed, and capacity
55
What factors affect storage speed?
Access time and data transfer rate
56
Access time
The average time it takes a computer to locate data on the storage medium and read it (milliseconds)
57
Random access
The ability of a device to "jump" directly to the requested data (CD, DVD, Blu-ray)
58
Sequential access
Reads though data from the beginning of the tape (cassette tape)
59
Data transfer rate
The amount of data a storage device can move per second from the storage medium to the computer
60
What's so important about storage capacity?
Today, higher capacity is almost always preferred, so it is important to consider storage capacity and density
61
Storage capacity
Maximum amount of data that can be stored on a storage medium, measured in bytes
62
Storage density
The amount of data that can be stored in a given area of a storage medium, such as the surface of a disk
63
What is magnetic storage technology?
Stores data by magnetizing microscopic particles on a disk or tape surface
64
How does a hard disk drive work?
A hard disk drive contains one or more platters and their associated read-write heads.
65
Hard disc platter
A flat, rigid disk made of aluminum or glass and coated with magnetic iron oxide particles
66
Read-write head
A mechanism in the disk drive that magnetizes particles to write data, and senses the particles' polarities to read data
67
Why are hard disk drives so popular?
Provides lots of storage capacity , fast access to files, and is economical
68
What's the downside of hard disk storage?
Not as durable, data stored on magnetic media can be unintentionally altered
69
Head crash
When a read-write head runs into a contaminant on the disk that damages the data on the disk
70
CD
(compact disc) Capacity of 80 minutes of music or 700 MB of data
71
DVD
(digital video disc) Contains two recordable layers on the same side and can store 8.5 GB of data
72
Blu-ray
A high-capacity storage technology with a 25 GB capacity per layer
73
How do CD, DVD, and Blu-ray drives work?
These three are classified as optical storage, which stores data as microscopic light (lands) and dark (pits) spots on the disc surface and contains a spindle that rotates the disc over a laser lends, translating the differences in light to data
74
What's the significance of ROM, R, and RW?
Read-only technology: stores data permanently on a disc that cannot be added to or changed Recordable technology: uses a layer to change the color in a dye which cannot be changed once data has been recorded Rewritable technology: the crystal structure allows data to be recorded and modified over and over again
75
What is solid state storage capacity?
A technology that stores data in erasable, rewritable circuitry, rarther than on spinning disks or streaming tape
76
How does solid state storage work?
Contains a gridwork of circuitry, each cell containing two transistors that act as gates to hold the 1s and 0s that represent data. This data is non-volatile, very durable, but is more expensive than magnetic and optical
77
What are my options for solid state storage?
Memory cards, solid state drives, USB flash drives
78
When should I use memory cards?
A memory care is a flat, solid state storage medium commonly used to transfer files from digital cameras and media players to computers
79
Card reader
A device that reads and writes data on solid state storage
80
Solid state drive
A package of flash memory that can be used as a substitute for a hard disk drive and is usually used for customers who use computers in rugged conditions
81
USB flash drive
A potable storage device that plugs directly into a computer's system unit using a built-in connector
82
Can I add storage to my computer?
You can increase storage capacity by adding hard drives and can add storage flexibility by installing additional types of storage devices, such as an external drive or drive bays
83
Drive bays
Drive bays, external or internal, are parking spaces for storage devices inside a desktop or laptop system unit case
84
What devices can I use to get data into a computer?
Keyboard, mouse, touch-sensitive screens, scanners, digital cameras, graphic tablets, microphones, and electronic instruments
85
What does a pointing device do?
A pointing device allows you to manipulate an on-screen pointer and other screen-based graphical controls
86
Which pointing device should I choose?
Desktop computer systems usually use a mouse, while game controllers come in styles such as joysticks, steering wheels, and wands
87
When do I need a trackpad?
A trackpad is a touch-sensitive service on which you can slide your fingers to move the on-screen pointer
88
How does a touchscreen work?
A touchscreen is a transparent panel coated with a thin layer of electrically conductive material that senses a change in the electrical current when touched
89
What are my options for display devices?
LCD: (liquid crystal display) produces an image by filtering light though a layer of liquid crystal cells; advantages include display clarity, low radiation emission, portability, and compactness LED: (light-emitting diode technology) A gradual replacement for the harmful CCFL backlighting of LCD technology
90
What factors affect image quality?
Screen size, dot pitch, width of viewing angle, response rate, resolution, and color depth
91
Screen size
Measurement in inches from one corner of the screen diagonally across to the opposite corner
92
Dot pitch
Distance in millimeters between like-colored pixels; Measure of image clarity
93
Pixels
The small dots of light that form an image
94
Viewing angle width
Indicates how far to the side you can still see clearly see the screen image
95
Response rate
The time it takes for one pixel to change from black to white then back to black
96
Color depth
The number of colors a monitor can display
97
Screen resolution
The number of horizontal and vertical pixels that a device displays on the screen (standard 4:3, widescreen 16:9)
98
Should I set my computer on its highest resolution?
At higher resolutions, text and other objects appear smaller, but the computer can display a larger work area
99
What are the components of a typical computer display system?
Display device and graphics circuitry, such as integrated graphics or dedicated graphics
100
Integrated graphics vs. dedicated graphics
Integrated in built into a computer's system board, which dedicated is graphics circuitry mounted on a small circuit board called a graphics card
101
Graphics card
A small circuit board that plugs into the system board
102
Graphics processing unit (GPU)
Contained in a graphics card along with special video memory, which stores screen images as they are processed but before they are displayed
103
How does an ink jet printer work?
Has a nozzle-like print head that sprays ink onto paper to form characters and graphics
104
How do laser printers compare to ink jet printers?
Uses the same technology as a photocopier to paint dots of light on a light-sensitive drum
105
What is a dot matrix printer?
Produces character and graphics by using a grid of fine wires
106
What features should I look for in a printer?
Resolution, print speed, duty cycle, operating costs, dulex capability, memory, networkability
107
Resolution
The quality of sharpness of printed images and text
108
Print speed
Measured by pages per minute or characters per second
109
Duty cycle
Determines how many pages a printer is able to churn out
110
Operating costs
Include ink cartridges, toner cartridges, or replacement ribbons
111
Dulex capability
Can print on both sides of the paper
112
Memory
Data that arrives at a printer along with its printer language requires memory
113
Networkability
Can connect directly to a computer network, rather than to a single computer
114
Printer Command Language vs. Postscript
PCL is the most widely used language for communication between computers and printers, but Postscript is an alternative printer language that many publishing professionals prefer
115
How does a computer move data to and from peripheral devices?
Data travels from one component to another over circuits called a data bus. Local or internal bus runs between RAM and microprocessor, which expansion or external bus connects to peripheral devices
116
Expansion slot and card
A long, narrow socket on the system board into which you can plug an expansion card, which is a small circuit board that gives a computer the capability to control a storage, input, or output device
117
What is an expansion port?
Any connector that passes data into and out of a computer or peripheral device
118
Is it difficult to install a new peripheral device?
No, most peripheral devices connect to a USB port located on the computer system unit
119
What if I run out of USB ports?
You can easily add USB ports to your computer by using a USB hub
120
When do I use other kinds of ports?
- FireWire ports are used for external storage devices and for transferring data from digital video cameras to a computer - eSATA is a high-speed port used for connecting external storage devices - Thunderbolt is a very high-speed port for connecting display or storage devices - VGA, DVI, and HDMI are designed for audiovisual devices
121
What is hot-plugging?
When you connect or disconnect a peripheral device while the computer is operating; This is allowed with USB and FireWire devices
122
How do computer anti-theft devices work?
Kensington Security Slot is a small, reinforced oblong hole into which you can insert a special lock that can be attached to a cable
123
If my computer is stolen, can authorities recover it?
Yes, if you have taken measures such as recording the computer's serial number, affixing a tracking label, or installing tracking software
124
What is a power surge?
A sudden increase in electrical energy affecting the current that flows to electrical outlets
125
How can I protect my computer from power surges?
By plugging computer equipment into a surge strip instead of a wall outlet
126
What is a surge strip?
A device that contains electrical outlets protected by circuitry that blocks surges
127
What is a UPS?
Uninterruptible power supply; provides surge protection and furnishes desktop computers and network devices with battery backup power during a power outage
128
What is the blue screen of death?
An indication that the operating system has encountered an error from which it cannot recover, and the computer no longer accepts any commands
129
What is safe mode/Safe Boot?
Designed for professional troubleshooting; Can be used to track down and uninstall programs or hardware that might be causing operational problems