0% found this document useful (0 votes)
112 views2 pages

Data Structure Quiz Questions & Answers PDF: Linked List

This document contains 10 questions about data structures and their properties. The questions cover topics like linked lists, queues, stacks, graphs, sorting algorithms, linear vs non-linear data structures, and the differences between input and output files. The questions are multiple choice and test fundamental concepts about common data structures.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
112 views2 pages

Data Structure Quiz Questions & Answers PDF: Linked List

This document contains 10 questions about data structures and their properties. The questions cover topics like linked lists, queues, stacks, graphs, sorting algorithms, linear vs non-linear data structures, and the differences between input and output files. The questions are multiple choice and test fundamental concepts about common data structures.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Data Structure Quiz Questions & Answers Pdf

Question: 1

A data structure in which linear sequence is maintained by


pointers is known as

Linked list

Question: 2

Which of the following data structure works on the principle of


First Come First Serve?

Queue

Question: 3

A ____ is a linear collection of self-referential structures, called


nodes, connected by pointer links.

Linked list

Question: 4

A queue where all elements have equal priority is a

FIFO data structure

Question: 5

A file that is only read by a program is known as ____

Input file

Question: 6
Which of the following sorting algorithm is the slowest?

Bubble sort

Question: 7

Which of the following data structure can be used to represent


many-to-many relation?

Graph

Question: 8

Which of the following statement is not true about linked lists?

Element in a linked list, if it is sorted, can be quickly searched by


applying binary search technique

Question: 9

Which of the following is not a linear data structure?

Binary tree

Question: 10

Which of the following data structure permits insertion and


deletion operations only on one end of the structure?

Stack

You might also like