What is a linear data structure?
Linear Data Structures Quiz

Quiz
•
Computers
•
University
•
Hard
Navkiran Gill
Used 8+ times
FREE Resource
40 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A structure where elements are connected sequentially
A structure where elements are connected hierarchically
A structure where elements are connected randomly
None of the above
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a dangling pointer in the context of data structures?
A pointer that points to a memory location which has already been deallocated
A pointer that has not been initialized
A pointer that points to the starting address of an array
A pointer that points to a memory block managed by a garbage collector
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of accessing an element in an array by index?
O(1)
O(n)
O(log n)
O(n^2)
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following operations is performed in O(1) time in a stack?
Push
Pop
Both
None
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the rear end of a queue called?
Front
Rear
Back
Tail
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which data structure works on the principle of LIFO?
Stack
Queue
Array
Linked List
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of searching in a linked list?
O(1)
O(n)
O(log n)
O(n^2)
Create a free account and access millions of resources
Similar Resources on Quizizz
41 questions
Ujian Informatika Kelas VIII

Quiz
•
8th Grade - University
40 questions
operating system

Quiz
•
University
35 questions
end of year Quiz

Quiz
•
12th Grade - University
45 questions
Sorting, Searching and Big O Review

Quiz
•
9th Grade - University
35 questions
Data Structure - Queue

Quiz
•
University
44 questions
Data Structures Quiz

Quiz
•
University
43 questions
Data Structure and Algorithm

Quiz
•
University
45 questions
STACK DATA STRUCTURE

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