Datastructures Unit 1

Datastructures Unit 1

University

20 Qs

quiz-placeholder

Similar activities

Basic Data Structures & Algorithms

Basic Data Structures & Algorithms

University

23 Qs

quiz 2

quiz 2

University

15 Qs

Exploring Linked Lists

Exploring Linked Lists

University

20 Qs

SD Pra UAS

SD Pra UAS

University

23 Qs

QUEUE

QUEUE

University

17 Qs

Stack??

Stack??

University

15 Qs

04 - Disjoint Sets

04 - Disjoint Sets

University

15 Qs

Demo DS-A ASHV Quiz

Demo DS-A ASHV Quiz

University

17 Qs

Datastructures Unit 1

Datastructures Unit 1

Assessment

Quiz

Computers

University

Hard

Created by

Niranjana Manikandan

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does ADT stand for in Data Structures?
Advanced Data Type
Abstract Data Type
Algorithmic Data Table
Array Defined Type

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which data structure uses nodes with data and a pointer to the next node?
Array
Queue
Singly Linked List
Stack

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In a circular linked list, the last node points to:
NULL
Head node
Middle node
Previous node

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following allows bidirectional traversal?
Singly Linked List
Circular Linked List
Doubly Linked List
Array

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which operation is not typically performed on a list?
Insertion
Traversal
Formatting
Deletion

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is an advantage of linked lists over arrays?
Constant time access
Dynamic size
Cache locality
Low memory usage

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which ADT is best for representing a polynomial?
Array
Stack
Linked List
Queue

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?