Linked List

Linked List

Assessment

Flashcard

Computers

Professional Development

Easy

Created by

Frozen Flame

Used 1+ times

FREE Resource

Student preview

quiz-placeholder

20 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What advantage does a linked list have over an array?

Back

All of these are true.

2.

FLASHCARD QUESTION

Front

Nodes in a linked list contain two things.

Back

Data and a pointer

3.

FLASHCARD QUESTION

Front

The situation when in a linked list Head==NULL is

Back

Empty

4.

FLASHCARD QUESTION

Front

In the above image what will be printed when Head->next->data?

Back

9

5.

FLASHCARD QUESTION

Front

Complete the code in the red column Options: string info; int link;, int info; NodeType link;, int info; string link;, int info; NodeType * link;

Back

int info; NodeType * link;

6.

FLASHCARD QUESTION

Front

Which of the following statement is not correct?

  • List is a linear structure
  • There are 2 example of list, Array List & Linked List.
  • Array List is not an example of List
  • List contains a sequence of elements

Back

Array List is not an example of List

7.

FLASHCARD QUESTION

Front

What is value in the head -> next -> next below?

Back

1600

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?