0% found this document useful (0 votes)
939 views3 pages

Unit 4 Lesson 2 Activity Guide: : Explore The App On

The document provides instructions for a coding activity where students work with a partner to explore and explain an app that tracks and modifies temperature. In the activity, students investigate what is stored and changed in the app, explain sections of the app's code to each other, and modify the code so the temperature changes by two degrees with each button click instead of one.

Uploaded by

api-524141584
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
939 views3 pages

Unit 4 Lesson 2 Activity Guide: : Explore The App On

The document provides instructions for a coding activity where students work with a partner to explore and explain an app that tracks and modifies temperature. In the activity, students investigate what is stored and changed in the app, explain sections of the app's code to each other, and modify the code so the temperature changes by two degrees with each button click instead of one.

Uploaded by

api-524141584
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Names:

Unit 4 Lesson 2 Activity Guide


Complete this with your partner in class

Step 1​: Explore the app on ​Level 2 in Code Studio​.

Investigate the app and answer the following questions.

● What is being stored?

Number that show temperature

● What is being changed?

The temperature/ the number of the temperature


Step 2​: Explain the app on ​Level 3 in Code Studio​.
You will be assigned one section by your teacher to explain. Write your explanation in the
appropriate space below.

Which section were you assigned? Section 1

Section Line Numbers Our Explanation

1-12 It has the first bit off code to code the down arrow when
clicked on to lower the temperature number displayed.

Then, you will be assigned another group with the other section to explain. Once they have
explained it, write their explanations in the other space. When you meet, make sure that you
● Explain what your section does
○ My section controls the down arrow to lower the temperature
● Call out any lines of code you thought were interesting or confusing
○ Using the math to set the temperature
● Ask good questions about how their section works
○ What does your code do?

Modify

● Right now temperature changes by one degree when the buttons are clicked.
Modify the code so the temperature changes by two degrees when the buttons
are clicked.
Step 3: ​ Complete ​Level 4-6 in Code Studio​.

You might also like