Linked List Quiz

Linked List Quiz

University

101 Qs

quiz-placeholder

Similar activities

Excel/Access EOC Review

Excel/Access EOC Review

9th Grade - University

100 Qs

JAVA SURPRISE TEST

JAVA SURPRISE TEST

University

100 Qs

DSC for Intermediate II

DSC for Intermediate II

University

106 Qs

data sturcture

data sturcture

University

97 Qs

CPSC Exam review

CPSC Exam review

University

100 Qs

Cloud Computing

Cloud Computing

University

100 Qs

Java

Java

University

100 Qs

CS1101 Python Final Exam practice

CS1101 Python Final Exam practice

University

103 Qs

Linked List Quiz

Linked List Quiz

Assessment

Quiz

Computers

University

Hard

Created by

Shubham Khari

Used 3+ times

FREE Resource

101 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a linked list?

A linear data structure where elements are not stored in contiguous memory locations.

A non-linear data structure.

A data structure where elements are stored in contiguous memory locations.

An abstract data type.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a type of linked list?

Singly linked list

Doubly linked list

Circular linked list

Array linked list

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a singly linked list, each node contains:

Data and pointer to the next node

Data and pointer to the previous node

Data and pointers to both next and previous nodes

Only data

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The first node in a linked list is called:

Current node

Root node

Head node

First node

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The last node in a singly linked list points to:

The head node

The previous node

NULL

The second last node

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a doubly linked list?

Each node points to only the next node.

Each node points to only the previous node.

Each node points to both the next and previous nodes.

Nodes do not point to any other node.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a circular linked list, the last node points to:

NULL

The first node (head)

The middle node

The last node itself

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?