In a queue, the link variable that locates the front of the list is referred to as the ____ pointer.

A. head
B. tail
C. list
D. queue


Answer: B

Computer Science & Information Technology

You might also like to view...

An extranet is a backup network that you can use if the main network fails.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

____________ are reserved for use by Java.

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

Computer Science & Information Technology

A category label

A) is text that describes a collection of data points in a chart. B) displays data comparisons vertically in columns. C) contains graphical representation of values in data series. D) contains the entire chart and all of its elements.

Computer Science & Information Technology

?Which of the following styles sets the column breaks within paragraphs to leave a minimum of two and three lines at the top and bottom of each column respectively?

A. ?article p {         break-before: always;      } B. ?article p {         break-before: always;      } C. ?article p {         orphans: 3;         widows: 2;      } D. ?article p {         break-inside: auto;      }

Computer Science & Information Technology