Broadcast and Debugging Crossword Puzzle
QUESTIONS LIST: loop : a block of code that is repeated until a certain condition is met, debugging : the process of identifying and fixing errors in a program, repeat : a block in scratch used to repeat a set of instructions a specific number of times, code : a set of instructions written in a programming language that can be executed by a computer, cloning : the process of creating multiple copies of a sprite or object, logical : an operator in programming used to evaluate a condition as either true or false, comparison : an operator in programming used to compare two values or objects, wait : a block in scratch used to pause the program for a specified amount of time, variable : a named reference to a value or object in a program, else : a conditional statement in programming used to execute a block of code if the condition in an "if" statement is not met, while : a loop in programming used to execute a block of code repeatedly while a certain condition is true, debugger : a tool used to test and troubleshoot programs for errors, if : a conditional statement in programming used to execute a block of code if a certain condition is met, broadcast : a block in scratch used to send a message to other sprites.