Linked Lists

Linked Lists

University

17 Qs

quiz-placeholder

Similar activities

Linked List and Arrays in JAVA

Linked List and Arrays in JAVA

University

16 Qs

Linked List (Chapter 2)

Linked List (Chapter 2)

University

15 Qs

Linked list 1

Linked list 1

University

20 Qs

Linked List

Linked List

KG - University

18 Qs

Data Structure Quiz1

Data Structure Quiz1

University

20 Qs

DS - Linked List - S1

DS - Linked List - S1

University

16 Qs

UTS - Struktur Data

UTS - Struktur Data

University

20 Qs

Fundamentals of Data Structures-Test 1-Unit-1

Fundamentals of Data Structures-Test 1-Unit-1

University

20 Qs

Linked Lists

Linked Lists

Assessment

Quiz

Computers

University

Medium

Created by

Mrs.C. Rathika

Used 483+ times

FREE Resource

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of this not about linked list ?

A nonlinear collection of data elements

It can be used to implement several other common abstract data types example stack, queue, tree

It use more memory than arrays because of the storage used by their pointers.

Each record of a linked list is often called an 'element' or 'node'

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which the following circular linked list

Media Image
Media Image
Media Image

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What advantage does a linked list have over an array?

A linked list can give you the data faster

It is easier to use

A linked list is not of a fixed size

It's better

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Nodes in a linked list contain two things

Direction and a pointer

Data and a pointer

A Pointer and a reference

A pointer and a node

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The situation when in a linked list START=NULL is

underflow

overflow

list full

saturated

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A linked list contains a list pointer variable _____that stores the address of the first node of the list.

Head

NULL

NEXT

LAST

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many fields does the node of a singly linked list has?

1

2

3

4

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?