BE23CS404 Data Structures and Algorithms Unit1_Quiz

BE23CS404 Data Structures and Algorithms Unit1_Quiz

University

23 Qs

quiz-placeholder

Similar activities

ASD - B

ASD - B

University

20 Qs

Data Structures Quiz

Data Structures Quiz

University

20 Qs

AVINYA 2K25

AVINYA 2K25

University

19 Qs

Parallel Computing Quiz

Parallel Computing Quiz

University

25 Qs

Computer Networks CT-4

Computer Networks CT-4

University

20 Qs

Diagnostik Lanjut 2

Diagnostik Lanjut 2

University

25 Qs

Aptitude and OOP Concepts Assessment

Aptitude and OOP Concepts Assessment

University

20 Qs

Module 1 Quiz

Module 1 Quiz

University

20 Qs

BE23CS404 Data Structures and Algorithms Unit1_Quiz

BE23CS404 Data Structures and Algorithms Unit1_Quiz

Assessment

Quiz

Engineering

University

Medium

Created by

G KIOT

Used 2+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a non-linear data structure?

Stack

Array

Tree

Queue

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure supports fast random access?

Linked List

Array

Queue

Stack

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does ADT stand for?

Abstract Data Type

Advanced Data Tree

Array Data Type

Abstract Design Type

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which operation is NOT typically supported by the List ADT?

Insertion

Traversal

Compilation

Deletion

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a drawback of arrays when used for List ADT implementation?

Random access is slow

Size is static/fixed

Memory allocation is dynamic

High overhead per node

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a singly linked list, what does each node contain?

Data only

Data and pointer to next node

Data and pointer to previous node

Only a pointer

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a doubly linked list, each node has:

One pointer

Two pointers

Three pointers

No pointer

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?