Exam 2: Getting Started in C Programming

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

A floating-point expression is also called a real expression.

Free
(True/False)
4.8/5
(47)
Correct Answer:
Verified

True

Messages are known as ____ in C.

Free
(Multiple Choice)
4.7/5
(33)
Correct Answer:
Verified

D

A(n) ____ value can be the number zero or any positive or negative number that contains a decimal point.

Free
(Multiple Choice)
4.8/5
(28)
Correct Answer:
Verified

B

A(n) ____ is defined as a set of values and a set of operations that can be applied to these values.

(Multiple Choice)
4.8/5
(31)

Items passed to a function are always placed within the function name parentheses and are called ____.

(Multiple Choice)
4.9/5
(43)

A ____ is placed at the top of a C program using the #include command.

(Multiple Choice)
4.7/5
(27)

In C, blank space refers to any combination of one or more blank spaces, tabs, or new lines.

(True/False)
4.8/5
(36)

A built-in data type is one that is provided as an integral part of the language.

(True/False)
4.9/5
(36)

All statements that cause some specific action to be performed by the computer when the function is executed must end with a semicolon (;); such statements are known as ____ statements.

(Multiple Choice)
4.8/5
(35)

A string that also includes a conversion control sequence is termed a literal string.

(True/False)
4.8/5
(29)

Built-in types are also known as ____.

(Multiple Choice)
4.9/5
(38)

In numerical theory, the term ____ typically refers to numerical accuracy.

(Multiple Choice)
4.7/5
(33)

A programming language's ____ is the set of rules for formulating statements that are "grammatically correct" for the language.

(Multiple Choice)
4.8/5
(27)

Invoking a function is more commonly referred to as summoning the function.

(True/False)
4.9/5
(37)

Data types are simply names given by programmers to computer storage locations.

(True/False)
4.8/5
(39)

Inputting data or messages to a function is called passing data to the function.

(True/False)
4.9/5
(47)

A control string is referred to as a control specifier.

(True/False)
4.7/5
(33)

The combination of an ampersand and one of several specific characters is called an escape sequence.

(True/False)
4.8/5
(32)

The two characters \ and ____, when used together, are called a newline escape sequence.

(Multiple Choice)
4.9/5
(40)

The main() function is sometimes referred to as a driver function.

(True/False)
4.9/5
(40)
Showing 1 - 20 of 46
close modal

Filters

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