Computers

11th -

University

Image

Data Structures: Linked Lists and Hashtables

20
plays

14 questions

Show Answers
See Preview
  • 1. Multiple Choice
    30 seconds
    1 pt

    What advantage does a linked list have over an array?

    Size of the list doesn't need to be specified at the beginning of the program

    You can add or remove elements from the middle of the list.

    The linked list doesn't have a size limit

    All of these are true.

  • 2. Multiple Choice
    30 seconds
    1 pt

    Nodes in a linked list contain two things

    Direction and a pointer

    Data and a pointer

    Pointer and a link

    A pointer and a node

  • 3. Multiple Choice
    30 seconds
    1 pt

    Hashing gives each item

    A sequential address

    A logarithmic address

    No address

    A unique address

  • Answer choices
    Tags
    Answer choices
    Tags

    Explore all questions with a free account

    Already have an account?