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 Study Set 1
Quiz 13: Program Development and Programming Languages
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
The first official recorded use of the word "bug" in the context of computing is associated with the temporary failure of the ____ computer.
Question 22
Multiple Choice
A(n) ____ is designed for a specific programming language and translates programs written in that language into machine language so it can be executed.
Question 23
Multiple Choice
____ programming focuses on the step-by-step instructions that tell the computer what to do to solve a problem.
Question 24
Multiple Choice
Rather than creating a complete object module for a program, a(n) ____ reads, translates, and executes the source program one line at a time.
Question 25
Multiple Choice
____ values are values that represent one of two states-yes (true) or no (false) .
Question 26
Multiple Choice
A ____ is simply a series of statements that follow one another. After the first statement has been carried out completely, the program control moves to the next statement, and so forth.
Question 27
Multiple Choice
____ is the first phase of the PDLC.
Question 28
Multiple Choice
Programmers often use temporary dummy print statements-print statements that are temporarily inserted into the code-to help locate a ____.
Question 29
Multiple Choice
According to IBM, ____ has yielded significant benefits in the quality of the code and the speed with which programmers can write programs.
Question 30
Multiple Choice
Program ____ use graphic symbols and relational operators (such as < for "less than" and = for "equal to") to portray the sequence of steps needed to fulfill the logic in that program, module, or method.