Updating search results...

Search Resources

22 Results

View
Selected filters:
  • program
10 for the Win!
Only Sharing Permitted
CC BY-NC-ND
Rating
0.0 stars

Title:  10 for the Win!Grade: Kindergarten Overall Goal: To have students be able to count by multiples of 10 and comprehend the idea of a sequence of steps involved in a process.  StandardsLearning ObjectiveAssessment5d Students understand how automation works and use algorithmic thinking to develop a sequence of steps to create and test automated solutions. K.NS.1: Count to at least 100 by ones and tens and count on by one from any number.Students will be able to program the beebots to go the correct distance. Students will be able to count to 100 by tens.The students will have to use the beebots to move forward the correct amount of steps. The students will have the squares the beebot travels represent sets of 10.  Key Terms & Definitions: Sequence- certain order in which steps flowSkip counting- skipping numbers while counting, counting by multiples Number line- line which shows number in order, often marked at intervalsProgram- provide machine with coded instructions to perform task  Lesson Introduction (Hook, Grabber): 10 Students will paint hands and stamp them on paper! Each set of hands will represent a set of 10. We will do this all the way up to 100. This paper will be hung in the front of the classroom as a reminder of multiples of 10. Lesson Main:After hanging up our poster with the hands displaying multiples of 10, the teacher would count with the class by 10’s all the way up to 100, while referring to the poster so they can follow along.We will also pass out a number line to the students that highlights 10’s so they have a reference if they struggle.We will make a number line and write multiples of 10 along the side. We will measure out the space between numbers so that it is equal to the length the Beebot travels for each time the button is pushed. For example, if the student wanted to get to 30, they would have to know that you count up by saying “10, 20,30” and they would need to press the forward button on the Beebot 3 times. Each press of the button is a multiple of 10. For this activity, the teacher will break up the students into small groups and they will work together. They will draw a card which will have a multiple of 10 on it ranging from 10-100. The students will have to decide how many 10’s it takes to count up to that number, as well as how many times they will need to program the Beebot to reach the answer on the number line.   Lesson Ending:For the lesson ending, we will regroup as a class and talk about how we felt the Beebot activity went. Then we will count together by 10’s up to 100 again to reiterate what we have been learning. Lastly, we will pass out a worksheet to the students which we have included a link to under our resources, and have them complete it individually. This will give us an idea of the students understanding of this concept and can be used for our assessment.  Assessment Rubric: GreatAveragePoorIndicatorDescriptionDescriptionDescriptionHand Cut-outsStudent participated in the tracing and cutting out of hands.Student partially participated in the tracing and cutting out of hands.Student failed to participate in the tracing and cutting out of hands.Beebot activityStudent was able to successfully move the Beebot to correct answer.Student was able to move the Beebot, but not to the correct answer.Student was unable to move the Beebot and was unable to correctly answer.WorksheetStudent was able to correctly fill out the entire worksheet.Student was able to fill out 70% of the worksheet.Student was unable to fill out at least 70% of the worksheet.  Resources / Artifacts: Number line for students https://www.helpingwithmath.com/printables/others/lin0301number11.htmWebsite which has handprint idea on it https://www.theclassroomkey.com/2016/02/big-list-skip-counting-activities.htmlLesson assessment used in the lesson ending https://www.pinterest.com/pin/287597126178910688  Differentiation:       Differentiation for ability levelsIf a student really struggled with math skills, we could place them in a group with stronger math students. We could also offer an alternative activity for the Beebot timeline where we made the timeline go up by smaller multiples. For the worksheet, they could receive a longer amount of time to work on it and have directions read to them/receive help as needed.        Differentiation for access & resourcesIf the school had limited resources and did not have access to these robots, they could use other tools like toy cars or something they could use to roll to the spots on the timeline. The game could be altered to fit a large variety of resources. The worksheet we used was found online but a similar version could be created by the teacher. Anticipated Difficulties: Some students might struggle with the concept of skip counting. It may be hard at first for them to remember the multiples of 10. Hopefully by making a poster and providing them with their own number line for reference, this will eliminate some potential difficulties the students may have. 

Subject:
Mathematics
Material Type:
Lesson Plan
Author:
Carmen Blackley
Date Added:
11/28/2017
How Do You Make Loops and Switches?
Read the Fine Print
Educational Use
Rating
0.0 stars

Students learn how to program using loops and switches. They see how loops enable us to easily and efficiently tell a computer to keep repeating an operation. They also see that switches permit programs to follow different instructions based on whether or not preconditions are fulfilled. Using the LEGO MINDSTORMS(TM) NXT robots, sensors and software, student pairs perform three mini programming activities using loops and switches individually, and then combined. With practice, they incorporate these tools into their programming skill sets in preparation for the associated activity. A PowerPoint® presentation, pre/post quizzes and worksheet are provided.

Subject:
Applied Science
Computer Science
Engineering
Material Type:
Lesson Plan
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Pranit Samarth
Riaz Helfer
Satish S. Nair
Date Added:
09/18/2014
How Do You Make a Program Wait?
Read the Fine Print
Educational Use
Rating
0.0 stars

