CIS 230 Exam One Reynolds

studied byStudied by 2 people
5.0(1)
Get a hint
Hint

deployment

1 / 199

flashcard set

Earn XP

Description and Tags

200 terms and vocab

200 Terms

1

deployment

Configuring hardware and system software is an activity of the UP __________ discipline.

New cards
2

design or architectural design

Selecting hardware, network components, and system software is an activity of the UP __________ discipline.

New cards
3

business modeling

During the __________ and requirements UP disciplines, the business, its environment, and user requirements are defined and modeled.

New cards
4

white paper


A technology brief found on a vendor or manufacturer Web site is often called a __________.

New cards
5

IEEE Computer Society

Computer- and network-related standards can be found in the digital library of the __________.

New cards
6

technology architecture

The term __________ includes several other types of computer-related architecture including computer, network, and software architecture.

New cards
7

mainframes

One type or class of larger servers includes ____________, which are generally optimized for data storage and I/O capability.

New cards
8

register

A(n) ____________ is a storage location implemented in the CPU.

New cards
9

primary storage

The term ____________ refers to storage devices, not located in the CPU, that hold instructions and data of currently running programs.

New cards
10

algorithm

A problem-solving procedure that requires executing one or more comparison and branch instructions is called a(n) ____________.

New cards
11

instruction

A(n) ____________ is a command to the CPU to perform one processing function on one or more data inputs.

New cards
12

secondary storage

The term ____________ describes the collection of storage devices that hold large quantities of data for long periods.

New cards
13

server

A(n) ____________ is a computer that manages shared resources and allows other computers to access them through a network.

New cards
14

formula

A program that solves a(n) ____________ requires no branching instructions.

New cards
15

supercomputer

A(n) ____________ typically uses the latest and most expensive technology.

New cards
16

cluster

A(n) ____________ is a group of similar or identical computers, connected by a high-speed network, that cooperate to provide services or run a shared application.

New cards
17

grid

A(n) ____________ is a group of dissimilar computer systems, connected by a high-speed network, that cooperate to provide services or run an application.

New cards
18

general-purpose

A CPU is a(n) ____________ processor capable of performing many different tasks simply by changing the program.

New cards
19

system bus

The __________ enables the CPU, primary storage, and secondary storage devices to communicate. (definition from quiz)

New cards
20

programming language

Most programs are written in a(n) ____________, such as FORTRAN or Java, which is then translated into equivalent CPU instructions.

New cards
21

network

A(n) ____________ consists of hardware and software components that enable multiple users and computers to share information, software, and hardware resources.

New cards
22

virtualization

____________ is a technique that enables a single computer to host multiple virtual machines.

New cards
23

Grosch’s Law

____________ says that larger computer classes are more cost-efficient than smaller ones - a statement that doesn't accurately describe modern computing hardware.

New cards
24

operating system

A(n) ____________ is the most common type of system software.

New cards
25

Uniform Resource Locator (URL)

WWW resources are identified and accessed by a(n) ____________.

New cards
26

volatility


Key characteristics that distinguish primary and secondary storage include cost, capacity, speed, and ____________.

New cards
27

floating-point

__________ notation encodes a real number as a mantissa multiplied by a power (exponent) of 2.

New cards
28

hexadecimal

Assembly (machine) language programs for most computers use __________ notation to represent memory address values.

New cards
29

data structure

A(n) __________ is a data item composed of multiple primitive data items.

New cards
30

EBCDIC

In older IBM mainframe computers, characters were encoded according to the __________ coding scheme.

New cards
31

pointer

A(n) __________ is the address of another data item or structure.

New cards
32

radix point

In a positional numbering system, the __________ separates digits representing whole number quantities from digits representing fractional quantities.

New cards
33

string

A(n) __________ is an array of characters.

New cards
34

segmented memory model

Most Intel CPUs use the _____________ , in which each memory address is represented by two integers.

New cards
35

linked list

A set of data items that can be accessed in a specified order by using pointers is called a(n) __________ or an index.

New cards
36

byte

A(n) __________ contains 8 bits.

New cards
37

singly linked list

A(n) __________ list stores one pointer with each list element.

New cards
38

array

A(n) __________ is a sequence of primitive data elements stored in sequential storage locations.

