
LinkedList and Its types

Quiz
•
Computers
•
Professional Development
•
Hard
durga devi
Used 31+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A linear collection of data elements where the linear node is given by means of pointer is called?
Linked list
Node list
Primitive list
None
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following operations is performed more efficiently by doubly linked list than by singly linked list?
Deleting a node whose location in given
Searching of an unsorted list for a given item
Inverting a node after the node with given location
Traversing a list to process each node
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following definition in c programming language
struct node
{
int data;
struct node * next;
}
typedef struct node NODE;
NODE *ptr;
Which of the following c code is used to create new node?
ptr=(NODE*)malloc(sizeof(NODE));
ptr=(NODE*)malloc(NODE);
ptr=(NODE*)malloc(sizeof(NODE*));
ptr=(NODE)malloc(sizeof(NODE));
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A variant of linked list in which last node of the list points to the first node of the list is?
Singly linked list
Doubly linked list
Circular linked list
Multiply linked list
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What kind of linked list is best to answer question like “What is the item at position n?”
Singly linked list
Doubly linked list
Circular linked list
Array implementation of linked list
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statements about linked list data structure is/are TRUE?
Addition and deletion of an item to/ from the linked list require modification of the existing pointers
The linked list pointers do not provide an efficient way to search an item in the linked list
Linked list pointers always maintain the list in ascending order
The linked list data structure provides an efficient way to find kth element in the list
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Linked lists are not suitable to for the implementation of?
Insertion sort
Radix sort
Polynomial manipulation
Binary search
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Java Collections

Quiz
•
Professional Development
15 questions
Queues

Quiz
•
11th Grade - Professi...
15 questions
TPEC4

Quiz
•
Professional Development
15 questions
Week 11 Networks and Routing

Quiz
•
10th Grade - Professi...
15 questions
KOMPUTER AKUNTANSI KLS XII-1

Quiz
•
Professional Development
15 questions
Data Structures and Algorithms Quiz

Quiz
•
Professional Development
10 questions
Mid2 Lab Internal PPS

Quiz
•
Professional Development
20 questions
Data Structure

Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
SR&R 2025-2026 Practice Quiz

Quiz
•
6th - 8th Grade
30 questions
Review of Grade Level Rules WJH

Quiz
•
6th - 8th Grade
6 questions
PRIDE in the Hallways and Bathrooms

Lesson
•
12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
15 questions
Subtracting Integers

Quiz
•
7th Grade
Discover more resources for Computers
11 questions
All about me

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
5 questions
Setting goals for the year

Quiz
•
Professional Development
14 questions
2019 Logos

Quiz
•
Professional Development
6 questions
GUM Chart Scavenger Hunt

Quiz
•
Professional Development
10 questions
How to Email your Teacher

Quiz
•
Professional Development
20 questions
Employability Skills

Quiz
•
Professional Development