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

1) A link can be used to tie an object of a class to another object of the same type.
2) Nodes of a linked list are stored contiguously in memory to allow quick access to the items in the list.
3) Each node of a circular, doubly linked list has a backward and a forward reference.
4) A queue can be described as a constrained version of a stack.
5) A binary search tree can contain duplicate values.


1) T
2) F
3) T
4) F
5) T

Computer Science & Information Technology

You might also like to view...

As the number of items in a search pool grows, the number of comparisons required to search _______________

a) increases b) decreases c) stays the same d) goes to 0 e) none of the above

Computer Science & Information Technology

Why is public key cryptography?

What will be an ideal response?

Computer Science & Information Technology

Which of the following ports do external hard drives use for connectivity? (Choose all that apply.)

a. eSATA. b. USB. c. FireWire. d. All answers provided are correct.

Computer Science & Information Technology

Image editors are used to create and edit vector images.

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

Computer Science & Information Technology