This guest speaker does 3D printing
Who is Diana?
An algorithm that puts the elements of a list or array in a certain order
What is a sorting algorithm?
The most basic python function that shows the value of an expression
What is the print function?
The spelling or grammar of a programming language
What is syntax?
The official name of Coronavirus
What is Covid-19?
This person is on the first slide of the Searching Algorithms presentation
Who is Waldo?
The algorithm where you look through every item in a list until you find what you are looking for
What is linear search?
What is the output when you run this line of code: “print(10 + “2”)”
What is an Error/TypeError?
The acronym “IDE” stands for
What is “Integrated Development Environment?
The president of Boston University
Who is Robert Brown?
This professor teaches at both Boston University and Harvard University
Who is Dave Sullivan?
Algorithm that sorts smaller sublists before forming the sorted list
What is merge sort?
“print()” and “input()” are these types of Python functions
What are built-in functions?
The name of the data type that represents fractions and decimals
What is a float?
Artemis is the Greek Goddess of
What is hunting?
This coordinator’s favorite color is lime green
Who is Kristen?
Sorting algorithm that compares adjacent pairs and swaps the values
What is bubble sort?
This function stops the animation of the turtle drawing
What is tracer(0)?
A block of programming that analyzes parameters and chooses which options to use based on given parameters
What is a control structure?
The person who has the most followers on Tiktok
Who is Charli D'Amelio?
This person created Python
Who is Guido van Rossum?
Search algorithm that finds a specific item in a list that is already in order
What is binary search?
The order of inputs for the function t.write
What is message, move, align, font?
The word for merging strings together
What is concatenation?
Twin sister of the Greek Goddess Artemis
Who is Apollo?