
Linked List Quiz

Quiz
•
Other
•
University
•
Hard

Niveditha N
Used 1+ times
FREE Resource
13 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main difference between a singly linked list and a doubly linked list?
Singly linked list has two pointers per node; doubly linked list has one
Singly linked list has one pointer per node; doubly linked list has two
Both have one pointer per node
Both have two pointers per node
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a singly linked list, what does the 'Next' pointer of the last node point to?
The first node
NULL (or None)
The previous node
It points to itself
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operation is easier to perform in a doubly linked list compared to a singly linked list?
Insert at the beginning
Traverse forward
Traverse backward
Find the middle element
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a doubly linked list, what happens when you delete a node?
You only need to update the next pointer of the previous node
You only need to update the previous pointer of the next node
You need to update both next pointer of previous node and previous pointer of next node
No pointers need updating
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity to insert a node at the beginning of a singly linked list?
O(1)
O(n)
O(log n)
O(n^2)
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of the following Java code that traverses a singly linked list?
10 -> 20 -> 30 -> null
30 -> 20 -> 10 -> null
null -> 10 -> 20 -> 30
10 20 30 null
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be the output of this code that deletes the first node in a singly linked list?
1 2 3
2 3
3
Null pointer exception
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Exploring Abstract Data Types

Quiz
•
University
15 questions
BCA C Lab Component

Quiz
•
University
10 questions
qwis

Quiz
•
University
17 questions
Singly and Doubly Linked List Quiz

Quiz
•
University
10 questions
Quiz tentang Linked List Linier Ganda

Quiz
•
University
18 questions
Quiz - ROS2 : Intro et Services

Quiz
•
University
16 questions
Data Structures Prelimes

Quiz
•
University
9 questions
Linked List

Quiz
•
University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade