Data Structure

Data Structure

University

5 Qs

quiz-placeholder

Similar activities

DS UNIT-2 TEST-3

DS UNIT-2 TEST-3

University

10 Qs

Data Structure Quiz 2

Data Structure Quiz 2

University

9 Qs

DSA Day 4

DSA Day 4

University

7 Qs

Struktur Data

Struktur Data

University

10 Qs

Stack

Stack

University

10 Qs

Circular array quiz

Circular array quiz

University

10 Qs

C++ linked lists

C++ linked lists

University

9 Qs

Data Structures and Algorithm

Data Structures and Algorithm

University

9 Qs

Data Structure

Data Structure

Assessment

Quiz

Computers

University

Hard

Created by

Jamunadevi T

Used 1+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A .............. is a linear data structure, in which the elements are not stored at contiguous memory locations.

Linked list

Queue

Stack

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  • Linked List can be defined as collection of objects called ............ that are randomly stored in the memory.

Nodes

Data

Tree

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A node contains .......... fields.

1

2

3

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

  • The last node of the list contains pointer to the ..........

Null

Head

Both

None

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

There are ........ types of linked list.

1

2

3

4