Exam 1 Flashcards

Hierarchy and Flowchart basics (34 cards)

1
Q

3 constructs used in structured problem solving

A

Selection, Structure and Iteration

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

Ability for a programming language to choose between executing one or another module depending on a condition is called the ___________ construct

A

Selection

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

Programming languages ability to execute in the order necessary to solve the problem is the _________ construct

A

Structure

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

Programming languages ability to execute to repeat the execution of a module if necessary to solve the problem is called ________ construct

A

Iteration

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

The text uses _________ as a graphical model to illustrate the implementation model

A

flow charts

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

The text uses __________ as a graphical model to illustrate the essential model

A

Hierarchy chart

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

The text uses _________ as a narrative model to illustrate the implementation model

A

Pseudocode

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

Disadvantage of hierarchy chart

A

Does not have iteration

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

Disadvantage of flow charts

A

Does not have modularity

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

The approach to problem solving used in the text focuses on

A

Methodology

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

A ________ is an abstraction of reality wherein we attempt to capture the salient features of that reality

A

Model

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

The basic premise of the text for this course is that ________ is the single most important area in information systems

A

Problem Solving

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

Step in the problem-solving approach of the text

A

1.State the problem
2.Design the I/O
3.Design the Processing
4.Implement the Solution

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

The basic strategy in structured problem solving consist of the application of

A

hierarchy and modularity

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

The _______________ model in processing design reflects how to solve a problem

A

Implementation

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

The ______________ model in processing design reflects what must be done to solve a problem

17
Q

In the hierarchy of data, a collection of fields is a

18
Q

Computer performance is measured in

19
Q

If you break down a digital computer into the smallest elements that make it up, you eventually get to

20
Q

A set of logical procedures which define how the computer interacts with its environment is called an

A

Operating system

21
Q

A ___________ is an operating system program which converts an entire program from source code to machine code and stores this code in auxiliary storage

22
Q

A temporary holding space for more than one piece of data being transferred between the CPU and devices is called a

23
Q

The ALU and the control unit make up the

24
Q

The communication pathways inside a computer are called

25
Each digit in a binary number is known as
Bit
26
How many different numbers can be represented using three decimal digits?
1000
27
The single hexadecimal symbol representing the largest numerical value is
F
28
________ systems are inherently more accurate than ________ systems because they typically measure the existence or nonexistence of some condition rather than the magnitude
Digital, analog
29
_______ code is an early example of binary coding system that was developed in the early nineteenth century for transmitting information using the telegraph
30
What method does fiber optic use for transmitting digital data
Light pulses
31
A slide rule is an example of what kind of system
Analog
32
Collectiion of bytes is a
Field
33
What storage is temporary repository for data when it is being processed
Main memory
34