Thermometer

Main Idea

Students are introduced to the concept of temperature, thermometer, Celsius and Fahrenheit. Use micro:bit as a thermometer and measure the class temperature.
Use micro:bit to translate degrees Celsius into the Fahrenheit scale.

CreatorSokol Iryna, Miksike OU
SubjectNatural Science, Geography, Computer Science
Length60 minutes
Pedagogical ApproachTechnology assisted
CompetencesCreative skills, Logical thinking, Computational thinking
Grades3th-4rd grade
TechnologiesMicro:bit, usb
Description

Αctivity 1 «Discussion»: The teacher asks the students
questions and discusses the answers:
• What is the sky like today?
• Were there any rainfall?
• Is there a wind today?
• Is it hot or cold today?
• At what temperature do you get cold?
• At what temperature do you get hot?
Αctivity 2 «Yes or no»: The teacher introduces students to
the concept of temperature and thermometer. Students fill out
a card:
Temperature measured by a ruler? Yes or no
A thermometer – a toy? Yes or no
Thermometer – a device for measuring temperature?
Yes or no
In thermometers use alcohol and mercury? Yes or no
Mercury – a tasty and healthy liquid? Yes or no
Αctivity 3 «Class temperature measurement» (The
instructions below): Students measure the temperature in the
classroom and discuss the results with the teacher.
Αctivity 4 «Fahrenheit scale» (The instructions below): The
teacher provides information about Fahrenheit. Students
build a program to measure temperature in the classroom and
translate it into a Fahrenheit scale.

Αctivity 3 «Class temperature measurement»

  1. Open a browser and go to: https://makecode.microbit.org
  2. Navigate to «New Project»
  3. Navigate to the «Variables» section and click the «Make a Variables» button.
  4. Create a variable «Temp»
  5. Select the Forever block in the Basic section.
  6. Go to the «Variables» section
  7. Go to the «Input» section. Select the «Temperature» block.
  8. Go to the «Basic» section. Select the «Show number» block.
  9. Go to the «Variables» section. Insert the Temp variable instead of 0.
  10. Connect micro: bit to your computer.
  11. Click the Download button.
  12. Send the downloaded application file to your micro:bit.
  13. See what temperature is in the class right now.

Αctivity 4 «Fahrenheit scale»

  1. Open a browser and go to: https://makecode.microbit.org
  2. Navigate to «New Project»
  3. Navigate to the «Variables» section and click the «Make a Variables» button.
  4. Create a variables «f» and «c»
  5. Select the Forever block in the Basic section.
  6. Go to the «Variables» section.
  7. Go to the «Input» section. Select the «Temperature» block.
  8. Go to the «Basic» section. Select the «Show number» block.
  9. Go to the «Variables» section. Insert the variable «f» instead of 0.
  10. Go to the «Variables» section.

    Change the variable «c» to «f».
  11. Go to the «Math» section.
  12. Go to the «Math» section.
  13. Go to the «Math» section.
  14. Put the variable “c” and the corresponding numbers.
  15. Connect micro:bit to your computer.
  16. Click the Download button.
  17. Send the downloaded application file to your micro:bit.
  18. See what temperature is in the class right now.

Leave a Reply

Discover more from Computational Thinking and Acting

Subscribe now to keep reading and get access to the full archive.

Continue reading