Chapter 3 & 4 Flashcards

1
Q

central processing unit (CPU)

A

Part of the computer that consists:

  1. arithmetic/logic unit
  2. control unit
  3. register areas
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

arithmetic/logic unit (ALU)

A

The part of the CPU that performs mathematical calculations and makes logical comparisons

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

control unit

A

The part of the CPU that sequentially accesses program instructions, decodes them, and coordinates the flow of data in and out of the ALU, the registers, the primary/secondary storage and various output devices.

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

Register

A

A high-speed storage area in the CPU used to temporarily hold small units of program instructions and data immediately before, during, and after execution by the CPU

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

Primary storage (main memory; memory)

A

The part of the computer that holds program instructions and data

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

Instruction time (I-time)

A

The time it takes to perform the fetch instruction and decode instruction steps of the instruction phase

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

Execution time (E-time)

A

The time it takes to execute an instruction and store the results

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

Machine cycle

A

The instruction phase followed by the execution phase

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

Pipelining

A

A form of CPU operation in which multiple execution phases are performed in a single machine cycle

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

MIPS

A

Millions of instructions per second, a measure of machine cycle time

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

Clock speed

A

A series of electronic pulses produced at a predetermined rate that affects machine cycle time

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

Megahertz (MHz)

A

Millions of cycles per second, a measure of clock speed

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

Gigahertz (GHz)

A

Billions of cycles per second, a measure of clock speed

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

Moore’s law

A

A hypothesis stating that transistor densities on a single chip will double every two years

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

Byte (B)

A

Eight bits that together represent a single character of data

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

Random access memory (RAM)

A

A form of memory in which instructions or data can be temporarily stored

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

Read-only memory (ROM)

A

A nonvolatile form of memory

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

Cache memory

A

A type of memory speed that a processor can access more rapidly than main memory

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

Multiprocessing

A

The simultaneous execution of two or more instructions at the same time

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

Coprocessor

A

The part of the computer that speeds processing by executing specific types of instructions while the CPU works on another processing activity

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

Multicore microprocessor

A

A microprocessor that combines two or more independent processors into a single computer so that they share the workload and improve processing capacity

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

Parallel computing

A

The simultaneous execution of the same task on multiple processors to obtain the results faster

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

Massively parallel processing systems

A

A form of multiprocessing that speeds processing by linking hundreds or thousands of processors to operate at the same time or in parallel with each processor having its own bus, memory, disks, copy of the operating system, and applications

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

grid computing

A

The use of a collection of computers often owned by multiple individuals or organizations to work in a coordinated manner to solve a common problem

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

Secondary storage

A

Devices that store large amounts of data, instructions, and information more permanently than allowed with main memory

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

Sequential access

A

A retrieval method in which data must be accessed in the order in which it is stored

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

Direct access

A

A retrieval method in which data can be retrieved without the need to read and discard their data

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

Sequential access storage device (SASD)

A

A device used to sequentially access secondary storage data

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

Direct access storage device (DASD)

A

A device used for direct access of secondary storage data

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

Magnetic tape

A

A type of sequential secondary storage medium

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

Magnetic disk

A

A direct access storage device with bits represented by magnetized areas

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

Redundant array of independent/ inexpensive disks (RAID)

A

A method of storing data that generates extra bits of data from existing data, allowing the system to create a “reconstruction map” so that if a hard drive fails, this is send can rebuild lost data

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

disk mirroring

A

A process of storing data that provides an exact copy that protects users fully in the event of data loss

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

virtual tape

A

A storage device for less frequently needed data so that it appears to be stored entirely on tape cartridges

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

optical storage device

A

A form of data storage that uses lasers to read and write data

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

compact disc read-only (CD-ROM)

A

A common form of optical disc on which data cannot be modified once it has been recorded

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

digital video disc (DVD)

A

A storage medium used to store software, video games, and movies

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

network-attached storage (NAS)

A

Hard disk storage that is set up with its own network address rather than being attached to a computer

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

storage area network (SAN)

A

A special-purpose, high-speed network that provides high-speed connections among data storage devices and computers over a network

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

policy-based storage management

A

Automation of storage using previously defined policies

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

storage as a service

A

Storage as a service is a data storage model where a data storage service provider rents space to individuals and organizations

42
Q

data entry

A

Converting human readable data into a machine-readable form

43
Q

data input

A

Transferring machine-readable data into the system

44
Q

source data automation

A

Capturing and editing data where it is initially created and in a form that can be directly entered into a computer

45
Q

speech recognition technology

A

Input devices that recognize human speech

46
Q

digital camera

A

An input device used with a PC to record and store images and video in digital form

47
Q

magnetic stripe card

A

A type of card that stores a limited amount of data by modifying the magnetism of tiny iron-based particles contained in a band on the card

48
Q

chip-and-PIN card

A

A type of card that employs a computer chip that communicates with a card reader using radio frequencies

49
Q

contactless card

A

A card with an embedded chip that only needs to be held close to a terminal to transfer its data

50
Q

point-of-sale (POS) device

A

A terminal used to enter data into the computer system

51
Q

Radio Frequency Identification (RFID)

A

A technology that employs a microchip with an antenna to broadcast its unique identifier and location to receivers

52
Q

pixel

A

A dot of color on a photo image or a point of light on a display screen

53
Q

plasma display

A

