If information is transmitted faster than it can be processed, it can be held in a ________ while it awaits processing.
A) stack
B) queue
C) static array
D) static deque
E) None of the above
B) queue
Computer Science & Information Technology
You might also like to view...
When exporting a slide show to Word, the ________ option in the Send To Microsoft Office Word dialog box creates an embedded object in Word
A) Link B) Paste C) Embed D) Paste link
Computer Science & Information Technology
Which of the following is true of the && operator?
a. It has two operands. b. It can have one operand. c. It uses short circuit evaluation. d. It is the logical AND operator. e. It returns true if either operand is true.
Computer Science & Information Technology