A data structure in which linear sequence is maintained by pointers is known as
Fundamentals of data Structures & Linked list

Flashcard
•
Computers
•
University
•
Easy
Quizizz Content
Used 1+ times
FREE Resource
Student preview

18 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
Linked list
2.
FLASHCARD QUESTION
Front
A ____ is a linear collection of self-referential structures, called nodes, connected by pointer links.
Back
Linked list
3.
FLASHCARD QUESTION
Front
Which of these best describes an array? Options: A data structure that shows a hierarchical behavior, Container of objects of similar types, Arrays are immutable once initialised, Array is not a data structure
Back
Container of objects of similar types
4.
FLASHCARD QUESTION
Front
When does the ArrayIndexOutOfBoundsException occur?
Back
Run-time
5.
FLASHCARD QUESTION
Front
Which of the following c code is used to create new node?
Options:
ptr = (NODE*)malloc(sizeof(NODE));
ptr = (NODE*)malloc(NODE);
ptr = (NODE*)malloc(sizeof(NODE*));
ptr = (NODE)malloc(sizeof(NODE));
Back
ptr = (NODE*)malloc(sizeof(NODE));
6.
FLASHCARD QUESTION
Front
Assuming int is of 4bytes, what is the size of int arr[15];?
Back
60
7.
FLASHCARD QUESTION
Front
Consider an implementation of unsorted singly linked list with a head pointer only. Which operations can be implemented in O(1) time? i) Insertion at the front of the linked list ii) Insertion at the end of the linked list iii) Deletion of the front node of the linked list iv) Deletion of the last node of the linked list
Back
Insertion at the front of the linked list and Deletion of the front node of the linked list.
Create a free account and access millions of resources
Similar Resources on Quizizz
15 questions
ECS 32B Flashcardizz

Flashcard
•
University
15 questions
Electrical System of the Heart

Flashcard
•
University
15 questions
College Writing Test Review

Flashcard
•
University
15 questions
3.6.1.3 Control of heart rate

Flashcard
•
12th Grade - University
12 questions
User-Defined DS

Flashcard
•
University
13 questions
Stack Operations and Recursion Concepts

Flashcard
•
University
12 questions
Hashing and Hash Tables

Flashcard
•
University
15 questions
Data Structures and Algorithms Flashcard

Flashcard
•
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