New cards
39

record

A(n) __________ is a data structure composed of other data structures or primitive data elements, commonly used as a unit of input and output to and from files or databases.

New cards
40

Boolean


A(n) __________ data item can contain only the values true or false.

New cards
41

index

A(n) __________ is an array of data items, each of which contains a key value and a pointer to another data item.

New cards
42

Unicode


Unlike ASCII and EBCDIC, __________ is a 16-bit or 32-bit character coding table.

New cards
43

least significant bit

The__________ is the bit of lowest magnitude in a byte or bit string.

New cards
44

Overflow

__________ occurs when the result of an arithmetic operation exceeds the number of bits available to store it.

New cards
45

class

A(n) __________ is a data structure containing both static data and methods.

New cards
46

object

A(n) __________ is one instance or variable of a class.

New cards
47

Resistance

__________ generates heat in electrical devices.

New cards
48

Gallium arsenide

__________ is a semiconducting material with optical properties.

New cards
49

transistor

A(n) __________ is an electrical switch built of semiconducting materials.

New cards
50

heat sink

A(n) __________ improves heat dissipation by providing a thermal mass and a large thermal transfer surface.

New cards
51

hertz (Hz)

One __________ is one cycle per second.

New cards
52

instruction register


When an instruction is first fetched from memory, it’s placed in the __________ and then decoded to extract its components.

New cards
53

gate

A(n) __________ is an electrical circuit that implements a Boolean or other primitive processing function on single bit inputs.

New cards
54

microprocessor

A microchip containing all the components of a CPU is called a(n) __________.

New cards
55

instruction pointer

The address of the next instruction to be fetched by the CPU is held in the __________.

New cards
56

load

The contents of a memory location are copied to a register while performing a(n) __________ operation.

New cards
57

integrated circuit, microchip


A(n) __________ or __________ contains multiple transistors or gates in a single sealed package.

New cards
58

RISC

A(n) __________ processor limits the number and type of complex instructions.

New cards
59

MOVE

A(n) __________ instruction copies data from one memory location to another.

New cards
60

wait states


The CPU incurs one or more __________ when it is idle, pending the completion of an operation by another device in the computer system.

New cards
61

word


A(n) __________ is the number of bits the CPU processes simultaneously. It also describes the size of a single register.

New cards
62

program status word (PSW)

In many CPUs, a register called the __________ stores bit flags representing CPU and program status, including those representing processing errors and the results of comparison operations.

New cards
63

operands

The components of an instruction are its op code and one or more __________.

New cards
64

Moore’s Law


__________ predicts that transistor density will double every two years or less.

New cards
65

benchmark

A(n) __________ is a measure of CPU or computer system performance when performing specific tasks.

New cards
66

pipelining

__________ is a CPU design technique in which instruction execution is divided into multiple stages and different instructions can execute in different stages simultaneously.

New cards
67

Systems architecture

structure, interaction, and technology of computer or
information system components

New cards
68

Computer architecture

Architecture of a single computer system or a group
of cooperating computer systems

New cards
69

Information architecture

Architecture of data or information—for example,
a database schema or the structure of a document archive

New cards
70

Network architecture

Architecture of a computer network including wired
and wireless connections, network-specific hardware such as routers, and related communication protocols and software

New cards
71

Software architecture

Architecture of a program, software subsystem, or software system

New cards
72

Technology architecture

Combination of all of the architectures with specific emphasis on issues such as performance, reliability, compatibility, and extensibility**

New cards
73


system development
life cycle (SDLC)

Information system development follows a _________________.

New cards
74

The _____________ is the most commonly-used SDLC today

Unified Process (UP)

New cards
75

Discipline

A set of related activities of similar type and skill requirements

New cards
76

Iteration

A relatively short time duration during which a mix of UP activities are performed to produce one or more specific deliverables

New cards
77

UP DISCIPLINES AND ITERATIONS CHART

knowt flashcard image
New cards
78

UP DISCIPLINES TECHNICAL CHART

knowt flashcard image
New cards
79

automated computation device

An ____________can:
– Accept numeric inputs
– Perform computational functions
– Communicate results
Summarized as input – process - output

New cards
80

Complexity, Reliability, Speed

