SAM Prelim

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/120

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:09 AM on 8/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

121 Terms

1
New cards

Bit

The smallest unit of data that a binary computer can recognize (a single 1 or 0)

2
New cards

Byte

8 bits

3
New cards

Numbering System

A way of representing numbers

4
New cards

Decimal Numbering System

Uses 10 symbols (0-9)

5
New cards

Binary Numbering System

Uses only two symbols (1 and 0) to represent all possible numbers

6
New cards

ASCII (American Standard Code for Information Interchange

Coding system traditionally used with personal computers.

7
New cards

EBCDIC (Extended Binary-Coded Decimal Interchange Code)

Developed by IBM, primarily for mainframe use

8
New cards

Unicode

Newer code (32 bits per character is common); universal coding standard designed to represent text-based data written in any ancient or modern language

9
New cards

Graphics

Still images such as photos or drawings

10
New cards

Bitmapped Images

A variety of bit depths are possible (4, 8, 24 bits)

11
New cards

Audio Data

Must be in digital form in order to be stored on or processed by a computer

12
New cards

Video Data

Displayed using a collection of frames, each frame contains a still image

13
New cards

Machine Language

Binary-based language for representing computer programs the computer can execute directly

14
New cards

System Unit

The main housing of a computer

15
New cards

CPU (Central Processing Unit)

Circuitry and components packaged together and connected directly to the motherboard

16
New cards

Dual-core CPU

Contains the processing components (cores) of two separate processors on a single CPU

17
New cards

Quad-core CPU

Contains 4 cores

18
New cards

CPU Clock Speed

One measurement of processing speed

19
New cards

Benchmark Tests

Can be used to evaluate overall processing speed

20
New cards

Bus

An electronic path over which data can travel

21
New cards

Bus Width

The number of wires in the bus over which data can travel

22
New cards

Arithmetic/Logic Unit (ALU)

Performs integer arithmetic and logical operations

23
New cards

Floating Point Unit (FPU)

Performs decimal arithmetic

24
New cards

Control Unit

Coordinates and controls activities

25
New cards

Pre-fetch Unit

Tries to fetch data and instructions before they are needed from cache or RAM

26
New cards

Decode Unit

Translates instructions so they are understood by the control unit, ALU, and FPU

27
New cards

Internal Cache and Registers

Store data and instructions needed by the CPU

28
New cards

Bus Interface Unit

Allows the core to communicate with other CPU components

29
New cards

System Clock

Timing mechanism within the computer system that synchronizes the computer’s operations

30
New cards

Machine Cycle

The series of operations involved in the execution of a single machine level instruction

31
New cards

Memory

Refers to chip-based storage

32
New cards

RAM (Random Access Memory)

Computer’s main memory

33
New cards

Registers

High-speed memory built into the CPU; used by the CPU

34
New cards

ROM (Read-only Memory)

Non-volatile chips located on the motherboard into which data or programs have been permanently stored

35
New cards

Flash Memory

Type of nonvolatile memory that can be erased and reprogrammed

36
New cards

Heat

A continuing problem for CPU and computer manufacturers

37
New cards

Fans

Used on most personal computers

38
New cards

Heat Sinks

Small components typically made out of aluminum with fins that help to dissipate heat

39
New cards

Water Cooling Systems

Cool the computer with liquid-filled tubes

40
New cards

Expansion Slot

A location on the motherboard into which expansion cards are inserted

41
New cards

Expansion Card

A circuit board used to add additional functionality or to attach a peripheral device

42
New cards

Expansion Bus

Connects the CPU to peripheral (typically input and output) devices

43
New cards

Memory Bus

Connects CPU directly to RAM

44
New cards

Frontside Bus

Connects CPU to I/O bridge

45
New cards

Port

A connector on the exterior of a computer’s system unit to which a device may be attached

46
New cards

Nanotechnology

The science of creating tiny computers and components less than 100 nanometers in size

47
New cards

Quantum Computing

Applies the principles of quantum physics and quantum mechanics to computers

48
New cards

Cases

Influences the motherboard form factor choice. Must allow for good airflow. Available in different sizes.

49
New cards

Power Supplies

Provides power to all computer components.

50
New cards

Motherboards

The backbone of the computer. Interconnects computer components

51
New cards

CPU

The brain of the computer. Most processing is done by this

52
New cards

Cooling Systems

Dissipates the heat generated by computer components.

53
New cards

Adapter Cards

Extend computer functionality. Adapter Cards connect to the motherboard through Expansion Slots

54
New cards

Video Ports

Connects a video system to an external display device such as a monitor or projector

55
New cards

Device

DVD drive, flash memory card reader, etc.

56
New cards

Medium

Is inserted into the device to be used

57
New cards

Storage Devices

Are typically identified by a letter, can be internal, external, or remote, are nonvolatile

58
New cards

Logical File Representation

The user’s view of the way data is stored

59
New cards

Physical File Representation

The actual physical way the data is stored on the storage media as viewed by the computer

60
New cards

File

Anything stored on a storage medium, such as a program, document, digital image, or song

61
New cards

Filename

Name given to a file by the user

62
New cards

Folder

Name place on a storage medium into which files can be stored

63
New cards

Hard Drive

Used to store most programs and data

64
New cards

Magnetic Hard Drives

Use metal hard disks. Read/write heads magnetize particles to represent the data’s 0s and 1s

65
New cards

Solid-state Drives (SSD)

Use flash memory technology, use less power and have no moving parts, particularly appropriate for portable computers

66
New cards

Disk Access Time

Total time that it takes for a hard drive to read or write data. Consists of seek time, rotational delay, and data movement time

67
New cards

Disk Cache

Dedicated part of RAM used to store additional data adjacent to data retrieved during a disk fetch to improve system performance

68
New cards

Hybrid Hard Drive

Combination of flash memory and magnetic hard drive. Uses flash memory for cache. Allows encryption to be built into the drive

69
New cards

Partitions

Logically divides the physical capacity of a single drive into separate areas

70
New cards

File System

Determines the cluster size, maximum drive size, and maximum file size. FAT, FAT32, and NTFS

71
New cards

Optical Discs

Store data optically (using laser beams). Divided into sectors like magnetic discs but use a single spiral track. Data is stored in 0s and 1s

72
New cards

Pits and Lands

Are used to represent 1s and 0s, the transition between a pit and land represents a 1; no transition represents a 0

73
New cards

Read-only

Surface is molded or stamped to represent the data

74
New cards

Recordable or Rewritable

Reflectivity of the surface is changed by a laser

75
New cards

Optical Drives

Designed for the type of disc: CD, DVD, or Blu-Ray Disc (BD). Can be read-only, recordable, or rewritable. Downward compatible. Can support single or dual-layer discs

76
New cards

Burning

Recording data onto a disc

77
New cards

CD Discs

Use infrared lasers; hold 650 MB

78
New cards

DVD Discs

Use red lasers; hold 4.7 GB (single-layer)

79
New cards

BD Discs

Use blue-violet lasers; hold 25 GB (single-layer)

80
New cards

Read-only Discs

Can be read from, but not written to, by the user

81
New cards

Recordable Disc

Can be written to, but cannot be erased and reused

82
New cards

Rewrtitable Disc

Can be recorded on, erased, and overwritten just like magnetic discs

83
New cards

Chip-based Storage Medium

No moving parts so more resistant to shock and vibration, require less power, make no sound. Solid-state storage system

84
New cards

Flash Memory Card

A small card containing one or more flash memory chips, controller chips, and metal contacts to connect the card to the device or reader

85
New cards

USB Flash Drives

Consist of flash memory media and a reader in a single self-contained unit

86
New cards

Remote Storage

Using a storage device not directly a part of the computer being used

87
New cards

Network Storage

Via a local network

88
New cards

Network Attached Storage (NAS)

Connected directly to a network

89
New cards

Storage Area Network (SAN)

Separate network of hard drives or other storage devices which is attached to the main network

90
New cards

Smart Card

Credit card-sized piece of plastic that contains some computer circuitry (processor, memory, and storage)

91
New cards

Holographic Storage

Store data as holograms. An emerging type of 3D storage technology. Uses two blue laser beams to store data in three dimensions

92
New cards

Storage Server

Hardware device containing multiple high-speed hard drives

93
New cards

RAID (Redundant Arrays of Independent Discs)

Method of storing data on two or more hard drives that work together to do the job of a larger drive

94
New cards

RAID 0

Disk striping (spread files over two or more hard drives)

95
New cards

RAID 1

Disk mirroring (duplicate copy). Other level use a combination of striping and mirroring

96
New cards

Magnetic Tape

Plastic tape with a magnetizable surface that stores data as a series of magnetic spots

97
New cards

Pointing Devices

Used to select and manipulate objects. Used to input data. Used to issue commands to the computer

98
New cards

Mouse

A common pointing device that the user slides along a flat surface to move a pointer around the screen and clicks its buttons to make selections

99
New cards

Stylus

Pen-like device used to draw or write electronically on the screen. Also called a digital pen, electronic pen, tablet pen

100
New cards

Digital Form

Used to input handwritten data into the computer and then convert it to editable text