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

Mastering Data Structures

Mastering Data Structures

University

21 Qs

DAA 4th Sem

DAA 4th Sem

University

20 Qs

Hackharbor 3.0 Day 3:C

Hackharbor 3.0 Day 3:C

University

20 Qs

ADS&AA Q-1

ADS&AA Q-1

University

20 Qs

CODEBURST : JAVA EDITION

CODEBURST : JAVA EDITION

University

20 Qs

LinkedIn Engagement Strategies Quiz

LinkedIn Engagement Strategies Quiz

University

18 Qs

Computer Networks CT-4

Computer Networks CT-4

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?