Linked List Quiz (BSIS 2-B)

Linked List Quiz (BSIS 2-B)

University

35 Qs

quiz-placeholder

Similar activities

DS Quiz 1

DS Quiz 1

University

31 Qs

BUG-OFF

BUG-OFF

University

30 Qs

Linked List

Linked List

University

40 Qs

Data Structures Priliminary

Data Structures Priliminary

University

30 Qs

DSA QUIZ - 2 (17-06-23)

DSA QUIZ - 2 (17-06-23)

University

40 Qs

Data Structures and Algorithms Quiz

Data Structures and Algorithms Quiz

University

30 Qs

Battle With DSA

Battle With DSA

University

30 Qs

Struktur Data

Struktur Data

University

33 Qs

Linked List Quiz (BSIS 2-B)

Linked List Quiz (BSIS 2-B)

Assessment

Quiz

Computers

University

Hard

Created by

Janeth Ugang

Used 2+ times

FREE Resource

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.

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?