Linked List

Linked List

Professional Development

15 Qs

quiz-placeholder

Similar activities

CSS

CSS

Professional Development

15 Qs

expresii

expresii

Professional Development

10 Qs

Lógica Python Revisão 1º Semestre

Lógica Python Revisão 1º Semestre

Professional Development

20 Qs

Evaluación de procesos 02

Evaluación de procesos 02

Professional Development

20 Qs

5. Control statement

5. Control statement

Professional Development

10 Qs

Evaluacion Continua 02 - Enero 2024

Evaluacion Continua 02 - Enero 2024

Professional Development

16 Qs

Révision HTML, CSS et JavaScript

Révision HTML, CSS et JavaScript

Professional Development

20 Qs

Arrays & Strings using C

Arrays & Strings using C

Professional Development

15 Qs

Linked List

Linked List

Assessment

Quiz

Computers

Professional Development

Hard

Created by

ESTHER VARMA

Used 736+ times

FREE Resource

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

The situation when in a linked list Head==NULL

is

Full

Empty

Half full

saturated

4.

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Complete the code in the red column

string info; int link;

int info; NodeType link;

int info; string link;

int info; NodeType * link;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is not correct?

List is a linear structure

There are 2 example of list, Array List & Linked List.

Array List is not an example of List

List contains a sequence of elements

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is value in the head -> next -> next below?

12

4600

1600

88

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?