 Objective: Understand why you should learn to code even if you don’t want to be a computer scientist.  Essential Questions: ◦ What is Coding? ◦ What.

Slides:



Advertisements
Similar presentations
Fashion Design Program
Advertisements

Objectives Identify the differences between Analytical Decision Making and Intuitive Decision Making Demonstrate basic design and delivery requirements.
Chapter 1 My Role on the Team. Chapter 1 My Role on the Team.
 When customers are unhappy with service they have two options:  They can say something (talkers)  Or they can walk away (walkers) © Jacqui Knight.
1.Business Administration 2.Psychology 3.Elementary Education 4.Biology 5.Nursing 6.Education 7.English 8.Communication 9.Computer Science 10.Political.
Intel® Education K-12 Resources Our aim is to promote excellence in Mathematics and how this can be used with technology in order.
Project Lead The Way is the nation’s leading provider of science, technology, engineering, and math (STEM) programs.
Career Field Technology Heckler & Spurr.  Web Developer- Blake  Game Designer- Blake  Computer Tech/Repair- Heckler  Program Designer- Heckler  Computer.
IT Job Roles Task 20. Software Engineer Job Description Software engineers are responsible for creating and maintaining software of various different.
Computer Careers Dr. Kip Irvine School of Computing and Information Sciences, Florida International University.
Digital Entertainment on Campus: The Ruckus Approach Michael Bebel CEO, Ruckus Network, Inc.
3D Animations Ruben Sierra P.4. skills to be a 3D animator -To be an animator you have to be creative with your work by making your own animations with.
Exploring the World of Work
Careers in Computer Science Your Future Starts at KCD.
Integrating Technology Into the Mathematics Classroom Erik Krivitsky.
Applied Educational Systems ( or ) Explorations and Foundations in Technology tech center 21 Explorations and Foundations in Technology.
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
Intel CBOA Company Confidential Intel Corporate Affairs – Free K-12 Tools & Resources | Copyright © 2011 Intel Corporation. All.
Technology in Science and Mathematics Instruction Session Five EDT 612.
Opening Doors to a Successful Future C. Diann Heck Wilmington High School Making Career Education Meaningful...
Section 2: Self-Knowledge Created by Stephanie Dupley 1.
Our Community: THINGS ARE JUST NOT THE SAME!. UNIT SUMMARY: Children are often under the impression that the way things are in their world is the way.
Career Studies Test Review Answer Key. Explain in your own words what is a career? What does it mean to have a career? Why do we need to begin planning.
WHO ARE TOMORROW'S ENGINEERS? YOU ARE!!!! TOMORROW'S ENGINEERS WORKSHOPS On Friday October 16th the "Tomorrow's Engineers" team will be visiting Wyedean.
CS 110: Introduction to Computer Science Frequently asked questions about a CS major and CS career.
JFK-103B1W9 and JFK-103B3W9 This program is going to be used to learn about:  Decision Making Skills  Communication Skills  Team Building Skills and.
Problem Solving Session 1 Introduction. In this session we will be Reviewing the topics that will be covered in this module Discussing expectations Filling.
CS 1308 Computer Literacy and The Internet Software.
WARNING Computer Science is not part of the core curriculum in Year 10 and 11. Do you really want to miss the chance to further develop your skills in.
Coding is a language that programmers use in order to give computers instructions. Some examples of code using technology are: Cars Computers Websites.
Welcome to our Grade 1 Class! Mr. Koren Grade 1 Rm 106.
What beta testing actually is Why is it used Some examples of well known beta tests The problems with beta tests.
 Defined STEM and 21 st Century Teaching and Learning David L. Reese, Ed. D.
MATH COMMUNICATIONS Created for the Georgia – Alabama District By: Diane M. Cease-Harper, Ed.D 2014.
Welcome to the 21 st Century: Computer Science for All Jenna Garcia District Manager Joe Kmoch CS Education Consultant October.
Computers and software are changing everything…. …but the majority of schools don’t teach computer science: Source: Gallup 9 in 10 parents want their.
Who Am I?. Billionaire: Software > ¼ Billionaire: Software.
Teaching and Learning with Technology Master title style  Allyn and Bacon 2002 Teaching and Learning with Technology to edit Master title style  Allyn.
Alan Page Director, Test Excellence Microsoft. A little about the book A little about the “SDET” A little about me Some other stuff.
 Defined STEM and 21 st Century Teaching and Learning Evelyn Wassel, Ed. D.
