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

1. A linked list is called "linked" because each node in the series has a pointer that points to the next node in the list.
2. If there are no nodes in a linked list, you cannot append a node to the list.
3. When working with a linked list one of the basic operations you can perform is to destroy the list.
4. A new node must always be made the last node in the list.
5. A new node cannot become the first node in the list.


1. T
2. F
3. T
4. F
5. F

Computer Science & Information Technology

You might also like to view...

A free drawn motion path on a slide is called a(n) ________ path

A) animation B) action C) custom D) manual

Computer Science & Information Technology

Dynamic web pages are pre-created pages, residing on the server's hard drive, and basically are delivered as HTML documents.

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

Computer Science & Information Technology

Cheryl has purchased and installed a contct management program on her non-networked laptop. She keeps getting an "Unable to connect to contact database-3256" error message. What should she do next?

a. Check for vendor documentation b. Call the company help desk c. Uninstall/reinstall the program d. Reboot the PC.

Computer Science & Information Technology

A variant where the attacker includes malicious script content in data supplied to a site is the __________ vulnerability.

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

Computer Science & Information Technology