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 4
Quiz 10: Behind the Scenes: Software Programming
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 81
Short Answer
Most browsers can execute Java ________, which are small Java-based programs.
Question 82
Multiple Choice
Which of the following is NOT a good programming language to begin with to learn how to program?
Question 83
Short Answer
________ and runtime errors are caught only when a program executes.
Question 84
Matching
Match each of the following generations to its language:
Premises:
Responses:
4GL
Prolog
2GL
assembly language
1GL
COBOL
Premises:
4GL
2GL
1GL
Responses:
Prolog
assembly language
COBOL
Question 85
Short Answer
When it comes to programming, the modified class is known as the ________ class.
Question 86
Matching
Match each of the following terms to its definition:
Premises:
Responses:
portability
the ability to apply classes from other projects to a new project
data
a new class can automatically pick up data and methods of an existing class
reusability
the capability to move a completed programming solution easily from one type of computer to another
Premises:
portability
data
reusability
Responses:
the ability to apply classes from other projects to a new project
a new class can automatically pick up data and methods of an existing class
the capability to move a completed programming solution easily from one type of computer to another
Question 87
Short Answer
The MUMPS language is often used to build ________ databases.
Question 88
Matching
Match each of the following terms to its definition:
Premises:
Responses:
compiler
program that translates code into binary 0s and 1s and ignores comments
syntax
translates source code line by line into an intermediate form of code
source code
agreed-on set of rules defining how the language must be structured
Premises:
compiler
syntax
source code
Responses:
program that translates code into binary 0s and 1s and ignores comments
translates source code line by line into an intermediate form of code
agreed-on set of rules defining how the language must be structured
Question 89
Short Answer
When a large project begins, a programmer can build a(n) ________, which is a small model of what the final program will look like when it is finished.
Question 90
Short Answer
________ decision making means that the page can decide how to display itself based on the choices the reader makes.
Question 91
Matching
Match each of the following position in the development process with steps of SDLC development
Premises:
Responses:
problem/opportunity identification
fourth step
development
second step
design
first step
Premises:
problem/opportunity identification
development
design
Responses:
fourth step
second step
first step
Question 92
Short Answer
________ is a subset of Visual Basic.
Question 93
Matching
Match each of the following terms to its definition:
Premises:
Responses:
binary decision
program instructions written in a higher-level language
error handling
can be answered in only two ways (for example, yes/no)
pseudocode
text-based approach to documenting an algorithm
Premises:
binary decision
error handling
pseudocode
Responses:
program instructions written in a higher-level language
can be answered in only two ways (for example, yes/no)
text-based approach to documenting an algorithm