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
Technology In Action Complete Study Set 1
Quiz 10: Behind the Scenes: Software Programming
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 61
True/False
Second-generation languages are also known as assembly languages.
Question 62
True/False
When programmers need to create several different examples of a class, each is known as an object.
Question 63
True/False
The flowchart shape for input or output is an oval.
Question 64
True/False
Bottom-up design is a systematic approach in which a problem is broken into a series of high-level tasks.
Question 65
True/False
Inheritance means that the data and methods of an existing class can be extended and customized to fit a new class.
Question 66
True/False
A data-flow diagram provides a visual representation of an algorithm.
Question 67
True/False
A compiler translates the source code into an intermediate form, line by line.
Question 68
True/False
PROLOG is an example of a fourth-generation programming language.
Question 69
True/False
One IDE can often be configured to support many different languages.
Question 70
True/False
Syntax errors are caught only when a program executes.
Question 71
Matching
Match each of the following terms to its definition:
Premises:
Responses:
error handling
managing what a program should do if input data are invalid
source code
can be answered in only two ways (for example, yes/no)
pseudocode
text-based approach to documenting an algorithm
Premises:
error handling
source code
pseudocode
Responses:
managing what a program should do if input data are invalid
can be answered in only two ways (for example, yes/no)
text-based approach to documenting an algorithm