A stack can be implemented as either a(n) ____ or a linked structure.

A. map
B. struct
C. queue
D. array


Answer: D

Computer Science & Information Technology

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

Computer Science & Information Technology

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.

Computer Science & Information Technology

Function __________ is used to produce random numbers.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

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

Computer Science & Information Technology