Exam 10: Behind the Scenes: Software Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Data-flow diagrams trace all data in an information system from the point at which data enter the system to their final resting places.

(True/False)
4.9/5
(36)

During the program debugging stage, the people who will use the program test the software.

(True/False)
4.9/5
(42)

________ is a combination of natural language and programming language that is used to document an algorithm.

(Multiple Choice)
4.8/5
(37)

In object-oriented programming, ________ allows a new class to automatically use all the data and methods of an existing class.

(Multiple Choice)
4.8/5
(29)

________ breaks down a problem into a series of high-level tasks and continues to break each task into successively more detailed subtasks.

(Multiple Choice)
4.8/5
(29)
Match each of the following terms to its definition:
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
Correct Answer:
Verified
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
binary decision
program instructions written in a higher-level language
variable
items allocated storage space in RAM
(Matching)
4.9/5
(39)
Match each of the following terms to its definition:
operator
translates source code line by line into an intermediate form
syntax
agreed-on set of rules defining how the language must be structured
compiler
program that translates code into binary 0s and 1s and ignores comments
Correct Answer:
Verified
Premises:
Responses:
operator
translates source code line by line into an intermediate form
syntax
agreed-on set of rules defining how the language must be structured
compiler
program that translates code into binary 0s and 1s and ignores comments
interpreter
programmers' instructions written in a higher-level language
source code
coding symbol that represents a fundamental action of a language
(Matching)
4.7/5
(39)

Syntax errors are caught only when a program executes.

(True/False)
4.8/5
(33)

Which language is the most popular language for writing Apple OS X applications?

(Multiple Choice)
4.7/5
(46)

When programmers need to create several different examples of a class, each is known as an object.

(True/False)
4.8/5
(28)

Object-oriented ________ are defined by the information (data) and the actions (methods) associated with them.

(Multiple Choice)
4.8/5
(33)

________ design is a systematic approach that is used to break down a problem into a series of high-level tasks.

(Short Answer)
4.8/5
(38)

The flowchart shape for input or output is an oval.

(True/False)
5.0/5
(40)

The process of running a program over and over to find errors and make sure the program behaves in the way it should is known as ________.

(Short Answer)
5.0/5
(36)

HTML uses special symbols called ________ to control how information is displayed on the web.

(Short Answer)
4.7/5
(22)

SQL is an example of a ________.

(Multiple Choice)
4.9/5
(41)

The set of specific, sequential steps that describe exactly what a computer program must do to complete the work is called a(n) ________.

(Multiple Choice)
4.9/5
(29)

Division by zero is a ________ error that is caught when the program executes.

(Multiple Choice)
4.9/5
(40)

Data are the raw inputs that users have at the start of the job.

(True/False)
4.8/5
(31)

A compiler translates the source code into an intermediate form, line by line.

(True/False)
4.8/5
(33)
Showing 21 - 40 of 75
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)