module 2 - digital devices

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/120

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

121 Terms

1
New cards

computer

A device that accepts input, processes data, stores data, and produces output according to a stored program.

2
New cards

input

As a noun, the information that is conveyed to a computer. As a verb, to enter data into a digital device.

3
New cards

output

The results produced by a computer (for example, reports, graphs, and music).

4
New cards

process data

A systematic series of actions that a computer performs to manipulate data; typically represented on a DFD by a rounded rectangle.

5
New cards

central processing unit

(CPU) The main processing circuitry, or "chip," within a computer that contains the ALU, control unit, and registers.

6
New cards

microprocessor

An integrated circuit that contains the circuitry for processing data. It is a single-chip version of the central processing unit (CPU) found in all computers.

7
New cards

memory

The computer circuitry that holds data waiting to be processed.

8
New cards

storage

The area in a computer where data is retained on a permanent basis.

9
New cards

computer program

A detailed set of instructions that tells a computer how to solve a problem or carry out a task.

10
New cards

software

The instructions that direct a computer to perform a task, interact with a user, or process data.

11
New cards

stored program

A set of program statements that resides on a storage device, such as a hard drive, and can be loaded into computer memory and executed.

12
New cards

application software

Computer programs that help users perform a specific task such as word processing. Also called application programs, applications, or programs.

13
New cards

app

Short for application; popularly used to refer to applications available for the iPhone, the iPad, and other mobile devices.

14
New cards

system software

Computer programs, such as an operating system or utility software, that help the computer carry out essential operating tasks.

15
New cards

operating system

The software that controls the computer's use of its hardware resources, such as memory and disk storage space.

16
New cards

development tools

A software classification used to create software; examples include programming languages and scripting languages.

17
New cards

integrated circuit

Electronic circuitry etched on a base of silicon to form a microchip.

18
New cards

semiconductors

Substances, such as silicon or germanium, that can act as either a conductor or an insulator. Used in the manufacture of computer chips.

19
New cards

system board

The main circuit board in a computer that houses chips and other electronic components.

20
New cards

form factor

The configuration of a computer's system unit; examples include tower, mini-tower, and cube.

21
New cards

system unit

The case or box that contains the computer's power supply, storage devices, main circuit board, processor, and memory.

22
New cards

oleophobic

The characteristic of smartphone screens that resists oils.

23
New cards

lithium ion

The type of battery technology used in many of today's portable electronic devices.

24
New cards

discharge rate

In the context of battery life, the speed at which energy stored in the battery is released.

25
New cards

supercomputer

The fastest and most expensive type of computer, capable of processing trillions of instructions per second.

26
New cards

mainframe

A large, fast, and expensive computer generally used by businesses or government agencies to provide centralized storage, processing, and management for large amounts of data.

27
New cards

server

A computer or software on a network that supplies the network with data and storage.

28
New cards

personal computer

A microcomputer designed for use by an individual user for applications such as Web browsing and word processing.

29
New cards

desktop computer

A computer that is small enough to fit on a desk, runs from a wall outlet, and is built around a single microprocessor chip.

30
New cards

portable computer

A computer, such as a laptop, tablet, or smartphone, that runs on battery power.

31
New cards

laptop computer

A small, lightweight, portable computer that usually runs on batteries. Sometimes called a notebook computer.

32
New cards

Chromebook

A clamshell-style laptop computer that uses Chrome OS as an operating system and a thin client for Web access.

33
New cards

tablet computer

A small, portable computer with a touch-sensitive screen configured in a slate form factor.

34
New cards

slate tablet

A computer form factor in which the screen covers most of the system unit and there is no physical keyboard

35
New cards

2-in-1

A personal computer form factor that can be used as a tablet or with its attached keyboard.

36
New cards

smartphones

Cellular phones that have a high-resolution color screen, a browser, and the ability to run apps.

37
New cards

PDA

A device or software that helps track appointments, contacts, and notes.

38
New cards

wearable computers

Computers that are designed to be worn as clothing rather than to be carried.

39
New cards

microcontrollers

Special-purpose microprocessors that are built into the device they control.

40
New cards

compatible

In the context of digital devices, the situation when two devices use interchangeable software and peripherals.

41
New cards

x86

A family of microprocessors manufactured by Intel Corporation that defines the PC platform.

42
New cards

ARM

A RISC-based instruction set used as the basis for microprocessors in tablet computers and smartphones.

43
New cards

instruction set

The collection of instructions that a CPU is designed to process.

44
New cards

programming language

A set of keywords and grammar (syntax) that allows a programmer to write instructions that a computer can execute.

45
New cards

machine language

A low-level language written in binary code that the computer can execute directly.

46
New cards

ALU

) The part of the CPU that performs arithmetic and logical operations on the numbers stored in its registers.

47
New cards

registers

A sort of "scratch pad" area of the microprocessor into which data or instructions are moved so that they can be processed.

48
New cards

control unit

The part of the microprocessor that directs and coordinates processing.

49
New cards

instruction cycle

The steps followed by a computer to process a single instruction: fetch, interpret, execute, and then increment the instruction pointer.

50
New cards

instruction pointer

A component of the CPU that keeps track of sequential program execution.

51
New cards

microprocessor clock

A timing signal that sets the pace for executing instructions in a microprocessor.

52
New cards

gigahertz

(GHz) A measure of frequency equivalent to 1 billion cycles per second.

53
New cards

multi-core processor

A microprocessor that contains circuitry for more than one processing unit.

