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/123

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:17 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

124 Terms

1
New cards

Pervasive computing

  • Also known as ubiquitous computing

  • Computers have become an integral part of our lives

2
New cards

Basic computer literacy

  • Knowing about and understanding computers and their uses is an essential skill today for everyone

3
New cards

Microcomputers in the early 80s

  • Inexpensive personal computers

  • Computer use increased dramatically

4
New cards

Computer Users and Professionals

Computer professionals include:

  • Programmers

  • Systems analysts

  • Computer operations personnel

  • Security specialists

5
New cards

Categories of Computers

  • Embedded computers

  • Mobile devices

  • Personal computers

  • Midrange servers

  • Mainframe computers

  • Supercomputers

6
New cards

Bit

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

7
New cards

Byte

8 bits

8
New cards

Byte

terminology used to express the size of documents and other files, programs, etc.

9
New cards

Prefixes

are often used to express larger quantities of bytes: kilobyte (KB), megabyte (MB), gigabyte (GB), terabyte (TB), etc.

10
New cards

Numbering System

A way of representing numbers

11
New cards

Decimal numbering system

  • Uses 10 symbols (0-9)

12
New cards

Binary Numbering System

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

13
New cards

ASCII (American Standard Code for Information Interchange)

coding system traditionally used with personal computers.

14
New cards

EBCDIC (Extended Binary-Coded Decimal Interchange Code)

developed by IBM, primarily for mainframe use

15
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

  • Replacing ASCII as the primary text-coding system

16
New cards

Graphics

(still images such as photos or drawings)

17
New cards

Bitmapped images

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

18
New cards

More bits

more colors

19
New cards

Audio Data

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

20
New cards

Video Data

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

21
New cards

Machine Language

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

22
New cards

System Unit

The main housing of a computer

23
New cards

The Central Processing Unit (CPU)

circuitry and components packaged together and connected directly to the motherboard

24
New cards

Dual-core CPU

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

25
New cards

Quad-core CPU

Contains 4 cores

26
New cards

Intel or AMD

Usual CPU brands

27
New cards

CPU clock speed

One measurement of processing speed

28
New cards

Clockspeed

Measured in megahertz (MHz) or gigahertz (GHz)

29
New cards

Bus

An electronic path over which data can travel

30
New cards

Bus Width

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

31
New cards

Bus width and speed

determine the throughput (or bandwidth) of the bus

32
New cards

Arithmetic/Logic Unit (ALU)

Performs integer arithmetic and logical operations

33
New cards

Floating Point Unit (FPU)

Performs decimal arithmetic

34
New cards

Control unit

Coordinates and controls activities

35
New cards

Pre-fetch unit

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

36
New cards

Decode unit

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

37
New cards

Internal cache and registers

Store data and instructions needed by the CPU

38
New cards

Bus interface unit

Allows the core to communicate with other CPU components

39
New cards

System clock

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

40
New cards

Machine cycle

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

41
New cards

Chip-based storage

Memory refers to what

42
New cards

RAM (random access memory)

Computer’s main memory

43
New cards

Registers

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

44
New cards

ROM (read-only memory)

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

45
New cards

Flash memory

Type of nonvolatile memory that can be erased and reprogrammed

46
New cards

Heat

A continuing problem for CPU and computer manufacturers

47
New cards

Fans

Used on most personal computers

48
New cards

Heat sinks

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

49
New cards

Water cooling systems

Cool the computer with liquid-filled tubes

50
New cards

Expansion slot

A location on the motherboard into which expansion cards are inserted

51
New cards

Expansion card

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

52
New cards

ExpressCard modules

Designed for notebook computer expansion

53
New cards

Bus

An electronic path within a computer over which data travels

54
New cards

Expansion bus

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

55
New cards

Memory bus

connects CPU directly to RAM

56
New cards

Frontside bus

connects CPU to I/O bridge

57
New cards

Port

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

58
New cards

Nanotechnology

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

59
New cards

Quantum computing

Applies the principles of quantum physics and quantum mechanics to computers

60
New cards

Device

DVD drive, flash memory card reader, etc.

61
New cards

Medium

DVD disc, flash memory card, etc.

62
New cards

Logical file representation

The user’s view of the way data is stored

63
New cards

Physical file representation

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

64
New cards

Storage technologies

Magnetic (conventional hard drives)

Optical (optical discs)

Electrons (flash memory media)

65
New cards

File

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

66
New cards

Filename

Name given to a file by the user

67
New cards

Folder

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

68
New cards

Hard drive

used to store most programs and data

  • Can be internal and external

  • Can be encrypted

69
New cards

Magnetic hard drives

  • Use metal hard disks

  • Read/write heads magnetize particles to represent the data’s 0s and 1s

70
New cards

Solid-state drives (SSDs)

  • Use flash memory technology

  • Use less power and have no moving parts

  • Particularly appropriate for portable computers

71
New cards

Hard disks are divided into

  • Tracks

  • Sectors

  • Clusters

  • Cylinders

72
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

73
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

74
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

75
New cards

Partitioning

  • Logically divides the physical capacity of a single drive into separate areas, called partitions

    • Partitions function as independent hard drives

    • Referred to as logical drives

    • Increase efficiency (smaller drives use smaller clusters)

76
New cards

Partitions used to

  • Create a recovery partition

  • Create a new logical drive for data

  • Create a dual boot system

77
New cards

File system

Determines the cluster size, maximum drive size, and maximum file size

  • FAT, FAT32, and NTFS

78
New cards

Hard drive interface standards

  • Determine how a drive connects to the computer

79
New cards

Common standards

  • Parallel ATA (PATA): older, slower standard

  • Serial ATA (SATA)

  • eSATA

  • SCSI and the newer serial attached SCSI (SAS)

  • Fibre Channel

  • Fibre Channel over Ethernet (FCoE)

  • Internet SCSI (iSCSI)

80
New cards

eSATA

uses USB or Firewire via expansion card for faster speeds

81
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

82
New cards

Read-only

Surface is molded or stamped to represent the data

83
New cards

Recordable or rewritable

Reflectivity of the surface is changed by a laser

84
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

85
New cards

Burning

Recording data onto a disc

86
New cards

CD discs

Use infrared lasers; hold 650 MB

87
New cards

DVD discs

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

88
New cards

BD discs

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

89
New cards

Read-only disc

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

  • CD-ROM (compact disc read-only memory)

  • DVD-ROM (digital versatile disc read-only memory)

  • BD-ROM (Blu-Ray disc read-only memory)

90
New cards

Normally come pre-recorded

  • Software programs

  • Clip art and other graphics

  • Music

  • Movies

  • Games (UMD, Wii, Xbox, etc.)

91
New cards

Recordable disc

Can be written to, but cannot be erased and reused

  • CD-R discs

  • DVD-R/DVD+R discs; can be dual-layer

  • BD-R; can be dual-layer

92
New cards

Rewritable disc

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

  • CD-RW

  • DVD-RW

  • BD-RE; can be dual-layer

93
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

94
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 that it is being used with

95
New cards

USB flash drives

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

96
New cards

Remote storage

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

97
New cards

Network storage

Via a local network

98
New cards

Network Attached Storage (NAS)

Connected directly to a network

99
New cards

Storage area network (SAN)

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

100
New cards

Online storage or cloud storage

Accessed via the Internet