60 likes | 182 Vues
This week's physics curriculum integrates programming skills, focusing on variables and basic code execution. On Monday, students will explore code debugging with messages and numerical values. By Tuesday, they'll create code to display "Just Keep Swimming" continuously. Wednesday's lesson builds foundational knowledge by defining what a variable is. Thursday dives deeper into variables, identifying the four main types. Finally, students will write a simple loop to display a counting sequence from 1 to 5 on Friday, reinforcing their understanding of programming in physics.
E N D
Openers 5-5 to 5-9 Physics
Monday What would be displayed by the following code? DEBUG “I am “ DEBUG 65 DEBUG “ big 66”
Tuesday Write the code for the chip to say Just Keep Swimming, then a new line, and then repeat forever.
Wednesday What is a variable?
Thursday What are the four types of variables?
Friday Write the code to display on the screen Count 1 Count 2 Count 3 Count 4 Count 5