Computer Science Principals 2

DLT:Use variables to store informationInitialize a variableReassign values to variablesUse the results of functions in their codeRequest user input and respond using the input Vocabulary:Variable: Variables are used to store values at a named loca...
DLT:Use Python instructions to display different valuesCombine multiple instructions to create short computer programsDocument their code with comments to explain what they are doingAnalyze the error messages that appear after executing codeFix sy...
DLT:Use the counter pattern to increment or decrement sprite propertiesIdentify which sprite properties need to be changed, and in what way, to achieve a specific movementUse new code blocks to repair a virtual machineCreate a virtual soundboard b...
DLT:Explain how the draw loop allows for the creation of animations in Game LabUse the draw loop in combination with the randomNumber() command, shapes, and sprites to make simple animationsUse code blocks to program Actors to send and receive mes...
DLT:Use nested loops to program Actors to have multiple livesUse code blocks to solve a puzzle moduleCreate a game with a boss battle Vocabulary:Nested loop: A structure where one loop contains one or more loops Activities:Tynker 301: Nested Loops...