Search Header Logo

Linked List Quiz (BSIS 2-B)

Authored by Janeth Ugang

Computers

University

Used 2+ times

Linked List Quiz (BSIS 2-B)
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Describe linked list.

It is a linear collection of data elements with fix size.

It is a linear collection of data elements with known size.

It is a linear collection of data elements with dynamic size.

It is a linear collection of data elements with static size.

2.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is node?

A node contains one or more data fields that point to the succeeding node.

A node contains only one data field that point to the next node.

A node always contains more than two data fields that point to the last node.

A node contains one or more data fields that always point to the head.

3.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

All statements are true about NULL except:

The NULL node is used to represent the end of the linked list.

If head is NULL, the linked list is empty.

The NULL node is used to represent the start of the linked list.

If head.next is NULL, the linked list has a single node.

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

What is dynamic memory allocation?

Process of allocating memory during program creation.

Process of allocating memory to the variables during runtime.

Process of allocating memory during program compilation.

Process of allocating memory to the variables during program creation.

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

All statements are true about singly linked list except:

The simplest type of linked list.

The node contains information/data and only one node which points to the next node in the linked list.

The traversal of data elements can be done only in one way going forward.

The traversal of data elements can be done only in one way going backward.

6.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Traversing a linked list means ___________.

accessing all the odd nodes of the linked list exactly once.

accessing all the even nodes of the linked list more than once.

accessing all the nodes of the linked list exactly once.

accessing all the nodes of the linked list more than once.

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Traversing a linked list means ___________.

accessing all the odd nodes of the linked list exactly once.

accessing all the even nodes of the linked list more than once.

accessing all the nodes of the linked list exactly once.

accessing all the nodes of the linked list more than once.

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?