What does a node in a singly linked list contain?

Linked List and Stack Quiz

Quiz
•
Computers
•
University
•
Medium
mukilan selvaraj
Used 1+ times
FREE Resource
19 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Data and pointer to previous node
Data and pointer to next node
Only data
Only pointer
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the head in a singly linked list?
Last node
First node
Random node
Middle node
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you detect if a singly linked list is empty?
If head is not None
If head is equal to 0
If head is None
If head is a string
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which operation is used to add a node at the beginning?
append
prepend
insert_front
push_back
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when you try to delete from an empty list?
Deletes head
Crashes
Error or Exception
Does nothing
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which method is used to delete the first node?
pop
remove_first
delete_first
shift
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is printed if you try to print a node object without __str__ or __repr__?
Node content
Nothing
Error
Object memory location
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
Linklist - Data Structures

Quiz
•
University
15 questions
Quiz Struktur Data

Quiz
•
University
16 questions
Linked List and Arrays in JAVA

Quiz
•
University
15 questions
DATA STRUCTURES QUIZ

Quiz
•
University
15 questions
Arrays and Linked Lists

Quiz
•
University
16 questions
DS - Linked List - S1

Quiz
•
University
20 questions
Data Structure

Quiz
•
University
20 questions
Quiz 1_DSA

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade