PDS - 04225 Lists, Stacks and Queues - Chapter 5

PDS - 04225 Lists, Stacks and Queues - Chapter 5

University

10 Qs

quiz-placeholder

Similar activities

Alabi, Kolade, CSCI-2380-01P, PRE

Alabi, Kolade, CSCI-2380-01P, PRE

University

15 Qs

M3-1

M3-1

University

15 Qs

Linked List (Chapter 2)

Linked List (Chapter 2)

University

15 Qs

User-Defined DS

User-Defined DS

University

15 Qs

DS(Part2)-After

DS(Part2)-After

University

11 Qs

Data Structures - Training: Quiz 1

Data Structures - Training: Quiz 1

University

11 Qs

DS Quiz1

DS Quiz1

University

10 Qs

Data structures

Data structures

University

12 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?