A queue is a(n) _____ in which data can be inserted at one end and deleted from the other end.

A. array
B. random access structure
C. linked list
D. linear list


Answer: D

Computer Science & Information Technology

You might also like to view...

In Java, a block statement is

a) a set of statements that are all indented to the same column. b) a set of statements enclosed in { and }. c) statements that form a rectangular set of characters on the screen. d) a statement that prevents other statements from executing. e) a statement that ends the execution of the program.

Computer Science & Information Technology

Write and run a Python program that you store in a file. The program should demonstrate how to prompt the user for input and display the string the user entered.

What will be an ideal response?

Computer Science & Information Technology

_________ are numbers, text, or cell references used by a function to return a value. A. Ribbons B. Piconets C. Microwaves D. Arguments

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

Computer Science & Information Technology

The automatic conversion across an assignment operator is referred to as an implicit type conversion.

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

Computer Science & Information Technology