Search Header Logo

Linked list Quiz

Authored by sukanya jerusalem

Computers

University

Used 125+ times

Linked list Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The situation when in a linked list Head==NULL

is

Full

Empty

Half full

saturated

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Each node in a linked list has two

pairs of ………….. and ……………….

Link field and information field

Link field and avail field

Avail field and information field

Address field and link field

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In the above image what will be printed when Head->next->data?

83

9

27

Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

In the above image what will be printed when Head->next->next->data is displayed?

83

9

27

Error

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the condition to check whether linked

list is empty

Head->next==Null

Head->next->next==Null

temp->next==Null

Head==Null

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which node’s data will be printed when


“temp =temp->next” is executed 3 times and the initial value of temp is temp=head

Null

9

27

46

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

how many times should


“temp =temp->next” be executed in the image to get the value of "Null" when the initial value of temp is temp=head

1

2

3

4

Access all questions and much more by creating a free account

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?