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

1. When you create a linked list, you must know in advance how many nodes the list will contain.
2. The values stored in the value portion of a node of a linked list can be simple data types, structures, objects of classes, or any other data type.
3. A linked list can grow and shrink as a program runs.
4. Linked lists are less complex to code and manage than arrays.
5. Nodes in a linked list are stored in contiguous memory.


1. FALSE
2. TRUE
3. TRUE
4. FALSE
5. FALSE

Computer Science & Information Technology

You might also like to view...

What does Windows need to properly communicate with and use the functionality of hardware?

A. 64-bit CPU B. network card C. services D. device drivers

Computer Science & Information Technology

The biggest disadvantage in using virtual disks instead of physical volumes is the lack of portability.

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

Computer Science & Information Technology

_______ technology is used for sending email messages.

A) Forward-and-push B) Store-and-forward C) Get-and-put D) Push-and-pull

Computer Science & Information Technology

When you work with a file in Edge Animate, you can use the _______________to play it from start to finish.

A. Property layer B. Animation controls C. Volume controls D. Timeline controls

Computer Science & Information Technology