Exam 2: Elements of High-Quality Programs

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

Match each term with a statement below. -A message that is displayed on a monitor to ask the user for a response and perhaps explain how that response should be formatted

(Multiple Choice)
4.9/5
(38)

A specific numeric value is often called a(n)____.

(Multiple Choice)
4.9/5
(29)

Modularization makes it harder for multiple programmers to work on a problem.

(True/False)
4.9/5
(38)

Declaring a starting value for a variable is known as ____ the variable.

(Multiple Choice)
4.7/5
(39)

Match each term with a statement below. -Can hold digits and have mathematical operations performed on it

(Multiple Choice)
4.9/5
(29)

What are end-of-job tasks?

(Essay)
4.8/5
(34)

When you write programs,you work with data in three different forms: ____.

(Multiple Choice)
4.7/5
(37)

Declaring a starting value is known as ____________________ the variable.

(Short Answer)
4.9/5
(36)

Discuss why it is important to use meaningful names for identifiers.

(Essay)
4.8/5
(35)

A string variable can hold digits such as account numbers and zip codes.

(True/False)
4.9/5
(38)

In most programming languages,before you can use any variable,you must include a ____ for it.

(Multiple Choice)
4.8/5
(51)

Variable names can be more than one word with blanks between the words.

(True/False)
4.8/5
(39)

Explain the purpose of annotation symbols.

(Essay)
4.9/5
(37)

Program comments are a type of internal documentation.

(True/False)
4.8/5
(33)

What items should you include when you create a module?

(Essay)
4.9/5
(35)

Fractional numeric variables that contain a decimal point are known as ____ variables.

(Multiple Choice)
4.8/5
(39)

In many programming languages,if you declare a variable and do not initialize it,the variable contains an unknown value until it is assigned a value.

(True/False)
4.8/5
(31)

Match each term with a statement below. -A list of every variable name used in a program,along with its type,size,and description

(Multiple Choice)
4.8/5
(37)

___________________ tasks include any steps you must perform at the beginning of a program to get ready for the rest of the program.

(Short Answer)
4.8/5
(35)

The assignment operator has left-to-right-to-left associativity,which means that the value of the expression to the left of the assignment operator is evaluated first and that the result is assigned to the operand on the right.

(True/False)
4.9/5
(38)
Showing 21 - 40 of 59
close modal

Filters

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