Building on the programming basics learned so far in the unit, students next learn how to program using sensors rather than by specifying exact durations. They start with an examination of algorithms and move to an understanding of conditional commands (until, then), which require the use of wait blocks. Working with the LEGO MINDSTORMS(TM) NXT robots and software, they learn about wait blocks and how to use them in conjunction with move blocks set with unlimited duration. To help with comprehension and prepare them for the associated activity programming challenges, volunteer students act out a maze demo and student groups conclude by programming LEGO robots to navigate a simple maze using wait block programming. A PowerPoint® presentation, a worksheet and pre/post quizzes are provided.

Subject:
Applied Science
Computer Science
Engineering
Material Type:
Lesson Plan
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Pranit Samarth
Riaz Helfer
Satish S. Nair
Date Added:
09/18/2014
Let's Take a Slice of Pi
Read the Fine Print
Educational Use
Rating
0.0 stars

Working as a team, students discover that the value of pi (3.1415926...) is a constant and applies to all different sized circles. The team builds a basic robot and programs it to travel in a circular motion. A marker attached to the robot chassis draws a circle on the ground as the robot travels the programmed circular path. Students measure the circle's circumference and diameter and calculate pi by dividing the circumference by the diameter. They discover the pi and circumference relationship; the circumference of a circle divided by the diameter is the value of pi.

Subject:
Applied Science
Computing and Information
Engineering
Mathematics
Technology
Material Type:
Activity/Lab
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Carole Chen
Michael Hernandez
Date Added:
09/18/2014
Navigating a Maze
Read the Fine Print
Educational Use
Rating
0.0 stars

Using new knowledge acquired in the associated lesson, students program LEGO MINDSTORMS(TM) NXT robots to go through a maze using movement blocks. The maze is created on the classroom floor with cardboard boxes as its walls. Student pairs follow the steps of the engineering design process to brainstorm, design and test programs to success. Through this activity, students understand how to create and test a basic program. A PowerPoint® presentation, pre/post quizzes and worksheet are provided.

Subject:
Applied Science
Career and Technical Education
Electronic Technology
Engineering
Material Type:
Activity/Lab
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Pranit Samarth
Riaz Helfer
Satish S. Nair
Date Added:
09/18/2014
Ortaokullarda Çoklu Karar Yapıları İçeren Programlar Oluşturma
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

Ortaokul 6. sınıf öğrencileri için hazırlanmış bir "Çoklu Karar Yapıları" barındıran programdır. Scratcth uygulaması kullanılarak bir oyun tasarlanması istenir. Bu oyunun amacı, yukarıdan düşen bir nesneyi aşağıdaki karaktarin yakalaması ve puan kazanmasıdır. Düşürülen her nesne için puan kaybedilir. 

Subject:
Computer Science
Material Type:
Lesson Plan
Author:
Halit BOZKURT
Date Added:
06/28/2021
Passing the Bug
Read the Fine Print
Educational Use
Rating
0.0 stars

Students apply concepts of disease transmission to analyze infection data, either provided or created using Bluetooth-enabled Android devices. This data collection may include several cases, such as small static groups (representing historically rural areas), several roaming students (representing world-travelers), or one large, tightly knit group (representing urban populations). To explore the algorithms to a deeper degree, students may also design their own diseases using the App Inventor framework.

Subject:
Applied Science
Computing and Information
Education
Engineering
Life Science
Material Type:
Lesson Plan
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Douglas Bertelsen
Date Added:
09/18/2014
Precedents in Critical Practice
Conditional Remix & Share Permitted
CC BY-NC-SA
Rating
0.0 stars

This course provides students with the opportunity to develop a map of contemporary architectural practice and discourse. The seminar examines six themes in terms of their recent history: city and global economy, urban plan and map of operations, program and performance, drawing and scripting, image and surface, and utopia and projection. Students will study buildings and read relevant texts in order to place recent architectural projects in disciplinary and cultural context.

Subject:
Applied Science
Architecture and Design
Arts and Humanities
Material Type:
Full Course
Provider:
MIT
Provider Set:
MIT OpenCourseWare
Author:
Miljački, Ana
Date Added:
09/01/2012
Program Analysis Using App Inventor
Read the Fine Print
Educational Use
Rating
0.0 stars

In computer science, program analysis is used to determine the behavior of computer programs. Flow charts are an important tool for understanding how programs work by tracing control flow. Control flow is a graphical representation of the logic present in the program. In this lesson, students learn about, design and create flow charts for different scenarios, including a game based on the Battleship® created by Hasbro©. In the associated activity, Flow Charting App Inventor, students apply their knowledge from this lesson and gain experience with a software application called App Inventor. This lesson and its associated activity can be stand-alone or used as a launching point for the Android Acceleration Application unit or any lesson involving App Inventor.

