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
When conducting field tests, users testing the program are often surveyed for their opinions and suggestions about the program and its interface.
Free
(True/False)
4.8/5
(31)
Correct Answer:
True
Based on the description below, what structure do you need for the input?
In a program with statistics activities, the user should have a choice of repeatedly calculating statistics-including sum, product, maximum, minimum, and average-on sets of numbers.
Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
D
Data sets should include values before, at, and after the values named in conditions.
Free
(True/False)
4.8/5
(33)
Correct Answer:
True
____ is/are used to create an attractive environment for users that's easier to use than a command-line interface.
(Multiple Choice)
4.8/5
(41)
The purpose of a program is to:
• Performing calculations
• Calculating statistics
• Generating reports
• Processing orders
(True/False)
4.8/5
(39)
If you need odd or even numbers for an application, you can use a For loop that increments or decrements in steps of 2.
(True/False)
4.9/5
(36)
____ involves running a program in an environment set up to simulate real-world operating conditions.
(Multiple Choice)
4.8/5
(42)
One way of testing programs is to develop data that includes as many possible variations as you can think of.
(True/False)
4.8/5
(41)
____ is concerned with methods, best practices, and tools for professional software development.
(Multiple Choice)
4.8/5
(38)
____ is/are used in many programming languages to focus on objects rather than procedures.
(Multiple Choice)
4.8/5
(35)
As a beginning programmer, you should let other people run your program and ask for their comments.
(True/False)
4.8/5
(42)
Factors measured during field testing include processing time and throughput.
(True/False)
4.7/5
(29)
In programming, the preparation tasks performed before processing data records are known as ____.
(Multiple Choice)
4.9/5
(34)
As a beginning programmer, you should give your code to other programmers and ask for their reactions to the comments, not just to the code.
(True/False)
4.9/5
(39)
When conducting software tests, you should always check for whether memory is being used efficiently and whether any processing steps are unnecessary.
(True/False)
4.9/5
(39)
Based on the description below, how would you determine letter grades?
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.7/5
(45)
____ are used to specify the actions to take for combinations of logical conditions.
(Multiple Choice)
4.8/5
(43)
Software testing should never simulate the actual conditions of real-world business.
(True/False)
4.9/5
(40)
____ is/are used to develop the steps of an algorithm without being tied to a specific language.
(Multiple Choice)
4.7/5
(38)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)