Exam 3: Processing and Interactive Input

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

Literal values that appear many times in the same program are referred to by programmers as ____ numbers.

(Multiple Choice)
4.7/5
(41)

When the ++ operator appears after a variable, it is called a ____ increment operator.

(Multiple Choice)
4.9/5
(40)

The scanf() function tests the data type of the values being entered.

(True/False)
4.8/5
(28)

The returned value of a function may not be used as an argument to another function.

(True/False)
4.8/5
(44)

Robust programs are informally known as "bullet-proof" programs.

(True/False)
4.8/5
(38)

A previously stored number, if it has not been initialized to a specific and known value, is frequently referred to as a ____.

(Multiple Choice)
4.8/5
(41)

When the -- operator appears after a variable, it is called a prefix decrement operator.

(True/False)
4.8/5
(34)

The ____ sign is a signal to a C preprocessor.

(Multiple Choice)
5.0/5
(37)

C provides the programmer with the capability to define a value (that will be used throughout a program) once by equating the number to a symbolic name.

(True/False)
5.0/5
(35)

The argument to the sqrt function must be an integer value.

(True/False)
4.8/5
(38)

The C function ____ yields the result of a value raised to the power of another value.

(Multiple Choice)
4.8/5
(43)

A special type of assignment statement that is very similar to the accumulating statement is the counting statement.

(True/False)
4.8/5
(44)

=+ is a valid C operator.

(True/False)
4.7/5
(44)

The ____ function requires a control string as the first argument inside the function name parentheses.

(Multiple Choice)
4.8/5
(31)

Format modifiers, if used, must always be placed immediately after the ____ symbol.

(Multiple Choice)
4.8/5
(35)

The expression sum = sum + 10 can be written as ____.

(Multiple Choice)
4.8/5
(48)

The format of numbers displayed by printf() can be controlled by field width specifiers included as part of each conversion control sequence.

(True/False)
4.7/5
(38)

The statement variable = variable + 1; is equivalent to variable++;.

(True/False)
4.8/5
(35)

If you are using a Unix or Linux operating system, you must include the ____ option when compiling a C program that uses the mathematical functions like log and sqrt.

(Multiple Choice)
4.8/5
(36)

The automatic conversion across an assignment operator is referred to as an implicit type conversion.

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

Filters

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