54
New cards

serial processing

Processing data one instruction at a time, completing one instruction before beginning another.

55
New cards

pipeline processing

A technology that allows a processor to begin executing an instruction before completing the previous instruction.

56
New cards

parallel processing

The simultaneous use of more than one processor to execute a program.

57
New cards

CPU cache

Special high-speed memory providing the CPU with rapid access to data that would otherwise be accessed from disk or RAM.

58
New cards

word size

The number of bits that a CPU can manipulate at one time, which is dependent on the size of the registers in the CPU and the number of circuits in the data bus.

59
New cards

CISC

(complex instruction set computer) A general-purpose microprocessor chip designed to handle a wider array of instructions than a RISC chip.

60
New cards

RISC

(reduced instruction set computer) A microprocessor designed for rapid and efficient processing of a small set of simple instructions.

61
New cards

RAM

(random access memory) Computer memory circuitry that holds data, program instructions, and the operating system while the computer is on.

62
New cards

capacitors

Electronic circuit components that store an electrical charge; in RAM, a charged capacitor represents an "on" bit, and a discharged one represents an "off" bit.

63
New cards

volatile

A term that describes data (usually in RAM) that can exist only with a constant supply of power.

64
New cards

dynamic RAM

Random access memory that requires a power source to hold data; used as main memory on most computers.

65
New cards

virtual memory

A computer's use of hard disk storage to simulate RAM.

66
New cards

ROM

(read-only memory) Refers to one or more integrated circuits that contain permanent instructions that the computer uses during the boot process.

67
New cards

boot loader

A program, usually stored in read-only memory, that starts the boot sequence, which loads the operating system into RAM.

68
New cards

local storage

Devices such as disk drives that store data within a computer or smartphone system unit, rather than on a network or in the cloud.

69
New cards

magnetic storage

A technology for recording data onto disks or tape by magnetizing particles of an oxide-based surface coating.

70
New cards

hard disk drive

A storage device that contains a large-capacity magnetic storage surface sealed inside a drive case. Typically used as the primary storage device in desktop and laptop computers.

71
New cards

hard disk platter

The component of a hard disk drive on which data is stored. It is a flat, rigid disk made of aluminum or glass and coated with magnetic oxide.

72
New cards

read-write head

The mechanism in a disk drive that magnetizes particles on the storage disk surface to write data, or senses the bits that are present to read data.

73
New cards

head crash

A collision between the read-write head and the surface of the hard disk platter, resulting in damage to some of the data on the disk.

74
New cards

access time

The estimated time for a storage device to locate data on a disk, usually measured in milliseconds.

75
New cards

SATA

(Serial Advanced Technology Attachment) The interface that transfers data from a drive to the main circuit board.

76
New cards

data transfer rate

The amount of data that a storage device can move from a storage medium to computer memory in one time unit, such as one second.

77
New cards

CDs

(compact discs) A useful method of archival storage for documents, music, and photos.

78
New cards

DVDs

(digital video discs) A useful method of archival storage for documents, music, and photos.

79
New cards

optical storage

A technology that records data as light and dark spots on a CD, DVD, or other optical media.

80
New cards

read-only

Storage media that can only be read from, but not recorded on.

81
New cards

recordable

The devices and standards that allow computers to write data permanently on CDs and DVDs, but do not allow that data to be changed once it has been recorded

82
New cards

rewritable

The devices and standards that allow users to write data on a storage medium and then change that data.

83
New cards

solid state storage

A technology that records data and stores it in a microscopic grid of cells on a non-volatile, erasable, low-power chip.

84
New cards

non-volatile

Any electronic component that does not require a constant supply of power to hold data.

85
New cards

memory card

A small, flat, solid state storage medium; frequently used to store data on cameras and handheld devices.

86
New cards

card reader

A device that can be used to read and record data on solid state storage devices, such as flash memory cards.

87
New cards

solid state drive

A data storage device that utilizes erasable, rewritable circuitry.

88
New cards

USB flash drive

A portable solid state storage device nicknamed "pen drive" or "keychain drive" that plugs directly into a computer's USB port.

89
New cards

remote storage

Any storage device that is not directly connected to a computer, but rather is accessed over a network.

90
New cards

cloud storage

A storage area that is located on a remote server, usually on the Internet, rather than on a local storage device.

91
New cards

backup

A duplicate copy of a file, disk, or tape. Also refers to a Windows utility that allows you to create and restore backups.

92
New cards

recovery drive

A storage device containing all the operating system files and application software files necessary to restore a computer to its original state.

93
New cards

file synchronization

A method for backing up data by copying any additions, changes, or deletions made on one storage device to another storage device.

94
New cards

disk image

A bit-by-bit copy of the contents of a disk; created for backup, archiving, or duplication of data.

95
New cards

peripheral device

Components or equipment, such as printers, that expand a computer's input, output, or storage capability.

96
New cards

expansion ports

Sockets into which the user plugs a cable from a peripheral device, allowing data to pass between the computer and the peripheral device.

97
New cards

data bus

An electronic pathway or circuit that connects electronic components (such as the processor and RAM) on a computer's system board.

98
New cards

hot-plugging

The ability of a component, such as a USB flash drive, to connect to or disconnect from a computer while it is running; also referred to as hot-swapping.

99
New cards

USB hub

A device that provides several auxiliary USB ports.

100
New cards

Bluetooth

A short-range network technology, typically used to transmit data between a peripheral device and a computer or handheld digital device.