
Binary Trees A2 CS

Quiz
•
Computers
•
11th - 12th Grade
•
Hard
Ryan Coughlin
Used 5+ times
FREE Resource
23 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When adding a new node to a tree, which is not a pointer that you need
FreePtr
NewNodePtr
CurrentPtr
PreviousPtr
NextPtr
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
When initialising the tree, what should the LeftPtr field have as a value?
The next index in the list
NullPtr
The RootPtr
The size of the array
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#When adding a new node to the tree:
IF TurnedLeft = TRUE
THEN
Tree [________] .Left Pointer <- NewNodePtr
FreePtr
CurrentPtr
PreviousPtr
NullPtr
RootPtr
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#When adding a new node to the tree:
Tree[_______] .Data <- Newitem
FreePtr
CurrentPtr
PreviousPtr
NewNodePtr
RootPtr
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#When adding a new node to the tree:
WHILE ThisNodePtr <> ________// while not a leaf node
FreePtr
CurrentPtr
PreviousPtr
NullPtr
RootPtr
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#When adding a new node to the tree:
IF Tree[ThisNodePtr] .Data > Newitem THEN
TurnedLeft <- TRUE
ThisNodePtr <- Tree [________].LeftPointer
FreePtr
ThisNodePtr
PreviousPtr
NullPtr
RootPtr
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
#When adding a new node to the tree:
________ <- ThisNodePtr // remember this node
FreePtr
ThisNodePtr
PreviousPtr
NullPtr
RootPtr
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
First week of M3

Quiz
•
5th Grade - University
23 questions
PRG3-1 (JavaFX - úvod)

Quiz
•
10th - 12th Grade
25 questions
Client Server Model

Quiz
•
11th - 12th Grade
20 questions
Quiz - Kejuruan 3 - PPJ & PKPJ

Quiz
•
11th Grade
20 questions
Algorithm questions

Quiz
•
12th Grade - University
20 questions
Topologi Jaringan kls XI (1)

Quiz
•
11th Grade
20 questions
ONE 6th FORM A* & Dijkstras and complexities

Quiz
•
12th Grade
20 questions
Kuis Latihan SAS Topologi Jaringan

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade