Explain what touch develop is to your students:

Slides:



Advertisements
Similar presentations
How to install “bubble” fonts These fonts are used to create the Formative Assessment sheets.
Advertisements

Introduction to TouchDevelop
Introduction to TouchDevelop
LO: Learn how to develop your game further to include interactions with the device.
Learning to program using Minecraft. Learning Objective Know what Minecraft is and to explain some of it’s uses Build a simple house in creative mode.
Copyright ©: SAMSUNG & Samsung Hope for Youth. All rights reserved Tutorials Software: Building apps Suitable for: Advanced.
Go to the Roseville City School District Website and pull down the Employees menu. Then click Online Services. Scroll down until you see Global Scholar-
Python Programming Introduction to programming using python.
Scratch – Simple Programming
Bug Session Four. Session description Objectives Session activities summary Resources Prior knowledge of sequencing instructions using Bug Bug website.
Introduction to TouchDevelop
Python Programming Using Variables and input. Objectives We’re learning to build functions and to use inputs and outputs. Outcomes Build a function Use.
Section 1 Introduction National 4/5 Scratch Course.
Instructions for Administrators Choose the Enrollment slide decks that match your environment, either for SaaS or On Premise. Edit the red text to match.
Learning to program a turtle to build different structures.
Intro CS – Screens and Variables Lesson Plan 9. Goals  Using sprites as full screens (Start screen, Game over)  Using layering to control ordering of.
Getting started with the turtle Find the latest version of this document at
Introduction to Text Based Coding. We’re learning to explore how text based programming works You will display and enter text into a window You will use.
Programming a Shooter Game Design.
Introduction to TouchDevelop Lesson 3 – Comments & Lists Created by S. Johnson
Turtle Graphics Lesson 2 1. There are 3 homeworks to complete during the six lessons of this unit. Your teacher will let you know when a homework has.
 Learn the mechanics of using App Inventor to build apps.  Learn how to design an app’s user interface with the App Inventor Designer, and its behavior.
Learning to use a ‘For Loop’ and a ‘Variable’. Learning Objective To use a ‘For’ loop to build shapes within your program Use a variable to detect input.
Boxes. SOUNDBOARD Objective: Tap the boxes to play sounds! Demo:
Scratch Programming Cards
Development Environment
YEAR 12 COMPUTER SCIENCE.
Computer Programming.
Intro CS – Screens and Variables
Broadcasting (Adding a new level)
UNDERSTANDING YOUR COMPUTER
Intro CS – Loops & Creating Shapes
3.4 User Interfaces This tutorial will give you a first-hand experience of: Navigating the directory structure in a CLI and an unfamiliar GUI Running the.
Scratch Unit Overview We are going to look at computer programming and how to create your very own computer game The piece of software we will be using.
Computing.
Do it now activity Last lesson we used Flowol to create a solution to a problem a computer could solve. Identify what each symbol does:
Scratch – Simple Programming
Scratch – Simple Programming
Explain what touch develop is to your students:
APPLE TWO STEP VERIFICATION CHANGE PHONE NUMBER Please read the following presentation on any help on Apple two step verification change phone number.
Learning to program with Logo
Explain what touch develop is to your students:
MODULE 7 Microsoft Access 2010
Introduction to TouchDevelop
Explain what touch develop is to your students:
Log onto a computer first then ….
An Introduction to VEX IQ Programming with Modkit
Recap the basics Lesson 1.
Introduction to TouchDevelop
Getting Started with Google Applications
Explain what touch develop is to your students:
Hour of Code.
Cognitive Walkthrough
Navigating the RUN Mobile Demo NCSC Product Certification
Joining an eService Class.
Joining an eService Class.
ICT Gaming Lesson 3.
Explain what touch develop is to your students:
Explain what touch develop is to your students:
Explain what touch develop is to your students:
CSCI N207 Data Analysis Using Spreadsheet
Recap the basics Lesson 1.
Introduction to Python programming for KS3
How to organise your code
Mod 2 Lesson 2 Repeating with loops
Explain what touch develop is to your students:
Starter Which of these inventions is: Used most by people in Britain
With mrs Fenech & Mrs McDonald
How to give Student Voice Surveys
Presentation transcript:

Explain what touch develop is to your students: TouchDevelop is a programming environment that runs on your mobile devices. You write scripts by tapping on the screen. You do not need a separate PC or keyboard. Scripts can perform various tasks similar to regular apps. Any TouchDevelop user can install, run, edit, and publish scripts. You can share your scripts with other people by publishing them to the TouchDevelop script bazaar, or by submitting them as an app to the Windows Store or Windows Phone Store.

Learning Objective LO: We’re learning to write simple instructions to control a computer program Lesson Objective: - Students are learning how to develop a simple application which will move characters up and down and it will introduce them to the touch environment.

Setting Up Touch Develop Go to www.touchdevelop.com Sign in using a windows live ID. Click on the launch button in the middle of the screen. Click on the skill level button. Use the menu, to change it and click on coder. Walk your students through how to get logged on to the touch develop environment.

Setting Up Touch Develop Click on the Create Script button Scroll down and select Blank Turtle Walk your students through how to get logged on to the touch develop environment.

Turtle Power!!! Your turtle has some basic movement which controls it. Forward Back Left Turn Right Turn Your script already has some code built in. Click on the play button to see what happens? Discuss what happens with your students. Ask them questions. What would happen if you wanted to build a square? What would you change? Get your students to open the task sheet for the lesson. The first answer is given for them to help them along. They must then go and build the next shape.

Using Loops Sometimes it can get a bit annoying repeating bits of code. We can save ourselves the time. Click this button: You should notice your code become this: Replace the number for a repetition. Talk about what the students will be expected to achieve after their first lesson. This might take 2 lessons for some students but the help sheets will be attached to introduce this to younger students.

Example: Get students thinking about changing the number variables and get them to experiment and see the impact of this. This small piece of code will draw a triangle. Notice the repeat (3) times. How many do you think you would need for a Hexagon? What else would you need to change?

Main Task: - Your teacher has given you a work booklet to complete. Make sure that you evidence your code by taking screen shots and printing any evidence necessary. Get your students to work through the first week of exercises which will get them more comfortable with using the touch develop platform and it will get them more comfortable with loops.

What have you learnt? Your teacher has given you an assessment sheet. can you explain what you’ve learnt this lesson? Explain why you might use what you’ve learnt.