
Linked List

Quiz
•
Computers
•
University
•
Hard
Vrushali Kondhalkar
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a linked list?
A collection of data elements stored in contiguous memory locations.
A sequence of elements where each element points to the next element.
A collection of key-value pairs.
A data structure where elements are stored in a hierarchical manner.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is true about a singly linked list?
Each node has a data part and a reference to the previous node.
Each node has a data part and a reference to the next node.
Each node has a data part and references to both the next and previous nodes.
Nodes are stored in contiguous memory locations
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity for inserting an element at the beginning of a singly linked list?
O(1)
O(n)
O(log n)
O(n log n)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a doubly linked list, each node contains:
Data and a reference to the next node.
Data and a reference to the previous node.
Data and references to both the next and previous nodes.
Only data
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operation is faster in a linked list compared to an array?
Accessing an element by index
Inserting an element at the beginning
Inserting an element at the end
Accessing the last element
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the disadvantage of a singly linked list compared to an array?
Fixed size
Slow insertions
Inefficient random access
Higher memory usage
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a circular linked list, how does the last node differ from a singly linked list?
It points to a NULL.
It does not point to any node.
It points back to the first node.
It has a reference to the previous node.
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Quiz 1 - AK2 Section

Quiz
•
University
10 questions
PDS - 04225 Lists, Stacks and Queues - Chapter 5

Quiz
•
University
14 questions
A-Level Computer Science Data Structures Quiz

Quiz
•
12th Grade - University
9 questions
Data Structures and Algorithm

Quiz
•
University
15 questions
Linklist - Data Structures

Quiz
•
University
15 questions
Arrays and Linked Lists

Quiz
•
University
10 questions
DS UNIT-2 TEST-1

Quiz
•
University
15 questions
DATA STRUCTURES QUIZ

Quiz
•
University
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade