Exam 11: Building Programs
Exam 1: The Craft of Programming50 Questions
Exam 2: The Javascript Language49 Questions
Exam 3: Objects, Events, and Graphical User Interfaces48 Questions
Exam 4: The Sequence Structure50 Questions
Exam 5: The Selection Structure50 Questions
Exam 6: The Repetition Structure50 Questions
Exam 7: Complex Conditions49 Questions
Exam 8: Modules and Functions50 Questions
Exam 9: Menus and Data Validation50 Questions
Exam 10: Arrays50 Questions
Exam 11: Building Programs50 Questions
Exam 12: Sorting Data30 Questions
Exam 13: Recursion50 Questions
Select questions type
Based on the description below, what kind of loop do you think should be used?
Students' scores in a class are entered as percentages. The program is to display a letter grade when the percentage is input and display cumulative totals for the number of As, Bs, Cs, Ds, and Fs earned. The program should also check for invalid input.
(Multiple Choice)
4.8/5
(38)
The term ____ refers to the number of records processed in a given time period.
(Multiple Choice)
4.8/5
(42)
____ focus(es) more on the logic of a problem than on syntax rules.
(Multiple Choice)
4.8/5
(48)
As a beginning programmer, you should let other people run your program and challenge them to "break" it.
(True/False)
4.8/5
(35)
The ____ is the closing section of a data-processing program. It includes reporting results and totals.
(Multiple Choice)
4.9/5
(37)
Hierarchy charts used to give users choices of possible valid actions.
(True/False)
4.9/5
(38)
Data values created for the purpose of testing program logic are called ____.
(Multiple Choice)
4.9/5
(39)
____ are used when an action might need to be taken multiple times.
(Multiple Choice)
4.9/5
(31)
Besides testing a module's internal contents, thorough testing checks a module's interaction with other modules by trying all kinds of argument values when a module calls other modules.
(True/False)
4.9/5
(37)
____ are used to represent in graphical form the outcomes of combining logical conditions.
(Multiple Choice)
4.9/5
(36)
____ are the simplest control structure, used when statements are to be performed in order.
(Multiple Choice)
4.8/5
(35)
____ are used to make programs easier to manage and to provide reusable code.
(Multiple Choice)
4.9/5
(34)
____ are used when a choice must be made between two or more courses of action, based on evaluation of a condition.
(Multiple Choice)
4.7/5
(40)
Decision tables are used to show the names of modules and their relationships to each other.
(True/False)
4.8/5
(37)
A(n) ____ is typically a loop that processes each data record that's input by a user or contained in a data file.
(Multiple Choice)
4.8/5
(42)
Based on the description below, what structure do you think is needed for the input?
The amount of rainfall for each day in April is to be entered and displayed along with each day's percentage of the month's total rainfall.
(Multiple Choice)
4.8/5
(36)
____ are used to list the inputs, processing steps, and outputs needed to solve a problem.
(Multiple Choice)
4.7/5
(28)
____ is often done with employees who will be using the program eventually.
(Multiple Choice)
4.8/5
(37)
Software testing involves testing every line of code and anticipating every conceivable user action.
(True/False)
4.7/5
(29)
Showing 21 - 40 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)