Deck 5: Problem Solving With the Sequential Logic Structure
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/23
Play
Full screen (f)
Deck 5: Problem Solving With the Sequential Logic Structure
1
2.The problem analysis chart,the IPO chart,the structure chart,the algorithms,and the flowchart are all tools to be used in the development of a solution to a problem.
True
2
9.In a coupling diagram,all variables are indicated in the same way.
False
3
20.The IPO chart:
A)Separates the data from the required results from the required processing when identifying the problem.
B)Designates the modules in which the individual processing is completed.
C)Gives a graphic representation of the solution.
D)All of the above.
A)Separates the data from the required results from the required processing when identifying the problem.
B)Designates the modules in which the individual processing is completed.
C)Gives a graphic representation of the solution.
D)All of the above.
B
4
18.Of the several problem solving tools introduced,which provides the BEST view of the alternative solutions
A)Flowchart
B)Algorithm
C)Problem Analysis Chart
D)IPO Chart
A)Flowchart
B)Algorithm
C)Problem Analysis Chart
D)IPO Chart
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
5
3.The algorithm and the flowchart are the same thing.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
6
19.The sequential logic structure:
A)May be used with other logic structures.
B)Is used is almost all solutions.
C)Concludes with a return,an end,or an exit.
D)All of the above.
A)May be used with other logic structures.
B)Is used is almost all solutions.
C)Concludes with a return,an end,or an exit.
D)All of the above.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
7
10.It is not important to indicate what documentation is needed as you are developing the solution.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
8
12.The rectangle in a flowchart indicates:
A)A process.
B)An input or output instruction.
C)A decision.
D)A module to be processed.
A)A process.
B)An input or output instruction.
C)A decision.
D)A module to be processed.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
9
17.Of the several problem solving tools introduced,which provides the BEST view of the pseudocode
A)Flowchart
B)Algorithm
C)Problem Analysis Chart
D)IPO Chart
A)Flowchart
B)Algorithm
C)Problem Analysis Chart
D)IPO Chart
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
10
11.The flattened ellipse in a flowchart indicates:
A)A process.
B)An input or output instruction.
C)A decision.
D)The start or stop of the module.
A)A process.
B)An input or output instruction.
C)A decision.
D)The start or stop of the module.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
11
7.The Return instruction and the Exit instruction are exactly the same and can be used interchangeably.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
12
16.Of the several problem solving tools introduced,which provides the BEST view of the program logic in two-dimensions.
A)Flowchart
B)Algorithm
C)Problem Analysis Chart
D)IPO Chart
A)Flowchart
B)Algorithm
C)Problem Analysis Chart
D)IPO Chart
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
13
13.The algorithm of a module always starts with:
A)A flattened ellipse.
B)The module name and number.
C)The name of the program.
D)The name of the developer.
A)A flattened ellipse.
B)The module name and number.
C)The name of the program.
D)The name of the developer.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
14
14.The interactivity (structure)chart is developed by:
A)Using the similar types of modules for all programs.
B)Breaking the total solution into functional parts called modules.
C)Placing the names and numbers of the modules in rectangles which are then placed on the chart in a hierarchical fashion to show which modules process which other ones.
D)All of the above.
A)Using the similar types of modules for all programs.
B)Breaking the total solution into functional parts called modules.
C)Placing the names and numbers of the modules in rectangles which are then placed on the chart in a hierarchical fashion to show which modules process which other ones.
D)All of the above.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
15
6.The Return instruction is used to end a module.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
16
8.An instruction has two parts: the general instruction followed by the specifications on how to execute the instruction.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
17
5.The word end and exit can be used interchangeably according to the desire of the developer.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
18
4.The equals sign in an assignment statement really means equals to.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
19
15.The external documentation is:
A)Written for the developer.
B)Written for the user.
C)Written to clarify the logic of the program.
D)All of the above.
A)Written for the developer.
B)Written for the user.
C)Written to clarify the logic of the program.
D)All of the above.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
20
1.The sequential logic structure allows decisions to be made.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
21
23.The rectangle with double lines on the sides indicates:
A)A decision.
B)A process.
C)A module to be processed.
D)An assignment instruction.
A)A decision.
B)A process.
C)A module to be processed.
D)An assignment instruction.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
22
24.Accompanying the module name at the beginning of the algorithm includes:
A)Parameters and module number.
B)Parameters,local variables,and module number.
C)Local variables and module number.
D)Nothing
A)Parameters and module number.
B)Parameters,local variables,and module number.
C)Local variables and module number.
D)Nothing
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck
23
21.The data dictionary:
A)Designates the data type of each piece of data used in the solution.
B)Designates any pseudonyms of each piece of data.
C)Designates the scope of the data.
D)All of the above.
E)None of the above.
A)Designates the data type of each piece of data used in the solution.
B)Designates any pseudonyms of each piece of data.
C)Designates the scope of the data.
D)All of the above.
E)None of the above.
Unlock Deck
Unlock for access to all 23 flashcards in this deck.
Unlock Deck
k this deck