DSA TEST 10

DSA TEST 10

University

6 Qs

quiz-placeholder

Similar activities

Linked Lists

Linked Lists

University

10 Qs

DS Quiz1

DS Quiz1

University

10 Qs

Data Structures - Training: Quiz 1

Data Structures - Training: Quiz 1

University

11 Qs

Kuis StrukDat

Kuis StrukDat

University

10 Qs

exception

exception

University

10 Qs

UNIT9: pointer types in c

UNIT9: pointer types in c

University

7 Qs

JRB2 Quiz 4

JRB2 Quiz 4

University

10 Qs

DS(Part2)-After

DS(Part2)-After

University

11 Qs

DSA TEST 10

DSA TEST 10

Assessment

Quiz

Computers

University

Hard

Created by

PRIYANGA S

Used 1+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1. In any single linked list,the individual element is called as---

Node

Null

Pointer

None

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2.Each link carries a data fields and link field called----

Next

Null

Pointer

None

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3.There are ----- types of linked list

2

3

5

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4. In doubly linked list, link1 is used to store the address of the ------ node in the sequence.

next

Previous

null

none

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5.Always the next field of the last node must be-----

Data

Pointer

Head

NULL

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6.Operations of Doubly linked list is----

Creation

Insertion

Deletion

Insertion

Deletion

updation

Insertion

Deletion

Display

None