Deck 3: Planning Your Solution

Full screen (f)
exit full mode
Question
17.In an algorithm:

A)The instructions cannot assume anything.
B)The instructions cannot skip any steps.
C)The instructions must be executed one at a time.
D)All of the above.
Use Space or
up arrow
down arrow
to flip the card.
Question
1.UML (Unified Modeling Language)is a basic tool when using Object Oriented Programming stucture.
Question
13.When a module is processed:

A)The computer jumps to the module,executes the instructions in the module,and then quits.
B)The computer jumps to the module,executes the instructions in the module,and then returns to the next executable instruction.
C)The computer jumps to the module,executes the instructions in the module,and then jumps to another module according to the structure chart.
D)The computer ignores the module and returns later to execute the instructions.
Question
10.Instructions in an algorithm must be complete and be executed one step at a time.
Question
6.Syntax refers to how many errors are found in a solution.
Question
18.In a flowchart the diamond indicates:

A)A decision.
B)Input/output.
C)Processing.
D)Start.
Question
4.A flowchart is a graphical representation of an algorithm.
Question
15.The IPO chart:

A)Shows the input,the processing,the output,and the module numbers.
B)Information is from the structure chart and the program analysis chart.
C)Shows which module each processing step is found.
D)All of the above.
Question
8.A module is a set of instructions that processes a subtask of a solution.
Question
16.The Problem Analysis Chart:

A)Has Three parts: the given data,the required results,and the processing required.
B)Has Four parts: the given data,the required results,the processing required,and the solution alternatives.
C)Helps to delete the words from a problem.
D)All of the above.
E)A and C.
Question
5.Internal documentation is written for the user of the program.
Question
20.Testing the solution:

A)Provides a validation of the solution.
B)Is not necessary.
C)Does not find logic errors.
D)Should only be done after the program on the computer is completed.
Question
9.The Control Module is a subtask of the Print Module.
Question
12.A parallelogram in a flowchart represents:

A)The start or end of the solution.
B)A process.
C)Input or Output.
D)A decision.
Question
3.An Interactivity chart shows the order that the instructions are executed.
Question
14.The algorithms:

A)Are the finished sets of programming instructions as written in a specific computer language.
B)Is the set of step by step instructions divided into the specific parts,or modules.
C)Are the words written inside the flowchart.
D)Are the modules outlined in a data flow pattern.
Question
7.Debugging refers to the process of finding and correcting the errors in a solution.
Question
11.A computer bug is:

A)A moth on the computer screen.
B)An error in a solution.
C)A computer chip.
D)A problem solving tool.
Question
2.The problem analysis chart is used to glean needed information and data from a problem.
Question
21.Internal documentation:

A)Provides communication to the user.
B)Is unnecessary.
C)Provides communication and reminders to the programmer.
D)None of the above.
Question
25.When a flowchart does not fit on a page:

A)The module needs to end.
B)Use off page connectors.
C)Use on page connectors.
D)Tape another piece of paper on the bottom or side of the flowchart page.
Question
22.External documentation:

A)Provides communication to the user.
B)Is unnecessary.
C)Provides communication and reminders to the programmer.
D)None of the above.
Question
23.When using the problem solving tools,the first one to use is:

A)PAC Chart.
B)IPO Chart.
C)Algorithm.
D)Flowchart.
Question
24.An example of data found in a file would be:

A)Student name.
B)All personnel data.
C)One employee's personnel data.
D)A quantity
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/24
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 3: Planning Your Solution
1
17.In an algorithm:

A)The instructions cannot assume anything.
B)The instructions cannot skip any steps.
C)The instructions must be executed one at a time.
D)All of the above.
D
2
1.UML (Unified Modeling Language)is a basic tool when using Object Oriented Programming stucture.
True
3
13.When a module is processed:

A)The computer jumps to the module,executes the instructions in the module,and then quits.
B)The computer jumps to the module,executes the instructions in the module,and then returns to the next executable instruction.
C)The computer jumps to the module,executes the instructions in the module,and then jumps to another module according to the structure chart.
D)The computer ignores the module and returns later to execute the instructions.
B
4
10.Instructions in an algorithm must be complete and be executed one step at a time.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
5
6.Syntax refers to how many errors are found in a solution.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
6
18.In a flowchart the diamond indicates:

A)A decision.
B)Input/output.
C)Processing.
D)Start.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
7
4.A flowchart is a graphical representation of an algorithm.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
8
15.The IPO chart:

A)Shows the input,the processing,the output,and the module numbers.
B)Information is from the structure chart and the program analysis chart.
C)Shows which module each processing step is found.
D)All of the above.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
9
8.A module is a set of instructions that processes a subtask of a solution.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
10
16.The Problem Analysis Chart:

A)Has Three parts: the given data,the required results,and the processing required.
B)Has Four parts: the given data,the required results,the processing required,and the solution alternatives.
C)Helps to delete the words from a problem.
D)All of the above.
E)A and C.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
11
5.Internal documentation is written for the user of the program.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
12
20.Testing the solution:

A)Provides a validation of the solution.
B)Is not necessary.
C)Does not find logic errors.
D)Should only be done after the program on the computer is completed.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
13
9.The Control Module is a subtask of the Print Module.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
14
12.A parallelogram in a flowchart represents:

A)The start or end of the solution.
B)A process.
C)Input or Output.
D)A decision.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
15
3.An Interactivity chart shows the order that the instructions are executed.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
16
14.The algorithms:

A)Are the finished sets of programming instructions as written in a specific computer language.
B)Is the set of step by step instructions divided into the specific parts,or modules.
C)Are the words written inside the flowchart.
D)Are the modules outlined in a data flow pattern.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
17
7.Debugging refers to the process of finding and correcting the errors in a solution.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
18
11.A computer bug is:

A)A moth on the computer screen.
B)An error in a solution.
C)A computer chip.
D)A problem solving tool.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
19
2.The problem analysis chart is used to glean needed information and data from a problem.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
20
21.Internal documentation:

A)Provides communication to the user.
B)Is unnecessary.
C)Provides communication and reminders to the programmer.
D)None of the above.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
21
25.When a flowchart does not fit on a page:

A)The module needs to end.
B)Use off page connectors.
C)Use on page connectors.
D)Tape another piece of paper on the bottom or side of the flowchart page.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
22
22.External documentation:

A)Provides communication to the user.
B)Is unnecessary.
C)Provides communication and reminders to the programmer.
D)None of the above.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
23
23.When using the problem solving tools,the first one to use is:

A)PAC Chart.
B)IPO Chart.
C)Algorithm.
D)Flowchart.
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
24
24.An example of data found in a file would be:

A)Student name.
B)All personnel data.
C)One employee's personnel data.
D)A quantity
Unlock Deck
Unlock for access to all 24 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 24 flashcards in this deck.