A ____________ is a identifier for a value that cannot be modified during the program’s execution.

a. sentinel
b. literal
c. keyword
d. named constant


d. named constant

Computer Science & Information Technology

You might also like to view...

MC Which of the following correctly defines a class Baseball and inherits from class Sport?

a) class Baseball ( Sport ):. b) class Baseball : Sport :. c) class Sport.Baseball:. d) None of the above.

Computer Science & Information Technology

The Developer tab must be enabled by going to the Backstage view and selecting Customize

Indicate whether the statement is true or false

Computer Science & Information Technology

Which term is another name for a switching loop?

A. Routing loop B. Bridging loop C. ARPing loop D. Broadcast loop

Computer Science & Information Technology

Which statement about macros is true?

a) Macros always make programs run faster. b) Macros cannot have arguments. c) Macros cause text replacement at execution time. d) Macro arguments should be enclosed in parentheses in the replacement text.

Computer Science & Information Technology