A type of display using thousands of smart cells (pixels) consisting of electrodes and neon and xenon gases that are electrically turned into plasma to emit light

54
Q

LCD display

A

Flat display that uses liquid crystals

55
Q

organic light-emitting diode (OLED) display

A

Flat display that uses a layer of organic material sandwiched between two conductors which in turn are sandwiched between a glass top plate and a glass bottom plate so that when electric current is applied to the two conductors, a bright, electroluminescent light is produced directly from the organic material

56
Q

digital audio player

A

A device that can store, organize, and play digital music files

57
Q

MP3

A

A standard format for compressing a sound sequence into a small file

58
Q

portable computer

A

A computer small enough to carry easily

59
Q

handheld computer

A

A single use computer that provides ease of portability because of its small size

60
Q

smartphone

A

A handheld computer that combines the functionality of a mobile phone, camera, web browser, e-mail tool, MP3 player, and other devices into a single device

61
Q

laptop computer

A

A personal computer designed for use by mobile users, being small and light enough enough to sit comfortable on a user’s lap

62
Q

notebook computer

A

Smaller than a laptop computer, an extremely light-weght computer that weighs less than 4lbs and can easily fit in a briefcase.

63
Q

netbook computer

A

A small, light, inexpensive member of the laptop computer family

64
Q

tablet computer

A

A portable, light, weight computer with no keyboard that allows you to roam the office, home, or factory floor carrying the device like a clipboard

65
Q

thin client

A

A low-cost centrally managed computer with essential but limited capabilities and no extra drives

66
Q

desktop computer

A

A nonportable computer that fits on a desktop and that provides sufficient computing power, memory, and storage.

67
Q

nettop computer

A

An inexpensive desktop computer designed to be a smaller, lighter, and consume much less power than a traditional desktop computer

68
Q

workstation

A

A more powerful personal computer used for mathematical computing, computer-assisted design, and other high-end processing but still small enough to fit on a desktop

69
Q

server

A

A computer employed by many users to perform a specific task such as running network, or internet applications

70
Q

scalability

A

The ability to increase the processing capability of a computer system so that it can handle more users, more data, or more transactions in a given period

71
Q

blade server

A

A server that houses many individual computer motherboards

72
Q

mainframe computer

A

A large, powerful computer often shared by hundreds of concurrent users connected to the machine over a network

73
Q

supercomputers

A

The most powerful computer systems with the fastest processing speeds

74
Q

graphics processing unit (GPU)

A

A specialized circuit that is very efficient at manipulating computer graphics and is much faster than the typical CPU chip at performing floating point operations and executing algorithms for which processing of large blocks of data is done in parallel

75
Q

green computing

A

A program concerned with the efficient and environmentally responsible design, manufacture, operation, and disposal of IS-related products

76
Q

computer programs

A

Sequences of instructions for the computer

77
Q

documentation

A

Text that describes a program’s functions to help the user to operate the computer system

78
Q

personal sphere of influence

A

The sphere of influence that serves the needs of an individual user

79
Q

personal productivity software

A

The software that enables users to improve their personal effectiveness, increasing the amount of work and quality of work they can do

80
Q

workgroup

A

Two or more people who work together to achieve a common goal

81
Q

workgroup sphere of influence

A

The sphere of influence that helps workgroup members attain their common goals

82
Q

enterprise sphere of influence

A

The sphere of influence that serves the that needs of the firm in its interaction with its environment

83
Q

operating system (OS)

A

A set of computer programs that controls the computer hardware and acts as an interface with applications

84
Q

kernel

A

The heart of the operating system and controls its most critical processes

85
Q

user interface

A

The element of the operating system that allows people to access and interact with the computer system

86
Q

command-based user interface

A

A user interface that requires you to give text commands to the computer to perform basic activities

87
Q

graphical user interface (GUI)

A

An interface that displays pictures (icons) and menus that people use to send commands to the computer system

88
Q

application program interface (API)

A

Tools software developers use to build application software without needed to understand the inner workings of the OS and hardware.

89
Q

utility program

A

Program that helps to perform maintenance or correct problems with a computer system

90
Q

middleware

A

Software that allows various systems to communicate and exchange data

91
Q

service-oriented architecture (SOA)

A

A modular method of developing software and systems that allows users to interact with systems and systems to interact with each other

92
Q

proprietary software

A

One-of-a-kind software designed for a specific application and owned by the company, organization, or person that uses it.

93
Q

Off-the-shelf software

A

Software mass produced by software vendors to address needs that are common across businesses, organizations, or individuals

94
Q

application service provider (ASP)

A

A company that provides the software, support, and computer hardware on which to run the software from the user’s facilities over a network

95
Q

Software as a Service (SaaS)

A

A service that allows businesses to subscribe to web-delivered application software

96
Q

software suit

A

A collection of single programs packaged together in a bundle

97
Q

workgroup application software

A

Software that supports teamwork, whether team members are in the same location or dispersed around the world

98
Q

programming languages

A

Sets of keywords, commands, symbols, and rules for constructing statements by which humans can communicate instructions to a computer

99
Q

compiler

A

A special software program that converts the programmer’s source code into the machine-language instructions, which consists of binary digits

100
Q

single user license

A

A software license that permits you to install the software on one or more computers, used by one person

101
Q

open source software

A

Software that is distributed, typically for free, with the source code also available so that it can be studied, changed, and improved by its users