Quiz 1 Flashcards

1
Q

Although a flowchart (as its name suggests) depicts data flow very well, it is not easily modified once written

A

True

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

The purpose of a test or decision in a looping structure is to tell when the loop should end

A

True

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

The analysis and design steps of program planning are largely independent of the particular computer language is using

A

True

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

A top-down chart is the same thing as a flowchart

A

False

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

Although the documentation step is usually listed last in the problem-solving process, it should actually begin when the problem is first defined and continue through the problem-solving process

A

True

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

In most cases, a well-written program need not be tested

A

False

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

Often a problem is too difficult to understand until one writes the program

A

False

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

When starting a new program, it is best to start writing code as soon as possible to avoid wasting time thinking about it

A

False

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

Visual Basic uses a graphical user interface

A

True

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

The divide-and-conquer-method of problem solving breaks a problem into large, general pieces first, then refines each piece until the problem is manageable

A

True

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

Software refers to the people who work with computer hardware

A

False

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

If a problem is very complex, extensive design prior to coding will actually delay the completion of the project

A

False

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

Pseudocode and flowcharts are two different tools or methods used in planning a solution to a problem

A

True

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

Suppose your supervisor at work wants you to write a program to accomplish a task that he has specified. However, he has not let you know which computer language to use. It is still possible to design the program in pseudocode

A

True

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

A flowchart is an arrangement of geometric shapes connected by arrows

A

True

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

During the design phase, all errors will be caught by Visual Basic ‘s smart editor

A

False

17
Q

Flowcharts, pseudocode, and top-down charts can be used to solve problems only in Visual Basic

A

False