Data Structures Quiz

Data Structures Quiz

University

26 Qs

quiz-placeholder

Similar activities

Quiz Konsep Berpikir Komputasional

Quiz Konsep Berpikir Komputasional

10th Grade - University

26 Qs

C++ with DS

C++ with DS

University

25 Qs

CS 213 - Data Structures and Algorithm

CS 213 - Data Structures and Algorithm

University

25 Qs

Basic Data Structures & Algorithms

Basic Data Structures & Algorithms

University

23 Qs

Trees, Linked Lists, Stacks and Queues

Trees, Linked Lists, Stacks and Queues

11th Grade - University

30 Qs

Data Structure & Algorithm-Quiz-1

Data Structure & Algorithm-Quiz-1

University

30 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

30 Qs

Battle With DSA

Battle With DSA

University

30 Qs

Data Structures Quiz

Data Structures Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Shailesh Dinde

Used 1+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is the process of inserting an element in the stack?

Insert

Add

Push

Pop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When the user tries to delete the element from the empty stack then the condition is said to be a ____

Underflow

Garbage collection

Overflow

None of the above

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data structure can't store the non-homogeneous data elements?

Arrays

Records

Pointers

Stacks

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the advantage of the array data structure?

Elements of mixed data types can be stored.

Easier to access the elements in an array

Index of the first element starts from 1.

Elements of an array cannot be sorted

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following principle does Queue use?

LIFO principle

FIFO principle

Linear tree

Ordered array

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is not the type of the Queue?

Linear Queue

Circular Queue

Double ended Queue

Single ended Queue

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

New nodes are added to the ……… of the queue.

A. Front

B. Back

C. Middle

D. Both A and B

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?