The case for scientific literacy? so pretty i never knew mars had a sun.
The problem that needs to be solved is if a computer career is for me.
Understanding Computing and Programming at KS2 Debs Ayerst.
IT Job Roles. ICT Technician An ICT technician is a person who works in an IT based environment and their job is to fix any computer that is not functioning.
+ Blogging for Struggling Writers Jackie Misiak Integrating & Implementing Technology Fall 2012.
Math in the Information Age. Welcome Parents Who We Are: Math Specialist, Katy McGraw Grades K and 4 – 8 Math Specialist, Laura Koplow Grades 1 – 3.
Benefits overview Speaker name goes here.
Ethan Hood THE COMPUTER CAREER PROBLEM. THE PROBLEM The focus question is: “Is a computer career for me?” We need to identify the criteria for answering.
BY: NILAN CHOWDHRY “Is a Computer Career for me?”.
Dr Sofia Papadimitriou Head of Educational Radiotelevision Ministry of Education, Research & RA Anastasia Andritsou Head of Educational.
CS Educators Summit Jenna Garcia District Manager May 4, 2016.
RoboForce! 4 th Grade Science & Math. What is a Robot?  A machine that is controlled by a computer and is designed to look like a human or object  Knows.
Information Technology: Inventing the Future. 2 “I do not fear computers. I fear the lack of them.” - Isaac Asimov ( )
Women In Technology: More Than Just Code….
Careers in Statistical Software
English Language Teaching solutions
STEM? WHAT IS Put this slide on the screen and ask students:
Why Computer program? Joseph Holmes period 3
Introduction to Programmng in Python
RESOURCING WITH PEOPLE AND ROBOTS 14:00
Careers in Engineering
FUTURE JOBS READERS Level 2-② App Developers.
English Language Teaching solutions
Computational Thinking for KS3
The Engineering Design Process
Connecting with Challenge
Overview What Are Cause & Effect Diagrams?
STEM? WHAT IS What is STEM
Quiz: Computational Thinking
Digital Literacies for learning
Presentation transcript:

 Objective: Understand why you should learn to code even if you don’t want to be a computer scientist.  Essential Questions: ◦ What is Coding? ◦ What is computational thinking? ◦ What are some opportunities for learning how to code?

 Behind every computer, app or robot, there is someone who wrote the program telling it what to do  Computer scientists typically work in teams  Can spend months writing detailed instructions for programming a computer/robot/app

 The code covers every possible situation that the technology would need to cover (modeling problems and creating algorithms)  Months spent in testing solutions (reviewing their work & problem solving)  Betas testers give feedback and problems are fixed (reevaluate)  Continuously improve the program

1. ASK What’s the Problem? What are the Constraints? 2. IMAGINE Brainstorm Ideas. Choose the Best One. 3. PLAN Draw A Diagram. Gather Needed Materials. 4. CREATE Follow the Plan. Test it Out! 5. IMPROVE Discuss What Can Work Better. Repeat Steps 1 through 5. Integrated S.T.E.M. 6

 It’s a myth that you have to be a math or science genius to learn to program  You just need to learn the process and then practice it  You can build a portfolio by doing volunteer work for a church or charity

 Problem decomposition  Pattern recognition  Pattern generalization  Algorithm design  Data analysis  Visualization

 You program when you control your own digital technology ◦ Setting up a universal TV remote ◦ Downloading a ringtone ◦ Customizing your cell or desktop  Most of this takes place in higher level languages consisting of menus and choices

Will everyone that Learns to Code Get a Programming Job? NO! But the skills you learn are transferable to any job! Programming requires ◦ Critical thinking ◦ Math skills ◦ Communication skills ◦ Problem solving skills ◦ Creativity ◦ Perseverance

 “The programmers of tomorrow are the wizards of the future. You’re going to look like you have magic powers.” -Gabe Newell, video game designer

 As programming becomes more common place, it will become a key skill and attribute of our top intellectual and social classes just as reading and writing were in the past Can you read it? It says, “Now Hiring.”

 30 Years from now machines are expected to be a billion times more powerful than they are today!  Literacy will belong to those who can master not words, or even multimedia, but a variety of powerful, expressive human- machine interactions

 According to the Bureau of Labor Statistics, in 2010 there were 913,00 computer programming jobs  That is expected to increase by 30% from 2010 to 2020  “There aren’t enough people to fill these jobs because technology and the job market are moving much faster than education in high schools and colleges.” -Mark Lassoff, Founder of learntoprogram.tv

 Learn to code start-up companies have been able to fundraise millions to get their companies going  Investors realize that companies like Code Academy don’t just train the next generation of developers, the skills they teach are essential for managers too.

 Late July/August there will be a new Coding Club at ECMS!  Learn about computational thinking  Learn coding by utilizing various free online software  Help and advice from real programmers  A chance to meet new friends that also love to code!!