2: The System Unit - Processing and Memory Flashcards

1
Q

“natural language” of computers that can only understand two states, “on” and “off” (0s and 1s)

A

binary form

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

the smallest unit of data a digital (binary) computer can recognize - represented by a 0 or 1

A

bit

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

a group of 8 bits - often used in context of digital data storage

A

byte

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

a group of approximately 1,000 bytes (1,024 bytes exactly)

A

kilobyte (KB)

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

a group of approximately 1 million bytes

A

megabyte (MB)

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

a group of approximately 1 billion bytes

A

gigabyte (GB)

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

a group of approximately 1 trillion bytes

A

terabyte (TB)

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

numbering system that represents all numbers using 10 symbols (0-9)

A

decimal numbering system

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

numbering system that represents all numbers using only 2 symbols, 0 and 1 - used by ___ computers

A

binary numbering system

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

a fixed-length binary coding system used to represent text-based data for computer processing on many types of computers - focused on Latin alphabet and English language

A

ASCII (American Standard Code for Information Interchange)

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

an international coding system that can be used to represent text-based data in any written language - has been widely implemented

A

Unicode

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

image made up of a grid of small dots (pixels) that are colored appropriately to represent an image

A

bitmap image

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

digital representations of sound at particular moments that recreate audio when played back in proper order - thousands every second

A

samples

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

still image within video data that creates illusion of movement when played rapidly one after the other

A

frame

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

a binary-based language for representing computer programs that the computer can execute directly

A

machine language

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

the main box of a computer that houses the CPU, motherboard, memory, and other devices

A

system unit

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

the main circuit board of a computer, located inside the system unit, to which all computer system components connect

A

motherboard

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

special connector exposed through the exterior of the system unit case that connects external devices to the motherboard

A

port

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

the chip located on the motherboard of a computer that performs most of the processing for a computer

A

central processing unit (CPU)

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

the central processing unit (CPU) for a personal computer

A

microprocessor

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

CPUs that contain the processing components (cores) of multiple independent processors on a single CPU (2 in dual-core CPU, 4 in quad-core CPU)

A

multi-core CPUs

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

the chip that does the processing needed to display images on the screen - can be located on the motherboard, inside the CPU, or on a video graphics board

A

graphics processing unit (GPU)

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

the amount of data (measured in bits or bytes) that a CPU can manipulate at one time

24
Q

group of fast memory circuitry located on or near the CPU to help speed up processing

A

cache memory

25
an electronic path on the motherboard or within the CPU or other computer component along which data is transferred
bus
26
the amount of data that can be theoretically transferred through a communications medium in a given period of time
bandwidth
27
the amount of data that is actually transferred through a communications medium under real-life conditions
throughput
28
chip-based storage that is located inside the system unit and used by computer to store data on a short-term, temporary basis
memory
29
a characteristic of memory or storage in which data is not retained when the power to the computer is turned off
volatile
30
a characteristic of memory or storage in which data is retained even when the power to the computer is turned off
nonvolatile
31
AKA system memory - chips connected to the motherboard that provide a temporary location for the computer to hold data and program instructions while they are needed
RAM (random access memory)
32
high-speed memory built into the CPU that temporarily stores data during processing
register
33
nonvolatile chips located on the motherboard into which data or programs have been permanently stored
read-only memory (ROM)
34
nonvolatile memory chips that can be used for storage by the computer or user, built into a computer or a storage medium - allows for firmware to be updated
flash memory
35
a location on the motherboard into which expansion cards are inserted
expansion slot
36
a circuit board that can be inserted into an expansion slot location on a computer’s motherboard to add additional functionality or to connect a peripheral device to that computer
expansion card
37
a bus on the motherboard used to connect peripheral devices
expansion bus
38
the bus used to connect the CPU directly to RAM
memory bus
39
the bus that connects the CPU to the chipset that connects to the rest of the bus architecture
frontside bus (FSB)
40
a bus used to connect up to 127 peripheral devices to a computer without requiring the use of additional expansion cards
Universal Serial Bus (USB)
41
a high-speed bus standard sometimes used to connect digital video cameras and other multimedia hardware to a computer - developed by Apple
FireWire
42
phenomenon describing how approximately every 18 months, technology advances to the point where the number of transistors in a modern CPU doubles
Moore's Law
43
the part of a CPU core that performs logical operations and integer arithmetic - performs spell check, photo editing, burning CDs, etc.
arithmetic/logic unit (ALU)
44
the part of a CPU core that performs decimal arithmetic
floating point unit (FPU)
45
the part of a CPU core that coordinates its operations and activities - directs the flow of electronic traffic
control unit
46
the part of a CPU core that attempts to retrieve data and instructions before they are needed for processing in order to avoid delays
prefetch unit
47
the part of a CPU core that translates instructions into a form that can be processed by the ALU and FPU
decode unit
48
the part of a CPU core that allows it to communicate with other CPU components
bus interface unit
49
the timing mechanism within the computer system that synchronizes the computer’s operations - each tick is a "cycle", and the number of cycles per second is measured in Hz
system clock
50
CPU's ability to process more than one piece of microcode at a time (multiple instructions per cycle)
superscalar
51
the series of operations involved in the execution of a single machine-level instruction (fetch, decode, execute, store)
machine cycle
52
the capability of a CPU or CPU core to begin processing a new instruction as soon as the previous instruction completes the first stage of the machine cycle
pipelining
53
the capability to use multiple processors or multiple processing cores in a single computer, usually to process multiple jobs at one time faster than could be performed with a single processor
multiprocessing
54
a processing technique that uses multiple processors or multiple processing cores simultaneously, usually to process a single job as fast as possible
parallel processing
55
the science of creating tiny computers and components by working at the individual atomic and molecular levels
nanotechnology
56
a technology that applies the principles of quantum physics and quantum mechanics to computers to direct atoms or nuclei to work together as quantum bits (qubits), which function simultaneously as the computer’s processor and memory
quantum computing
57
a computer that uses light, such as from laser beams or infrared beams, to perform digital computations
optical computer