Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Program Design Problem
Quiz 11: Building Programs
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Question 21
True/False
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.
Question 22
True/False
As a beginning programmer, you should let other people run your program and ask for their comments.
Question 23
True/False
A software company's reputation is on the line when a product goes to market, so testing of any software product must be thorough and accurate.
Question 24
True/False
Inefficient use of memory and wasted processing steps might not be noticeable with a small number of records, but they can have a major effect with large numbers of records or users.
Question 25
True/False
As a beginning programmer, you should let other people run your program and challenge them to "break" it.
Question 26
Multiple Choice
In programming, the preparation tasks performed before processing data records are known as ____.
Question 27
Multiple Choice
A(n) ____ is typically a loop that processes each data record that's input by a user or contained in a data file.
Question 28
Multiple Choice
The ____ is the closing section of a data-processing program. It includes reporting results and totals.
Question 29
Multiple Choice
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.