Programming Is Fun! This is an example Power Point presentation. When making your own, remember to use pictures! Pictures will help you remember what to.

Slides:



Advertisements
Similar presentations
Create a Simple Game in Scratch
Advertisements

Create a Simple Game in Scratch
Section 1 Introduction National 4/5 VB Course. What you should know after this lesson What is a program Who writes programs Why is sequence important.
Programming Concept #2 Iteration. Is just a fancy way of saying that you would like something to repeat more than one time. It is used in any modern programming.
Write Your First Computer Game!. Coding: Programming Languages Just like you can speak Chinese to someone who understands Chinese to tell them what to.
Introduction to Scratch UC Santa Cruz CMPS 10 – Introduction to Computer Science 13 May 2011.
ITEC Winter An intro to programming concepts with Scratch Quick intro for college citizens. George Stockman MSU CSE.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech Oct 2010.
Comparing Python and Visual Basic
index.php Palmyra Area High School 1.
Code Club Session 2 Dance Party. What will we learn ?  How to change the background  How to create animations  How to make objects talk to each other.
Introduction to Scratch!
The 4 th grade Nutley TALENT cohort shares: SCRATCH.
THE BIG PICTURE. How does JavaScript interact with the browser?
2015 CSE/EGR Summer Camps 1 Computer Science Concepts 1. What is an algorithm? 2. Binary information coding 3. Programming concepts via Scratch Designed.
Digital Art in Scratch part 1 Barb Ericson Georgia Tech May 2011.
Create a Halloween Computer Game in Scratch Stephanie Smullen and Dawn Ellis Barb Ericson October 2008.
Using MIT Scratch for Programming and Control Exercise 1 Creating movement Year 11 DTG 2012.
Cloning in Scratch Computer App Session 6. Cloning in Scratch Learning Objectives: I will clone sprites in Scratch to create copies of an existing sprite.
Introduction to Computer Programming - Project 2 Intro to Digital Technology.
How to create a basic game in Scratch. The Scratch Stage The Scratch stage is 480 pixels wide and 360 pixels high x increasesx decreases.
1 CSC 221: Computer Programming I Fall 2009 Introduction to programming in Scratch  animation sprites  motion, control & sensing  costume changes 
ICT/COMPUTING RULES Only use software allowed by the teacher
Computer Programming Modeling a Passive Solar Home.
Sprites & Backdrops. Sprites Sprites are the actors that perform the commands in your script. The cat is the default Sprite. Scratch has many other Sprites.
Intro CS – Loops, making animations & films Lesson Plan 3.
How Do You Make a Program Wait?
FOP: Multi-Screen Apps
Scratch Animated Greeting Cards.
Create a Halloween Computer Game in Scratch
Branching Error (a.k.a. the VM Program Instruction Break Error)
Scratch for Interactivity
Intro CS – Loops, making animations & films
12/04/12 JQuery I took these slides from the site because they were pretty good looking. Instructions for editing school and department titles: Select.
Madlib-Input, Strings, and Lists in Scratch
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.
© A+ Computer Science -
Welcome to Computer Science!
All Together Now! Theme One.
Intro to Programming with Scratch
Programming Scratch to Control a K’NEX Fairground Ride
Based on Topic Work – African Savannah
Scratch The Surface of Coding
Computing Year 7 - Unit 2 Programming Basics Scratch Basics.
Scratch Programming Intro
Under The Sea Austin Jacobs.
Introduction to Coding
Learn… Create… Program
Motion and Looks.
Scratch Programming Brian Cain.
Learn… Create… Program
Welcome to SCRATCH.
Hour of Code.
Introduction to scratch animation
Scratch for Storytelling
Getting started with jQuery
Code to Enhance Learning
Getting Started with Scratch
© LaunchPad Learning Inc. All rights reserved.
Learn… Create… Program
Learn… Create… Program
Creating a Simple Game in Scratch
CSC 221: Introduction to Programming Fall 2018
Problem Solving and Computer Programming
Ready to use ESL activities for busy English Teachers
Animate a Sprite. By M, M and C P6
Scratch – Simple Programming
Presentation transcript:

Programming Is Fun! This is an example Power Point presentation. When making your own, remember to use pictures! Pictures will help you remember what to say better than words on a slide, and they will keep the judges more interested. A nice balance of pictures and words will bring success. http://www.csit.upei.ca/itap_portal/

Composed of commands and functions Used to solve a specific problem What is Programming? Set of instructions Composed of commands and functions Used to solve a specific problem Not the same thing as coding Programming is a process that solves a problem by writing a plan (program) using a series of commands and functions to be executed.

Why Do We Program? Keep with the times Stimulates the brain It is fun! Computers have become a big part of our day-to-day activities. Certainly, you do not need to know how to program to survive, but with the rapid development of electronics, it helps to know how to program!

How Do You Learn To Program? Research software Download or use online software Start programming! http://mcrcoderdojo.org.uk/coding-for-kids-ipads-iphones-ipods-part-1/ There are so many ways to learn how to program. Today, schools and companies release tons of free learning programs. An example is M.I.T.’s release of Scratch and Scratch Jr. https://en.wikipedia.org/wiki/Scratch_%28programming_language%29

Lets Program! Scratch is a Visual Programming Language (VPL) Great to learn with Best way to learn is practice

What Are Commands? Commands perform a specific task. It is how we tell the computer what to do in the program. When you press the power button on a computer, you are sending a command to the computer telling it to turn “on” or “off”. http://speak-it.com/what-are-natural-language-commands/

What are Functions? Functions are a collection of commands. Functions make programs more efficient. For example, instead of adding 2 to itself until I reach 10, I can use a command called a “loop” and have it continue to add by 2 until it reach 10. Using multiple commands like this is what makes a function. https://www.ykode.com/2015/01/25/thinking-functional-software.html

Commands and Functions In Scratch

Commands and Functions Cont. Commands and functions make up a program. A program can be simple or complex. A program can be as simple as making this cat move to the right on the screen, or as difficult as making the cat play hopscotch with the chicken http://technogstic.blogspot.com/2014/03/scratch-jr-kickstarter-aims-to-teach.html

Some Scratch Commands Move – moves a sprite along the X or Y axis Hide – Makes a sprite invisible Show – Makes a sprite visible Wait – Makes the program pause for a specified time Switch – Switches costumes and backgrounds

Programming in action! Interactive adventure story ocean based Uses Event controls to manipulate scenarios https://scratch.mit.e du/projects/1000888 52/

Ocean Adventure

Ocean Creature’s code

Conclusion Programming can be fun! In conclusion, programming can be fun! You just have to have the right attitude and willingness to learn. http://www.clker.com/clipart-238147.html

Sources Wikipedia Scratch.org Scratchjr.org Google Images

Questions?