Exam 2: Input, processing, and Output

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

The ___________ operator performs division and returns the remainder.

(Short Answer)
4.9/5
(39)

A variable is a storage location in memory that is represented by a name and can hold different values during the execution of the program.

(True/False)
5.0/5
(37)

A ________________ statement specifies the variable's name and the variable's data type.

(Short Answer)
4.7/5
(37)

A sequence of characters that is used as data is called a string in programming.

(True/False)
4.7/5
(23)

The expressions (a + b)/ c and a + b / c will always yield identical results.

(True/False)
4.8/5
(33)

__________________ documentation is a reference guide that describes the features of the program,designed for the user.

(Multiple Choice)
4.8/5
(47)

Which mathematical operator is used to raise five to the second power?

(Multiple Choice)
4.8/5
(40)

In the expression 57 * 6,the values 57 and 6,which are on the left and right of the * symbol,respectively,are called ____________.

(Short Answer)
4.8/5
(29)

The structure of the camelCase naming convention is to write the first word of the variable name in lowercase letters and then to capitalize the first character of the second and subsequent words.

(True/False)
4.9/5
(43)

Ovals are used as terminal symbols marking the starting and end of the pseudocode.

(True/False)
4.9/5
(36)

The comments the programmer places in the code explaining how different parts of the program work are known as _________________ documentation.

(Short Answer)
4.8/5
(46)

What is another term used for 'desk checking'?

(Multiple Choice)
4.8/5
(30)

When a mathematical calculation is performed,you typically want to store the result of that calculation in a ______________.

(Short Answer)
4.9/5
(38)

Which symbol is used for an assignment statement in a flowchart?

(Multiple Choice)
4.9/5
(26)

A program's ______________ will typically be the result of the process or processes that it has performed.

(Short Answer)
4.9/5
(41)

The value of the expression 12 - 4 * 3 / 2 + 9 is _________.

(Multiple Choice)
4.9/5
(40)

A ______________ statement can be used to initialize multiple variables.

(Short Answer)
4.8/5
(24)

Computer programs perform a __________ - step process.

(Short Answer)
4.8/5
(34)

Which of the following is not a variable data type?

(Multiple Choice)
4.8/5
(32)

___________ comments take up several lines and are used when lengthy explanations are required in the program.

(Short Answer)
4.8/5
(34)
Showing 21 - 40 of 48
close modal

Filters

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