Placing a new item on top of the queue is formally referred to as ____.

A. enqueueing
B. serving
C. pushing
D. inserting


Answer: A

Computer Science & Information Technology

You might also like to view...

What does the following statement do?

``` Math.floor( Math.random() * 12 ); ``` a) This creates a random number from 0 up to and including 12. b) This creates a random number from 0 up to but not including 12. c) This creates a random number from 1 up to and including 12. d) This creates a random number from 1 up to but not including 12.

Computer Science & Information Technology

________ are used to measure fonts, with each one equal to 1/72 of an inch

A) Ens B) Points C) Ems D) Atoms

Computer Science & Information Technology

A small arrow on an icon indicates that the icon is a shortcut

Indicate whether the statement is true or false

Computer Science & Information Technology

GUI stands for:

a. General/Universal/Individual b. General Utilization Instructions c. Global Usage Image d. Guidelines for Usability and Interaction e. Graphical User Interface

Computer Science & Information Technology