Search Header Logo

Linked List Quiz

Authored by Aiza Najihah Bt Razaman UPTM

Information Technology (IT)

University

Used 1+ times

Linked List Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a singly linked list, each node contains:

Only data

Data and pointer to the next node

Data and pointers to next and previous nodes

Only a reference to the next node

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a doubly linked list, each node has:

One reference only

Two references: previous and next

Three references: previous, next, and head

No references

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a circular linked list, the link field of the last node contains:

NULL

Address of the first node

Address of the last node itself

Random address

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Main limitation of a singly linked list is:

Cannot store strings

Cannot traverse backward

Cannot insert nodes at all

Needs more memory than arrays

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What Java LinkedList method is used to insert an element at the beginning?

(a)  

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What Java LinkedList method removes the last element?

(a)  

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What will be the output of this code?

LinkedList list = new LinkedList<>();

list.add("Paul"); list.add("John");

list.add("Tina");

System.out.println(list.getFirst());

(a)  

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?