DS - Linked List

DS - Linked List

University

10 Qs

quiz-placeholder

Similar activities

AS Computing: Data Structures

AS Computing: Data Structures

10th Grade - University

15 Qs

Unit 2 - AI by Prof. R. Rajkumar

Unit 2 - AI by Prof. R. Rajkumar

University

15 Qs

Quiz despre B+ Tree

Quiz despre B+ Tree

University

10 Qs

Data structures

Data structures

University

9 Qs

BCSC0006 - Quiz 4 - Linked List & Stacks

BCSC0006 - Quiz 4 - Linked List & Stacks

University

10 Qs

KofiNketiaAckaahGyasi_CSCI2380_03Pre2

KofiNketiaAckaahGyasi_CSCI2380_03Pre2

University

10 Qs

FOS Ch.1 PArt 4 (QUIZ 4)

FOS Ch.1 PArt 4 (QUIZ 4)

University

8 Qs

Quiziz C++

Quiziz C++

University

12 Qs

DS - Linked List

DS - Linked List

Assessment

Quiz

Computers

University

Medium

Created by

Sudeep Manohar

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

A variant of linked list in which last node of the list points to the first node of the list is?

Singly linked list

Doubly linked list

Circular linked list

Multiply linked list

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

In doubly linked lists, traversal can be performed?

Only in forward direction

Only in reverse direction

In both directions

None

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is not a type of Linked List ?

Singly Linked List

Doubly Linked List

Hybrid Linked List

Circular Linked List

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Linked list is generally considered as an example of _________ type of memory allocation.

Static

Dynamic

Compile Time

None of these

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Each Node contain minimum two fields one field called data field to store data. Another field is of type _________.

Pointer to Node

Pointer to an Integer

Pointer to Character

Pointer to Class

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does a linked list use to store it's data?

Node

Step

Array

Module

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Traversal of a linked list always starts from the __________.

First Node

Middle Node

Last Node

None of the Above

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?