PDS - 04225 Lists, Stacks and Queues - Chapter 5

PDS - 04225 Lists, Stacks and Queues - Chapter 5

University

10 Qs

quiz-placeholder

Similar activities

Data Structures Quiz

Data Structures Quiz

University

10 Qs

DS Module 3 Linked List

DS Module 3 Linked List

University

15 Qs

Data Structure

Data Structure

University

14 Qs

Data Structure Quiz 2

Data Structure Quiz 2

University

9 Qs

DS UNIT-2 TEST-3

DS UNIT-2 TEST-3

University

10 Qs

Pre-Test on List Data Structure | DSA

Pre-Test on List Data Structure | DSA

University

8 Qs

DSA-Quiz1

DSA-Quiz1

University

12 Qs

Linked List

Linked List

University

14 Qs

PDS - 04225 Lists, Stacks and Queues - Chapter 5

PDS - 04225 Lists, Stacks and Queues - Chapter 5

Assessment

Quiz

Computers

University

Easy

Created by

Rafael Orta

Used 285+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given a list with items 40, 888, -3, 2, what does GetLength(list) return?

4

Fails

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many nodes will ListSearch visit when searching for 54?

6

7

4

3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many nodes will ListSearch visit when searching for 48?

0

6

3

1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What value does ListSearch return if the search key is not found?

5

1

null

6

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each node in a doubly-linked list contains data and _____ pointer(s).

1

2

None

3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given a doubly-linked list with nodes 20, 67 and 11, node 20 is the _____.

Head

Tail

CurPointer

Next

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given a doubly-linked list with nodes 4, 7, 5, 1, node 7's previous pointer points to node _____.

4

5

1

null

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?