Identifying and fixing problems in code
What is debugging?
The coding language taught in 9th grade at Casti
What is Java?
The data type for a whole number
What is an integer?
Repeating a block of code over and over again
What is looping/a loop?
A high-level language with clean syntax often recommended for beginners
What is Python?
A data type that can only have a value of true or false
What is a boolean?
A piece of code that you can call over and over again to do a specific task
What is a function?
A beginner-friendly block coding platform that uses blocks that snap together instead of text
What is Scratch?
A sequence of characters
What is a string?
Digital information stored as a sequence of 0s and 1s
What is binary?
The language most used to structure and create websites on the web.
What is HTML?
The absence of a data type
What is void/none/null?
The set of rules dictating how code must be formatted to be able to run.
What is syntax?
The foundational lower-level language that shares its name with an English letter
What is C?
The group of the most basic data types, including integers and characters.
What are primitive data types?