Edit, format pass for 'gravity' lesson (#660)

* Edit, format pass for 'gravity' lesson

* Replace plonk image
This commit is contained in:
Galen Nickel
2018-02-16 12:22:24 -08:00
committed by GitHub
parent 3a0756fa5a
commit 0f86df0100
4 changed files with 42 additions and 40 deletions

View File

@ -6,37 +6,39 @@
Develop and use a model to describe the role of gravity and inertia in orbital motions of objects
in our solar system. As you read, focus on systems, an organized group of related objects. In this
section, it is important to examine how the objects in our solar system are affected by gravity and inertia.Most of the objects that are part of our solar system are constantly orbiting the Sun, the
star of our solar system. Mass is a measure of the amount of matter in an object. Everything that has mass also has gravity. Gravity is the attraction of one particle or body to another. You have gravity. Your pencil has gravity. Larger masses have a stronger gravitational force, or the measurement of the pull of gravity, than smaller masses.
section, it is important to examine how the objects in our solar system are affected by gravity and inertia. Most of the objects that are part of our solar system are constantly orbiting the Sun, the star of our solar system. Mass is a measure of the amount of matter in an object. Everything that has mass also has gravity. Gravity is the attraction of one particle or body to another. You have gravity. Your pencil has gravity. Larger masses have a stronger gravitational force, or the measurement of the pull of gravity, than smaller masses.
![Two micro:bit showing 0 and 6](/static/courses/ucp-science/gravity/06.png)
![Force arrow pushing down on the earth](/static/courses/ucp-science/gravity/push-down.jpg)
The greater the mass of an object, the greater the gravitational pull it has on other objects. (ck12.org. Sixth Grade Science, p 26) https://eq.uen.org/emedia/items/dae58176-b839-4b26-87e4-09ca5ed98875/1/Grade6RS.pdf)
The greater the mass of an object, the greater the gravitational pull it has on other objects ([ck12.org - Sixth Grade Science, Gravity and Inertia, p 26](https://eq.uen.org/emedia/items/dae58176-b839-4b26-87e4-09ca5ed98875/1/Grade6RS.pdf)).
## Project Goal
Give students real world experience with coding, collecting data, analyzing data, and reporting results using MakeCodes block programming and a microbit with its sensors.
Give students real world experience with coding, collecting data, analyzing data, and reporting results using MakeCodes block programming and a @boardname@ with its sensors.
## Prior Knowledge
Students need to have a basic knowledge of how to code using block style programming (Microbit using the [Windows 10 MakeCode app](https://www.microsoft.com/store/productId/9PJC7SV48LCX)) and download a program to a microbit.
Students need to have a basic knowledge of how to code using block style programming (@boardname@ using the [Windows 10 MakeCode app](https://www.microsoft.com/store/productId/9PJC7SV48LCX)) and download a program to a @boardname@.
## Student Outcomes
Students will:
* create experiments to collect data using microbits and the acceleration sensor on them.
* setup different experiments to observe the gravity effect.
* code the microbits to collect data remotely over the microbit radios.
* analyze the data collected.
* Create experiments to collect data using @boardname@s and the acceleration sensor on them.
* Setup different experiments to observe the gravity effect.
* Code the @boardname@s to collect data remotely over the @boardname@ radios.
* Analyze the data collected.
### Materials Needed
* 2 microbits with batteries connected
* A longer USB microbit cable
* 2 @boardname@s with batteries connected
![Two micro:bit showing 0 and 6](/static/courses/ucp-science/gravity/06.png)
* A longer USB @boardname@ cable
* [MakeCode for micro:bit Windows App](https://www.microsoft.com/store/productId/9PJC7SV48LCX)
* Spreadsheet for data analysis
* Padding for one microbit for gravity testing
* Padding for one @boardname@ for gravity testing
<br/>