A queue is a container that allows elements to be stored and removed


A) in a last-in-first-out fashion
B) in a first-in-first-out fashion
C) in a first-in-last-out fashion
D) quickly and efficiently

B) in a first-in-first-out fashion

Computer Science & Information Technology

You might also like to view...

In a presentation, slide numbers can be inserted into ________

A) only the header B) the header or footer C) only the footer D) the top placeholder in a slide

Computer Science & Information Technology

What is the value of number after the following statements execute?

int number; number = 18 / 4; a. 4.5 b. 4 c. 2 d. 0 e. unknown

Computer Science & Information Technology