Exam 2: Getting Started in C Programming

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

A statement is a note about the code that the programmer includes so that he (or other programmers) can keep track of what the various parts of the program do.

(True/False)
4.9/5
(34)

Another name for a literal is a constant.

(True/False)
4.9/5
(40)

A "solitaire" operator is one that operates on a single operand.

(True/False)
4.9/5
(30)

The ____ is also known as the escape character.

(Multiple Choice)
4.7/5
(32)

An expression containing only floating-point values as operands is called a floating-point expression, and the result of such an expression is a(n) ____ value.

(Multiple Choice)
4.9/5
(37)

Identifiers are also referred to as keywords in C.

(True/False)
4.9/5
(49)

____ identifiers are words that are predefined in C.

(Multiple Choice)
4.9/5
(38)

The % operator is called both the modulus and remainder operator.

(True/False)
4.9/5
(29)

An example of a conversion control sequence is ____.

(Multiple Choice)
4.7/5
(38)

A simple unary arithmetic expression has the form: literalValue operator literalValue.

(True/False)
4.9/5
(31)

In C, comments may be nested.

(True/False)
4.9/5
(37)

An expression containing both integer and floating-point values is called a double-precision expression.

(True/False)
4.7/5
(39)

Conversion control sequences are also referred to as conversion specifications and format specifiers.

(True/False)
4.8/5
(36)

The operators used for arithmetic operations are called arithmetic operators.

(True/False)
4.7/5
(36)

A ____ value is sometimes referred to as a single-precision number.

(Multiple Choice)
4.7/5
(28)

The names of functions, as well as all of the words that are permitted in a program, that have special meaning to the compiler are collectively referred to as ____.

(Multiple Choice)
4.7/5
(37)

____ is the order in which operators of the same precedence are evaluated.

(Multiple Choice)
4.8/5
(39)

Initialization statements define or tell the compiler how much memory is needed for data storage.

(True/False)
4.8/5
(27)

An operand can be either a literal value or an identifier that has a value associated with it.

(True/False)
4.8/5
(35)

A floating-point value is also called a real number.

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

Filters

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