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
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.
The Developer tab must be enabled by going to the Backstage view and selecting Customize
Indicate whether the statement is true or false
Which term is another name for a switching loop?
A. Routing loop B. Bridging loop C. ARPing loop D. Broadcast loop
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.