3 shortcomings of mechanical computing are _______________.

New cards
81

Optics

________ is gradually supplanting electricity (and it’s cousin, magnetism) in various areas of systems architecture

New cards
82

qubit

Quantum particles can exist in multiple states at the same time

New cards
83

processor

A ___________ is a device that can perform the following functions:
Computation (+, ‒, ×, ÷)
Comparison (<, =, >, ≠, ≤, ≥)
Data movement among memory, mass storage, and I/O devices

New cards
84

instruction

An __________ is a command to a processor to perform a specific function (e.g.,
addition) on specific data input(s)

New cards
85

Program(s)

A stored set of instructions for performing a specific task, such as calculating payroll or generating reports. _________ are executed by processors.

New cards
86

general-purpose processor

_____________ read its program instructions from a storage device;
The content of the storage device can be changed, thus
changing the program and the function performed by it

New cards
87

special-purpose processor

____________ either:
1) uses program storage that can’t be altered (e.g., read-only
memory)
2) Has a single program “wired” into it

New cards
88

formula

is a complex mathematical relationship that can be
“solved” with a specific sequence of instructions

New cards
89

condition

_____________ is a numerical comparison used in a processing task to determine if the result is true or false

New cards
90

logic instructions

the instructions that implement comparison and branching are sometimes called ______________.

New cards
91

Speed, volatility, cost per bit

Different mixes of data characteristics drive the need for a variety of storage and technologies, each tailored to cost-effectively match the data characteristics with appropriate device characteristics such as: _______ , _______ , _________

New cards
92

COMPUTER CHART

knowt flashcard image
New cards
93

INSIDE THE CPU

knowt flashcard image
New cards
94

Arithmetic-logic unit (ALU)

Performs computation and logic instructions

New cards
95

Registers


Internal storage locations – each holds one data

item. Also hold inputs to and outputs from the ALU.

New cards
96

Control unit

Moves data among registers and other computer
system storage locations. Also accesses program instructions and either executes them (data movement) or directs the ALU to
execute them (computation and logic instructions).

New cards
97

Primary storage

______________ is also called, main memory or just memory, are areas of
high-speed storage that:
1) Holds programs currently being executed
2) Holds data inputs needed (or expected to be needed) immediately by executing programs
3) Is implemented outside the CPU, but is “close” to the CPU to improve access speed
4) Is implemented using “fast” device technology to improve access speed
5) Is volatile (loses its content when power is lost)

New cards
98

Random Access Memory (RAM)

In modern computers, primary storage is implemented with _____________. Contents can be moved to/from the CPU in a few nanoseconds. Capacity is normally a few gigabytes (billion data items) per CPU

New cards
99

Secondary storage

________________ hold large quantities of data and programs (typically hundreds of billions to a few quadrillions of data items)
1) Is non-volatile (holds content indefinitely)
2) Is much cheaper per bit than primary storage
3) Is much slower than primary storage

New cards
100

STORAGE COMPARISON SUMMARY

knowt flashcard image
New cards

Explore top notes

note Note
studied byStudied by 122 people
... ago
4.0(2)
note Note
studied byStudied by 6 people
... ago
5.0(1)
note Note
studied byStudied by 1058 people
... ago
5.0(3)
note Note
studied byStudied by 3 people
... ago
5.0(1)
note Note
studied byStudied by 8 people
... ago
5.0(1)
note Note
studied byStudied by 190 people
... ago
5.0(1)
note Note
studied byStudied by 2 people
... ago
5.0(1)
note Note
studied byStudied by 23 people
... ago
4.0(1)

Explore top flashcards

flashcards Flashcard (71)
studied byStudied by 5 people
... ago
5.0(1)
flashcards Flashcard (115)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (69)
studied byStudied by 2 people
... ago
5.0(1)
flashcards Flashcard (204)
studied byStudied by 10 people
... ago
5.0(1)
flashcards Flashcard (56)
studied byStudied by 41 people
... ago
5.0(1)
flashcards Flashcard (123)
studied byStudied by 1 person
... ago
5.0(2)
flashcards Flashcard (23)
studied byStudied by 3 people
... ago
5.0(1)
flashcards Flashcard (21)
studied byStudied by 1 person
... ago
5.0(1)
robot