Data Structures Quiz

Data Structures Quiz

University

20 Qs

quiz-placeholder

Similar activities

Exploring 8086 Architecture and Operations

Exploring 8086 Architecture and Operations

University

20 Qs

Code Blitz 40

Code Blitz 40

University

15 Qs

CAES Lab Viva 1

CAES Lab Viva 1

University

16 Qs

ASD - B

ASD - B

University

20 Qs

ARM Cortex-M4 Microcontroller Quiz

ARM Cortex-M4 Microcontroller Quiz

University

16 Qs

Quiz Round For Group 2

Quiz Round For Group 2

University

20 Qs

C Programming Challenge for Students

C Programming Challenge for Students

University

20 Qs

Algorithm Time Complexity Quiz

Algorithm Time Complexity Quiz

University

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