Computer Coding Learning a New Language. Coding/ Programming BrainPop- Parts of a Computer Khan Academy: What is Programming?

Slides:



Advertisements
Similar presentations
The West Middle School Game Made By Will Owen START.
Advertisements

Microsoft® Small Basic
AA high level programming language. IIt is created by Microsoft. UUses a graphical environment called the Integrated Development Environment (IDE).
Robot C Ready, SET, Go! Workshop SDSU, Fall 2013.
Write Your First Computer Game!. Coding: Programming Languages Just like you can speak Chinese to someone who understands Chinese to tell them what to.
Question: If 5 is a factor of 35, what are all of the factors of 35?
Formal Commands Estudien mucho.
Bug Session Two. Session description In this session the use of algorithms is reinforced to help pupils plan out what they will need to program on their.
RoboMind A first impression of programming with RoboMind Arvid Halma, University of Amsterdam.
So – You want to learn how to put an advanced article submission (cut and paste) onto the state website. (Note: If you have not done so, you will need.
 Select your grade level  Click The Leaf Chronicle  Enter Username: NIE  Enter Password: nie2013.
Cup Robotics An Introduction to Coding, Functions, and Parameters.
Today you are going to practice how to copy and paste text using your mouse. Let’s get started! Begin To turn the page, click on the arrow buttons 
Introduction to Scratch Programming and Other Coding Fun! Stacey Clark – TRT Jenna Tea- 3 rd grade Pinebrook Elementary.
By John Frezza Click here to begin slide show ? Difficult! Confusion! Too Hard ? ? ? ? ? Multiply Why! Help Me!
Internet Vocabulary CTE Intro. URL  The “address” of a website. Entering this address in the Address Bar will take you directly to a particular website.
Polleverywhere.com When you do not have Smart Response, Polleverywhere.com is here to save the day!
OPERATING TERMS OF THE COMPUTER Exit Ticket AB Re-teach.
Speaking Club August 2012 Mondays at 11 a.m. C. Alpízar N.
Assigning a Drive Letter to a Flash Drive. Right Click My Computer Click Manage Computer Management Dialog Box Opens Under Storage Click Disk Management.
Training begins in… 15:00 minutes Training begins in… 14:00 minutes.
THE BINARY NUMBER SYSTEM “There are only 10 types of people in this world: Those who understand BINARY and those who do not.”
Middle School Grades 6-8 Advanced Features of Inspiration.
How to Register your clicker and set the Channel First of course check- out a clicker at HH 114.
Using the Pythagorean Theorem Sarah Katko ICL 7062.
SUBMIT NOT TO AUTHORITY, BUT TO A FORM! Forms. What are the different ways you can submit information on a web page? Think back to your last exam (as.
How to Start a Software-Based Project. REQUIREMENTS DESIGN DEVELOPMENT TEST DEMONSTRATE PLANNING.
Block Quoting Computer Instructions on How to Block Quote in Microsoft Word 2010.
JavaScript Dynamic Active Web Pages Client Side Scripting.
Introduction to Computer Programming - Project 1 Intro to Digital Technology.
INSTRUCTIONS Materials Needed: Power Point Presentation + Computer + Projector 1 checklist/participant (students, parents or educators) oregongoestocollege.org/itsaplan/educators/downloads.
Multiplication Level 1 (Facts 0-2) Read These Instructions:  Try to get the answer before the computer puts it on the screen.  Do not click on your.
Multiplication Level 2 (facts 0-2, 5, 9) Read These Instructions:  Try to get the answer before the computer puts it on the screen.  Do not click on.
Simple Turing Graphics Woof, Bark, Bark. The Screen (0,0)(600,0) (600,400)(0,400) (150,300) First line of code: View.Set(“graphics:600;400”)
Beginning JavaScript 4 th Edition. Chapter 1 Introduction to JavaScript and the Web.
By Joshua Shaw.  Now that we have a program, we should see how it works in the real world  To do this we need the Cortex and the orange USB cable 
Today's Ninja Challenge: Write Your First Computer Game!
Standard Form Objective: To be able to understand and use standard form.
CODING Gail Dickinson Madison Ridgeland Academy Mississippi College STEM Institute
Introducing Python 3 Introduction to Python. Introduction to Python L1 Introducing Python 3 Learning Objectives Know what Python is and some of the applications.
JavaScript Part 1 Introduction to scripting The ‘alert’ function.
Victory Lutheran college
Tonga Institute of Higher Education IT 141: Information Systems
Navigate a maze you build using a robot you program!
Robotics Using Lego Mindstorms EV3 Mission 1: Building Your Robot
Automatic lights.
Microsoft Excel 2003 Illustrated Complete
Scratch – Simple Programming
Michael Ianacone E-Portfolio
Computers & Programming Languages
Tonga Institute of Higher Education IT 141: Information Systems
Instructions for Webinar Participation
Graph Paper Programming
Fundamentals of Programming
LESSON 03 Turning In Place. LESSON 03 Turning In Place.
Lego we-do 2.0 computing.
Hour of Code.
Unit 6 part 3 Test Javascript Test.
Unit 6 part 2 Test Javascript Test.
Tonga Institute of Higher Education IT 141: Information Systems
Pair work – Do you want to change seats??
Introduction to programming
Click on a number block to go to a question. Blocks 1, ,4, 5, 8, 10, 12, 15, 16, 17, 19, 21, 23, 24, 25 will.
Move this box to see the hints (there are two hints for this code)
SPL Programming – While Loop Pattern
© LaunchPad Learning Inc. All rights reserved.
SPL Programming – Procedure Pattern
Downloading to the NXT requires the correct hardware setup
CHAPTER 1 THE ABC OF PROGRAMMING
Scratch – Simple Programming
Presentation transcript:

Computer Coding Learning a New Language

Coding/ Programming BrainPop- Parts of a Computer Khan Academy: What is Programming?

Box Maze Crawl through the maze and make sure all the pieces are in the right place and turned the right way for it to work!

Coding Coding a computer is like giving someone directions to get through a maze. We just have to learn how to give directions in a way that the computer understands.

BotLogic Give the robot commands by clicking the arrows. Pay special attention to the coding that is in the black box. In a few minutes, you will be writing code to direct someone through our box maze.

Coding Our Maze What does each code start with? What words give direction? How do we show how many times to do that direction?

Let’s Practice Together Write the code for this maze.

You Try It! Write the code for our box maze!

Code Monster Code Monster lets you explore the basics of Java script. Follow the instructions of the code monster to discover how Java script works!