Which of the following statements about queues is true?

A. Queue insertion requires a search function and a delete function.
B. Queues are a FIFO data structure.
C. The queue header requires only a top; a common design also includes a node counter.
D. Queue deletion takes place at the rear of the queue.
E. Queues are usually implemented using arrays.


Answer: B

Computer Science & Information Technology

You might also like to view...

A(n) ________ allows programmers to perform complicated system tasks simply by calling predefined functions.

a) system call b) application programming interface (API) c) Web service d) none of the above

Computer Science & Information Technology

Which of the following is a program advertised as performing one activity but actually does something else?

A. worm B. rootkit C. Trojan D. virus

Computer Science & Information Technology

?_____ use a keyword to encode a number.

A. ?Cipher codes B. ?Identifier codes C. ?Action codes D. ?Associative codes

Computer Science & Information Technology

A ____ is designed for a specific programming language and translates programs written in that language into machine language so they can be executed.

A. compiler B. macro C. generator D. decoder

Computer Science & Information Technology