What kind of data structures are the nodes used in linked lists?
KofiNketiaAckaahGyasi_CSCI2380_03Pre2

Quiz
•
Computers
•
University
•
Hard
Kofi Nketia Ackaah-Gyasi
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Arrays
Stacks
Divided Box
Classes
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not an attribute of a singly linked list?
A node class
A head pointer
A count variable
A next pointer
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an example of dynamic memory allocation?
long int x = &num
Node *ptr = new Node();
int array[] ={4,7,3};
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following can be example of a function of a linked list that uses a pointer as an argument?
myLL.pushback(5);
void myLL.insert(Node * ptr)
myLL.deletefront();
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A linked list that works as ONLY a stack should not have which function
push_back()
pop_front()
pop_back()
traverse()
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is not defined as part of a linked list
head
tail
pointer1
count
7.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
The head may point to .... (MULTIPLE CHOICE)
first node in the linked list
first string in the linked list
nullptr
the tail pointer
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Struktur Data

Quiz
•
University
15 questions
Arrays and Linked Lists

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

Quiz
•
University
15 questions
DS Module 3 Linked List

Quiz
•
University
12 questions
Quiziz C++

Quiz
•
University
15 questions
Linklist - Data Structures

Quiz
•
University
10 questions
C++ linked list

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

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