Podcast
Questions and Answers
What is the name of the linear collection of data elements in the text?
What is the name of the linear collection of data elements in the text?
- Node list
- Link list (correct)
- Note list
- Pointer list
What are the two parts of each node in the link list?
What are the two parts of each node in the link list?
- Information and reference (correct)
- Data and counter
- Value and key
- Element and index
How is the last note of the link list represented?
How is the last note of the link list represented?
- By a negative value
- By an underscore
- By a special symbol
- By a null pointer (correct)
Flashcards are hidden until you start studying