A stack can be implemented as either a(n) ____ or a linked structure.
A. map
B. struct
C. queue
D. array
Answer: D
You might also like to view...
Data stored __________ disappears once the program stops running or the computer is powered down.
a. on a CD b. in RAM c. on a flash drive d. on the disk drive e. None of these
Which of the following statements is false?
a. Specifying the starting and ending indices causes index to search from the starting index up to but not including the ending index location. b. The call: numbers.index(5, 7) is equivalent to: numbers.index(5, 7, len(numbers)) c. The following looks for the value 7 in the range of elements with indices 0 through 4: numbers.index(7, 0, 4) d. All of the above statements are true.
Function __________ is used to produce random numbers.
Fill in the blank(s) with the appropriate word(s).
An incremental backup backs up files that have been created or changed since the last incremental backup
Indicate whether the statement is true or false