Exam 2: Elements of High-Quality Programs

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

When the first letter of a variable name is uppercase,as in HourlyWage,the format is known as ____ casing.

Free
(Multiple Choice)
4.8/5
(37)
Correct Answer:
Verified

B

The ____ dictate the order in which operations in the same statement are carried out.

Free
(Multiple Choice)
4.7/5
(39)
Correct Answer:
Verified

A

As programs become larger and more complicated,the need for good planning and design ____ .

Free
(Multiple Choice)
4.8/5
(39)
Correct Answer:
Verified

D

Explain the purpose of detail loop tasks.

(Essay)
4.9/5
(34)

Discuss why it is important to maintain good programming habits.

(Essay)
4.8/5
(41)

Match each term with a statement below. -A program component's name

(Multiple Choice)
4.7/5
(44)

A ____ variable is not used for input or output,but instead is just a working variable that you use during a program's execution.

(Multiple Choice)
4.8/5
(39)

Programmers say that variables and constants declared within a module are ____ only within that module.

(Multiple Choice)
4.9/5
(36)

Explain the purpose of temporary variables.

(Essay)
4.7/5
(43)

Depending on the programming language being used,modules are also known as ____ .

(Multiple Choice)
4.8/5
(41)

____ variables and constants are known to the entire program.

(Multiple Choice)
4.9/5
(42)

The mainline logic of almost every procedural computer program consists of these three distinct parts: ____ .

(Multiple Choice)
4.8/5
(38)

Program ___________________ are written explanations that are not part of the program logic but that serve as documentation for readers of the program.

(Short Answer)
4.8/5
(37)

List three reasons for modularizing a large program.

(Essay)
5.0/5
(33)

____ is where a variable's data type or other information is stored as part of the name.

(Multiple Choice)
4.9/5
(43)

Match each term with a statement below. -The act of repeating input back to a user either in a subsequent prompt or in output

(Multiple Choice)
4.8/5
(34)

Match each term with a statement below. -Can hold text,such as letters of the alphabet,and other special characters,such as punctuation marks

(Multiple Choice)
4.8/5
(45)

Each programming language has a few reserved ____________________ that are not allowed as variable names because they are part of the language's syntax.

(Short Answer)
4.9/5
(33)

When a program has several modules calling other modules,programmers often use a program ____,which operates similarly to an organizational chart,to show the overall picture of how modules are related to one another.

(Multiple Choice)
4.8/5
(44)

Whole number variables are known as ____________________ variables.

(Short Answer)
4.9/5
(35)
Showing 1 - 20 of 59
close modal

Filters

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