Subject:
Applied Science
Computer Science
Computing and Information
Engineering
Material Type:
Lesson Plan
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Brian Sandall
Rich Powers
Date Added:
09/18/2014
Python Calculus
Read the Fine Print
Educational Use
Rating
0.0 stars

Students analyze a cartoon of a Rube Goldberg machine and a Python programming language script to practice engineering analysis. In both cases, they study the examples to determine how the different systems operate and the function of each component. This exercise in juxtaposition enables students to see the parallels between a more traditional mechanical engineering design and computer programming. Students also gain practice in analyzing two very different systems to fully understand how they work, similar to how engineers analyze systems and determine how they function and how changes to the system might affect the system.

Subject:
Applied Science
Computing and Information
Education
Engineering
Mathematics
Trigonometry
Material Type:
Lesson Plan
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Brian Sandall
Scott Burns
Date Added:
09/18/2014
Python Script Analysis
Read the Fine Print
Educational Use
Rating
0.0 stars

Working in small groups, students complete and run functioning Python codes. They begin by determining the missing commands in a sample piece of Python code that doubles all the elements of a given input and sums the resulting values. Then students modify more advanced Python code, which numerically computes the slope of a tangent line by finding the slopes of progressively closer secant lines; to this code they add explanatory comments to describe the function of each line of code. This requires students to understand the logic employed in the Python code. Finally, students make modifications to the code in order to find the slopes of tangents to a variety of functions.

Subject:
Applied Science
Computing and Information
Education
Engineering
Mathematics
Trigonometry
Material Type:
Activity/Lab
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Brian Sandall
Scott Burns
Date Added:
09/18/2014
Resources and Activities from Polar Research Projects
Conditional Remix & Share Permitted
CC BY-SA
Rating
0.0 stars

This article provides an overview of educational resources available from polar research programs.

Subject:
Applied Science
Environmental Science
Material Type:
Reading
Provider:
Ohio State University College of Education and Human Ecology
Provider Set:
Beyond Penguins and Polar Bears: An Online Magazine for K-5 Teachers
Author:
Jessica Fries-Gaither
Date Added:
10/17/2014
Simulating the Bug
Read the Fine Print
Educational Use
Rating
0.0 stars

Students modify a provided App Inventor code to design their own diseases. This serves as the evolution step in the software/systems design process. The activity is essentially a mini design cycle in which students are challenged to design a solution to the modification, implement and test it using different population patterns The result of this process is an evolution of the original app.

Subject:
Applied Science
Computer Science
Engineering
Material Type:
Activity/Lab
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Douglas Bertelsen
Date Added:
09/18/2014
Using Waits, Loops and Switches
Read the Fine Print
Educational Use
Rating
0.0 stars

Students are given a difficult challenge that requires they integrate what they have learned so far in the unit about wait blocks, loops and switches. They incorporate these tools into their programming of the LEGO MINDSTORMS(TM) NXT robots to perform different tasks depending on input from a sound sensor and two touch sensors. This activity helps students understand how similar logic is implemented for other every day device operations via computer programs. A PowerPoint® presentation, pre/post quizzes and worksheet are provided.

Subject:
Applied Science
Career and Technical Education
Electronic Technology
Engineering
Material Type:
Activity/Lab
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Pranit Samarth
Riaz Helfer
Satish S. Nair
Date Added:
09/18/2014
Wait Program!
Read the Fine Print
Educational Use
Rating
0.0 stars

After completing the associated lesson, students test their understanding in two programming tasks that utilize LEGO MINDSTORMS(TM) NXT robots and sound/touch sensors. In the first challenge, students become acquainted with wait blocks by designing programs to simply make robots move forward until "hearing" a noise, and then turn left. The second, more challenging activity pushes students to fully understand the potential of wait blocks. They create programs that make the robots change speed several times when a touch sensor is pressed. Students gain practice in the iterative design-program-test-redesign process. A PowerPoint® presentation, pre/post quizzes and worksheet are provided.

Subject:
Applied Science
Career and Technical Education
Electronic Technology
Engineering
Material Type:
Activity/Lab
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Pranit Samarth
Riaz Helfer
Satish S. Nair
Date Added:
09/18/2014
What Is a Computer Program?
Read the Fine Print
Educational Use
Rating
0.0 stars

Through four lesson and four activities, students are introduced to the logic behind programming. Starting with very basic commands, they develop programming skills while they create and test programs using LEGO MINDSTORMS(TM) NXT robots. Students apply new programming tools move blocks, wait blocks, loops and switches in order to better navigate robots through mazes. Through programming challenges, they become familiar with the steps of the engineering design process. The unit is designed to be motivational for student learning, so they view programming as a fun activity. This unit is the third in a series. PowerPoint® presentations, quizzes and worksheets are provided throughout the unit.

Subject:
Applied Science
Computer Science
Engineering
Material Type:
Full Course
Unit of Study
Provider:
TeachEngineering
Provider Set:
TeachEngineering
Author:
Pranit Samarth
Riaz Helfer
Sachin Nair
Satish S. Nair
Date Added:
09/18/2014