Data Structures - Lists & Trees

Data Structures - Lists & Trees

10th Grade

25 Qs

quiz-placeholder

Similar activities

CSD Unit 5, Chapter 1 Review

CSD Unit 5, Chapter 1 Review

6th - 12th Grade

25 Qs

Data Representation

Data Representation

9th Grade - University

20 Qs

AP CSP Vocab #1

AP CSP Vocab #1

9th - 12th Grade

20 Qs

AQA GCSE Computer Science - 3.2.6 Data structures

AQA GCSE Computer Science - 3.2.6 Data structures

8th - 10th Grade

20 Qs

Data Structures

Data Structures

9th - 12th Grade

21 Qs

Strings, Lists & Tuples

Strings, Lists & Tuples

9th - 12th Grade

20 Qs

2.1 Algorithms

2.1 Algorithms

10th - 12th Grade

20 Qs

Data Representation

Data Representation

10th Grade

20 Qs

Data Structures - Lists & Trees

Data Structures - Lists & Trees

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Simon Graham

Used 238+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

_________________ is a collection of elements used to store the same type of data.
Array
Switch
Case
Loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a Type of Data Structures?
Arrays
Tables
Stacks
Trees

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This structure uses a pointer to link nodes.

Variable

Link List

Pointer

Trees

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Media Image
In this tree, where would the new value "7" be placed?
On the left "leaf" of "4"
On the right "leaf" of "6"
On the left "leaf" of "15"
Over the top of the current number "5"

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

For a ordered list of 11 items, how many comparisons will a linear search need before it knows that a value in NOT in the list?
12
11
6
4

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For a linked list, what meta-data will need to be stored with each data entry?
The Name of the list
The address of the current data entry
The address of the next data entry in the list
The meaning of life

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

The following array is created in a program: " DIREWOLVES = ["Nymeria","Shaggy Dog","Ghost","Lady","Grey Wind","Summer"]


What is the item stored in DIREWOLVES [2] ?

"Shaggy Dog"

"Ghost"

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?