Linked List (Chapter 2)

Linked List (Chapter 2)

University

15 Qs

quiz-placeholder

Similar activities

Quiz IT Audit 7 Gabungan

Quiz IT Audit 7 Gabungan

University

10 Qs

BB

BB

University

10 Qs

Understanding Email, Contacts and Calendaring

Understanding Email, Contacts and Calendaring

University

10 Qs

ICT 0513 - Chapter 4 : System Unit

ICT 0513 - Chapter 4 : System Unit

University

15 Qs

Pra UPS 2

Pra UPS 2

University

20 Qs

STM 2013 : FORMATIF T3-FORM & REPORT

STM 2013 : FORMATIF T3-FORM & REPORT

University

20 Qs

Tes Awal Modul 5 CC

Tes Awal Modul 5 CC

University

10 Qs

From Binary To Denary Conversion - IGCSE

From Binary To Denary Conversion - IGCSE

7th Grade - Professional Development

20 Qs

Linked List (Chapter 2)

Linked List (Chapter 2)

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Liney Lend

Used 200+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What advantage does a linked list have over an array?

Size of the list doesn't need to be mentioned at the beginning of the program

You can add or remove elements from the middle of the list.

The linked list doesn't have a size limit

All of these are true.

2.

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be printed when Head->next->data are executes as in the above image?

83

9

27

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the operation of the below statements?

Create a new node for a linked list

Insert a new node to the front of a linked list

Delete a new node from a linked list

Insert a new node to the end of the linked list

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which the following double linked list

Media Image
Media Image
Media Image
Media Image

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many fields the doubly linked list would have in a node?

1

2

3

4

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What differentiates a circular linked list from a normal linked list?

You cannot have the ‘next’ pointer point to null in a circular linked list

It is faster to traverse the circular linked list

You may or may not have the ‘next’ pointer point to null in a circular linked list

Head node is known in circular linked list

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?