Data Structures - Lists & Trees

Data Structures - Lists & Trees

10th Grade

25 Qs

quiz-placeholder

Similar activities

Data Representation (Computer science)

Data Representation (Computer science)

9th - 12th Grade

21 Qs

Binary & Data

Binary & Data

9th - 12th Grade

20 Qs

Binary, Hex & Pixelation

Binary, Hex & Pixelation

10th Grade

21 Qs

computer memory and storage

computer memory and storage

10th - 11th Grade

20 Qs

Bits, Bytes, and Binary

Bits, Bytes, and Binary

9th - 12th Grade

25 Qs

List and Tuples

List and Tuples

9th - 12th Grade

22 Qs

AQA GCSE Computer Science - 3.2.6 Data structures

AQA GCSE Computer Science - 3.2.6 Data structures

8th - 10th Grade

20 Qs

Strings, Lists & Tuples

Strings, Lists & Tuples

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