C++ linked list

C++ linked list

University

10 Qs

quiz-placeholder

Similar activities

Linkedlist

Linkedlist

University

10 Qs

Struktur Data

Struktur Data

University

10 Qs

Data Structures - Training: Quiz 1

Data Structures - Training: Quiz 1

University

11 Qs

Linked List - Implementation

Linked List - Implementation

University

15 Qs

Linked List

Linked List

University

14 Qs

Linked List (Chapter 2)

Linked List (Chapter 2)

University

15 Qs

DS Quiz1

DS Quiz1

University

10 Qs

Quiz - Linked list

Quiz - Linked list

University

14 Qs

C++ linked list

C++ linked list

Assessment

Quiz

Computers

University

Hard

Created by

Shyamala Nadarajan

Used 28+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A linked list is called "linked" because each node in the series has a pointer that points to the next node in the list.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If there are no nodes in a linked list, you cannot append a node to the list

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A linked list can grow and shrink as a program runs.

True

False

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The __________ points to the first node in a linked list.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

A data structure that points to an object of the same type as itself is known as a(n)

__________ data structure.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

After creating a linked list’s head pointer, you should make sure it points to __________

before using it in any operations.

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

__________ a node means adding it to the end of a list.

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?