Perttu Pyylampi.  How do you define programming?  Have you ever programmed?

Slides:



Advertisements
Similar presentations
EducateNXT The Corridor Challenge The Corridor Challenge requires programming of a robot to negotiate obstacles and the corridor walls in order to reach.
Advertisements

+ Women In Technology Uganda Inspire. Teach. Create Phone: | VisionMission.
Franklin Township Elementary School Career Day: Computer Science
How to build an outstanding computer science curriculum MARK DORLING MATTHEW WALKER.
Creating Interactive Games Your trainer today is: Luke Milner Derbyshire County Council Children and Younger Adults Department.
There are increased emphasis on developing the knowledge and understanding necessary to become a discriminating and capable user of ICT and e-safety is.
Introducing Computer Science in the Classroom
ITT3036 Wider Curriculum BEGINNING COMPUTING Links:
Coding for All Barbara Ericson Georgia Institute of Technology October 18, 2013.
Solving the Puzzle A PowerPoint Game By Jay Lowery University of Memphis IDT 7062 Play the game Game Directions Story References Game Preparation Objectives.
Welcome to Computing. How is Computing assessed? AS Unit 1 Practical Theory of computation. Fundamentals of programming, data structures and algorithms.
Prof. Todd Neller Gettysburg College
The New Computing Curriculum select, use and combine a variety of software (including internet services) on a range of digital devices to design and create.
Transitional Challenges Mark Dorling 10/6/2015Slide: 1.
1. Produce a folio of tasks that demonstrate a progression in acquiring and applying programming knowledge (ie. learn Visual Basic) 2. Learn about computer.
Introduction to Scratch Programming and Other Coding Fun! Stacey Clark – TRT Jenna Tea- 3 rd grade Pinebrook Elementary.
Lead ▪ learn ▪ protect ▪ engage Programming in a Primary School The mud pie or the lego bricks.
Simple Pi Challenge! Pi = 3.14 Diameter = 5.6 cm Distance Robot Travels in 1 Rotation = 3.14 * 5.6 cm 3.14 * 5.6 = cm Circumference = Pi * Diameter.
CS 111 – Oct. 20 Most essential skill in IT: problem solving using the computer –Telling the machine exactly what we want it to do. –Also: making sure.
Coding A new literacy for the 21 st century. Why teach children computer programming? 7 th May, 2015 Lauren Flattery, presenter (with assistance from.
APPLIED TECHNOLOGY. Technology The use of knowledge, tools, and recources to help people solve problems--
CS 10K – Rise of CS Principles UTeach and Computer Science Principles: National Initiatives To Reform Introductory Curricula And Broaden Participation.
Hour Two – what to do after the Hour of Code JULIE BAR AND MARTIN FUNK – NEW TRIER HIGH SCHOOL.
Lindley Codes Touch Develop Youth Spark Day at Lindley Middle School.
Programming Basics By: Mohamud Ahmed Haji For: ©
Lesson Planning Mindstorms NXT. Points to consider before creating a lesson. Sturdy structures instructional builds  original builds Functions moving.
Lesson Planning Mindstorms NXT. Points to consider before creating a lesson. Sturdy structures instructional builds  original builds Functions need to.
Understanding Computing and Programming at KS2 Debs Ayerst.
Classes at WHS Register for No previous programming experience is necessary! Only a desire to learn to code!
Computer Programming Thinking in Code. Intro Computational Thinking Decompose Patterns General and Abstract Algorithms.
Code Tools for Schools Adam Carr from Bridge Creek High School.
INQUIRY: CODING IN BC MONTESSORI SCHOOLS. BACKGROUND CODING IN SCHOOLS MONTESSORI PRINCIPLES IMPLEMENTATION AGENDA.
Barbara Tate – Site Systems Manager Olney Middle School: @babatate.
Meow! Catch Scratch Fever! Me-wow!. Who am I? Erin Spencer Instructional Designer – curriculum writing and professional development Center for P20 Outreach.
Online Python Tutor Interactive Computer Science Lessons for Office Mix Philip Guo Assistant Professor of Computer Science University of Rochester
Tel : About iCodeinc: iCode Inc is a state-of-the-art educational institution located in the Dallas area. iCode’s mission.
CODING Gail Dickinson Madison Ridgeland Academy Mississippi College STEM Institute
TERRI HARKEY IPS/ Region 10 Tech Conference 2016 Coding.
You will be able to describe the term textual programming. You will be able to demonstrate a basic level of textual programming skills by creating a simple.
Michael Emerton
Three great options – your choice.. Draw cool pictures with the artist.
Integrating Algorithms and Coding into the Mathematics Classroom
Victory Lutheran college
The Missing “M” in STEM (It’s not just STE
Introducing Coding To Your Classroom
AP Computer Science Principles
millions of participants worldwide
Every Day We're PROGRAMMING
Presented by Jenny Sora May 17, 2017
Integrating Coding into the General Education Classroom
Computer Programming Thinking in Code.
Coding and Computational Thinking in the Elementary Classroom
Today Is S.T.E.M. Day.
Today Is S.T.E.M. Day.
Seven half-day sessions from October - May
Welcome to Computer Science
James Gill CUEBC / Coding with Cartoons James Gill CUEBC /
Prof. Todd Neller Gettysburg College
For -G7 programing language Teacher / Shamsa Hassan Alhassouni.
Lessons in a shoe box – a simple tool for extending the G&T student
An Introduction to VEX IQ Programming with Modkit
Programming Fundamentals
Franklin Township Elementary School Career Day: Computer Science
Fun Games for Coding AAMLE 2016 Kathy Sadler, Literacy Specialist
Computer Programming Thinking in Code.
What is Programming Language
Primary School Computing
Coding Video.
Digital Literacies for learning
KIDS NEED TO CODE - INTRODUCING ELEMENTARY STUDENTS TO CODING
Presentation transcript:

Perttu Pyylampi

 How do you define programming?  Have you ever programmed?

 Programming is giving instructions to a machine. -> Even a young pupil can create simple instructions  Programming isn’t necessary difficult but it will offer endlessly challenges!  Variations in different platforms -> from setting alarm in your phone to complicated programming languages

 Programming will be part of Finnish curriculum in  Programming is integrated in different subjects, for example in math.  WHY? -> Knowing the basics of programming is seen as a part of common knowledge.

- Teaching programming is teaching to think. 1. Decompose problem in to small parts. ”It’s like giving driving instructions” 2. Recognizing patterns. ”Does same solution work next time?” 3. Build an algorithm. ”Good cook can create a recipe” 4. Make universal solution

 Grades 1-2 (age 7-8). Teaching right ways to think through games.  Grades 3-6 (age 9-12). Visual programming enviroments. Using tools which doesn’t require writing code  Grades 7-9 (age 13-15). Learning basics of code writing (JavaScript, Python, Ruby etc.). + Mobile applications.

 Useful links: Csunplugged.org e.g Harold the robot Drtechniko.wordpress.com/2012/04/09/how- to-train-your-robot Newit.org/resources/computer-science-box- unplug-your-curriculum Cs4fn.org/teachers/activies

 Useful programs and links for visual programming: Code.org Scratch Lightbot Kodu Alice App inventor Logo Turtle roy Hacketyhack Kidsruby Tryruby.org

 Khanacademy  W3 schools  Udacity  Codeacademy  Code school  Edx  Mitopencourseware  Processing  Coursera  Code avengers  Code combat  Ruby warrior  Dash  Kinestethic learning activites

 Tynker  Hopscotch  Cargobot  Kodable  Hakitzu

And now the fun part... ;)

Build a robot which moves forward until it’s 30 centimeters from obstacle. When the robot reach 30 cm distance, it has to stop, reverse for two second and try again for 5 times.