Exam 2: Elements of High Quality Programs

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

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.9/5
(41)

Whole number variables are known as ____________________ variables.

(Short Answer)
4.8/5
(38)

A(n) ____ is similar to a variable, except it can be assigned a value only once.

(Multiple Choice)
4.8/5
(41)

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

(Multiple Choice)
4.8/5
(29)

What are end-of-job tasks?

(Essay)
4.8/5
(41)

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

(Multiple Choice)
4.8/5
(38)

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
(31)

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

(Multiple Choice)
4.8/5
(35)

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

(Multiple Choice)
5.0/5
(35)

List three design features that you can use while creating programs to make them easier to write and maintain.

(Essay)
4.9/5
(33)

What items should you include when you create a module?

(Essay)
4.9/5
(38)

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

(Multiple Choice)
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
(34)

The process of naming program variables and assigning a type to them is called ____ variables.

(Multiple Choice)
4.9/5
(38)

The assignment operator is the ____ sign.

(Multiple Choice)
4.8/5
(26)

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.9/5
(24)

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

(Multiple Choice)
4.7/5
(30)

When the variable starts with a lowercase letter and any subsequent word begins with an uppercase letter, this is called ____.

(Multiple Choice)
4.7/5
(39)

List three reasons for modularizing a large program.

(Essay)
4.8/5
(37)

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

(True/False)
4.7/5
(37)
Showing 21 - 40 of 51
close modal

Filters

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