Data Structures - Lists & Trees

Data Structures - Lists & Trees

10th Grade

25 Qs

quiz-placeholder

Similar activities

Computer Science: Chapter 2 Test Review

Computer Science: Chapter 2 Test Review

9th - 12th Grade

20 Qs

Topologi Jaringan

Topologi Jaringan

10th - 12th Grade

20 Qs

Latihan Informatika Kelas 9

Latihan Informatika Kelas 9

9th Grade - University

20 Qs

PH 1 BERPIKIR KOMPUTASIONAL

PH 1 BERPIKIR KOMPUTASIONAL

9th Grade - University

20 Qs

Grade 10 review

Grade 10 review

10th Grade

25 Qs

Season 4 #Spaic Machine learning Weekly Quiz

Season 4 #Spaic Machine learning Weekly Quiz

KG - Professional Development

20 Qs

Unit 1 - Problem Solving with AI Vocabulary

Unit 1 - Problem Solving with AI Vocabulary

10th Grade

20 Qs

Databases / Christmas

Databases / Christmas

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