Filters
Question type

____ is/are used to develop the steps of an algorithm without being tied to a specific language.


A) Classes and objects
B) Pseudocode
C) Graphical user interfaces
D) Flowcharts

Correct Answer

verifed

verified

When conducting field tests, users testing the program are often surveyed for their opinions and suggestions about the program and its interface.

Correct Answer

verifed

verified

True

When conducting software tests, you should always check for whether memory is being used efficiently and whether any processing steps are unnecessary.

Correct Answer

verifed

verified

____ are used to specify the actions to take for combinations of logical conditions.


A) Decision tables
B) Truth tables
C) Binary trees
D) IPO charts

Correct Answer

verifed

verified

Software testing should never simulate the actual conditions of real-world business.

Correct Answer

verifed

verified

The purpose of a program is to: • Performing calculations • Calculating statistics • Generating reports • Processing orders

Correct Answer

verifed

verified

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.


A) Sequence
B) Case
C) Selection
D) Menu

Correct Answer

verifed

verified

D

____ involves running a program in an environment set up to simulate real-world operating conditions.


A) Field testing
B) Housekeeping
C) Software engineering
D) Module processing

Correct Answer

verifed

verified

In programming, the preparation tasks performed before processing data records are known as ____.


A) field testing
B) module processing
C) housekeeping
D) data validation

Correct Answer

verifed

verified

As a beginning programmer, you should let other people run your program and ask for their comments.

Correct Answer

verifed

verified

____ is/are used in many programming languages to focus on objects rather than procedures.


A) Classes and objects
B) Pseudocode
C) Graphical user interfaces
D) Flowcharts

Correct Answer

verifed

verified

____ is/are used to create an attractive environment for users that's easier to use than a command-line interface.


A) Classes and objects
B) Pseudocode
C) Graphical user interfaces
D) Flowcharts

Correct Answer

verifed

verified

If you need odd or even numbers for an application, you can use a For loop that increments or decrements in steps of 2.

Correct Answer

verifed

verified

____ is concerned with methods, best practices, and tools for professional software development.


A) Field testing
B) Housekeeping
C) Software engineering
D) Module processing

Correct Answer

verifed

verified

A repeating menu is implemented in a loop.

Correct Answer

verifed

verified

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.


A) Through a series of If/Else If statements
B) With an accumulator
C) Through a sentinel value
D) With an array

Correct Answer

verifed

verified

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.

Correct Answer

verifed

verified

One way of testing programs is to develop data that includes as many possible variations as you can think of.

Correct Answer

verifed

verified

Data sets should include values before, at, and after the values named in conditions.

Correct Answer

verifed

verified

True

Factors measured during field testing include processing time and throughput.

Correct Answer

verifed

verified

Showing 1 - 20 of 50

Related Exams

Show Answer