Data Structures - Lists & Trees

Data Structures - Lists & Trees

10th Grade

25 Qs

quiz-placeholder

Similar activities

Dictionary in Python

Dictionary in Python

10th - 12th Grade

20 Qs

Q4 NDGM Thunkable Reviewer

Q4 NDGM Thunkable Reviewer

10th Grade

20 Qs

Pre Test Penglamatan Jaringan Pertemuan 2

Pre Test Penglamatan Jaringan Pertemuan 2

10th Grade

20 Qs

8525 Python Questions

8525 Python Questions

10th Grade

24 Qs

Struktur Data

Struktur Data

9th - 12th Grade

20 Qs

2.3 Robust Programs MCQs L2

2.3 Robust Programs MCQs L2

10th - 11th Grade

20 Qs

Cambridge Nationals LO3

Cambridge Nationals LO3

10th Grade

20 Qs

BERPIKIR KOMPUTASIONAL

BERPIKIR KOMPUTASIONAL

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?