Data Structures Quiz

Data Structures Quiz

University

20 Qs

quiz-placeholder

Similar activities

DAA 4th Sem

DAA 4th Sem

University

20 Qs

Mastering Data Structures

Mastering Data Structures

University

21 Qs

Hackharbor 3.0 Day 3:C

Hackharbor 3.0 Day 3:C

University

20 Qs

Preguntas de Programación en Java

Preguntas de Programación en Java

University

21 Qs

LinkedIn Engagement Strategies Quiz

LinkedIn Engagement Strategies Quiz

University

18 Qs

Unit 1,2

Unit 1,2

University

20 Qs

8085 Microprocessor

8085 Microprocessor

University

25 Qs

Hackharbor 3.0 Day 3:C

Hackharbor 3.0 Day 3:C

University

17 Qs

Data Structures Quiz

Data Structures Quiz

Assessment

Quiz

Engineering

University

Medium

Created by

NIVEDHA Asst_prof.AI-DS

Used 11+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of the following is a linear data structure?

Trees

Graphs

Arrays

None of these

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

The index of the first element of an array is:

-1

0

1

Depends on the language

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which of the following stores elements in contiguous memory locations?

Linked List

Stack

Queue

Array

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which data structure allows efficient insertion/deletion at both ends?

Stack

Queue

Array

Doubly Linked List

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which linked list does not store address of the previous node?

Doubly Linked List

Singly Linked List

Circular Linked List

Both B and C

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

How many null pointers does a circular linked list have?

0

1

2

n

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Which pointer is used in a linked list node?

Integer pointer

String pointer

Self-referential pointer

Array 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?