100% found this document useful (1 vote)
1K views

Data Structure Multiple Choice Questions & Answers PDF: Ans: C Linked List

The document contains 5 multiple choice questions about data structures. The questions cover topics like linked lists, stacks, queues, priority queues, heaps, and file types. Each question is followed by the correct answer and a short explanation. The questions test fundamental concepts about different data structure types and their properties.

Uploaded by

Nahid Hasan
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
100% found this document useful (1 vote)
1K views

Data Structure Multiple Choice Questions & Answers PDF: Ans: C Linked List

The document contains 5 multiple choice questions about data structures. The questions cover topics like linked lists, stacks, queues, priority queues, heaps, and file types. Each question is followed by the correct answer and a short explanation. The questions test fundamental concepts about different data structure types and their properties.

Uploaded by

Nahid Hasan
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/ 3

Data Structure Multiple Choice Questions & Answers Pdf

Question: 1

A data structure in which linear sequence is maintained by


pointers is known as

(A) Array

(B) Stack

(C) Linked list

(D) Pointer-based data structure

Ans: C

Linked list

Question: 2

Which of the following data structure works on the principle of


First Come First Serve?

(A) Priority queue

(B) Heap

(C) Stack

(D) Queue

Ans: D

Queue
Question: 3

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


nodes, connected by pointer links.

(A) Queue

(B) Linked list

(C) Tree

(D) Stack

Ans: B

Linked list

Question: 4

A queue where all elements have equal priority is a

(A) ILFO data structure

(B) LILO data structure

(C) FIFO data structure

(D) LIFO data structure

Ans: C

FIFO data structure

Question: 5

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


(A) Input file

(B) Temporary file

(C) Work file

(D) Input/output file

Ans: A

Input file

You might also like