The four basic list operations are insertion, deletion, retrieval, and _____.

A. traversal
B. destruction
C. creation
D. enumeration


Answer: A

Computer Science & Information Technology

You might also like to view...

Which operator keyword corresponds to ^?

a. xor b. xor_eq c. or d. or_eq

Computer Science & Information Technology

Which statement is false?

a. Linked lists are collections of data items "lined up in a row"-- insertions and deletions can be made anywhere in a linked list. b. Insertions and deletions are made only at one end of a stack, its top. c. Insertions and deletions are made only at one end of a queue, its tail. d. Binary trees facilitate high-speed searching and sorting of data.

Computer Science & Information Technology

Smaller files need more processing power and slow down the time it takes for your movie to display objects correctly in a browser.

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

Computer Science & Information Technology

Although you can link to documents in almost any format from your web pages, it's important to keep in mind that ____ documents are the only ones that your users are guaranteed to be able to access

A. HTTP B. FTP C. CSS D. HTML

Computer Science & Information Technology