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
Understanding Computers Today and Tomorrow Study Set 3
Quiz 11: Program Development and Programming Languages
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
The UML standards are developed by the ____.
Question 42
Multiple Choice
In a(n) ____ check, the programmer "walks" through the program design, keeping track of the values of any loop counters and other variables in a tracing table to ensure the program does what it is intended to do.
Question 43
Multiple Choice
A(n) ____ is a software program that helps programmers develop software.
Question 44
Multiple Choice
____ versions of freeware and open source software are often available to the public for testing.
Question 45
Multiple Choice
____ errors occur when a formula is written incorrectly, when a mistake is made with a decision condition, or when the wrong variable name is used.
Question 46
Multiple Choice
Tools such as Microsoft's ____ help to bridge different platforms and programming languages .
Question 47
Multiple Choice
When ____ occur during preliminary debugging, dummy print statements - statements that are temporarily inserted into the code to display status information on the screen-can be used to help locate the error.
Question 48
Multiple Choice
A ____ is used to illustrate when, how, and in what order the statements in a computer program, module, or method are performed.
Question 49
Multiple Choice
A ____ is designed for a specific programming language and translates programs written in that language into machine language so they can be executed.
Question 50
Multiple Choice
Common IDEs include Visual Studio and ____.
Question 51
Multiple Choice
____ create the menus, forms, and input screens used with a program or database.
Question 52
Multiple Choice
A(n) ____ occurs when the programmer has not followed the proper rules of the programming language being used.
Question 53
Multiple Choice
The documentation resulting from the design phase of the ____ is a set of design specifications that illustrates the program needed to fulfill the program requirements.
Question 54
Multiple Choice
With the ____, the statements in the loop are repeated as long as a certain condition is false.
Question 55
Multiple Choice
Program ____ use graphical symbols and relational operators (such as
Question 56
Multiple Choice
In the program design phase of the PDLC, the specifications developed during the problem analysis phase are used to develop a(n) ____ for the program.
Question 57
Multiple Choice
____ are notes within the actual program code that identify key features and steps of the program but that are written in such a way that the computer knows to ignore them when the program is executed.