JavaScript: Build "Rock, Paper, Scissors"

Slides:



Advertisements
Similar presentations
This form was created as a post-assessment to this session.
Advertisements

On your sticky note brainstorm for 30 seconds technology terms Turn to a partner and share your list For every word you duplicate you get 0 points For.
SOCIAL MEDIA & PHYSICAL ACTIVITY PROMOTION: MAKING THE CONNECTIONS Presented by: Sandra De Freitas
A Tutorial by John Oleksa. After watching this tutorial, I hope that you will be able to:  Log on to your Google account and find Google Drive  Locate.
INTEGRATING YOUTUBE INTO TEACHING & LEARNING. What is YouTube?  video sharing website where users can upload, view, & share video clips  allows users.
How to use Clickview for your school digital video needsClickview.
This is Google Drive. It stores all the documents you have made here.
Welcome to (insert course name) (customize with instructor/course/section #)
Online Communities. Topics Social Networking Online Work Spaces Virtual Learning Environments User-Generated Reference Sites.
Number Talks and Technology A Winning Combination August 14, 2015.
1,000,000,000 This is the number of items shared on Facebook in a single day – photos, comments, thoughts and links. Increasingly, these are being shared.
September 2015 LCCU Meeting How can you manage the Adobe Flash security risk? How can you keep Flash and other software updated? We’ll answers members’
Beginning of Class Silence at the bell Look at the teacher Listen to Mrs. W.
 Go to YouTube and click “create account” on the top right of the page.YouTube  If you already have a Google account (i.e. gmail) then you may use this.
Creating Procedures in MoleMashHack Week 2. Procedure Named sequence of statements Code reuse Example without arg: turn on light Example with arg: make.
Using Google Drive on your computer A Tutorial. Using Google Drive on your Computer After watching this tutorial, I hope that you will be able to: Log.
WATCH + DISCUSS: What motivates the E.P.A. Chica Squad to code? Can’t YouTube? Download Video from Google Drive.
For the next 25 minutes we are going to look at some SMART Board tips and tricks. Even if you are not a classroom teacher or you don’t have a SMART Board.
A unique, photo and video sharing App with self-destructing photos and videos that live for 24hours before deleting forever.
Welcome to Unit 5 Fractions and Fraction Computation.
HOW SHOULD WE ACT? BASE is a chance to practice acting like a professional because you are learning professional skills ●Be on time ●Be respectful ●100%
Asynchronous Module on Zotero Titilola Obilade Instructional Design for Distance Learning November 19, 2011.
What is Pear Deck? What are the benefits of using Pear Deck in the classroom? How is Pear Deck used in each subject area? Discuss a Pear Deck case study.
SHAPE THE WORLD. WEB DEVELOPMENT.
Smartphone/Tablet: Download and open the “Google Classroom” App Computer: Open Google Chrome -go to classroom.google.com.
DO NOW: 1. Take out your handout from last class. 2. Fill in your Admit Slip quietly. Reminder: You will be graded on this. 3. Raise your hand when you.
PLTW Design and Modeling Periods 4 and 5. Read through the following 12 slides and when done, follow directions as given. If for some reason the website.
1.With a peer review the terms with a partner. Use the definition page of each term. 2.Using the e Skills Minimod Figurative Language Lite APP play in.
Hawaii Property Management Companies -
What this activity will show you
How To Fix HBO GO Related Issues On Xbox 360? For more details visit our website
Working with Google Applications
HOW TO USE OFFICE 365 ONEDRIVE
Indiana Academic English Test
Beginning of Class • Silence at the bell • Look at the teacher • Listen to Mrs. W.
A unique, photo and video sharing App with self-destructing photos and videos that live for 24hours before deleting forever.
Building a Custom Video Player
Think & Write What was the last website you visited? Why?
Fix Google Chrome Annoying Issue Crashes or Not Responding
Unit 2, Lessons 1 & 2 Data types.
Hawaii Property Management Companies -
JavaScript: Choose Your Own Adventure 2!
What is Search Engine optimization
Lesson 1: Buttons and Events – 12/18
Questar III Regional Professional Learning Day
Using online Kahoot and Socrative
Please find your name tag. Put your headphones under your chair
Unit 4: Create an Interactive Media Product
Using Data to Explore Global Health Issues
INTRO TO COMPUTER SCIENCE
Today’s lesson – Python next steps
Google Classroom Kelly Villa.
ICT Learning Objectives
Pairs/Threes 3 mins… who’s the rock, paper and scissors champion?
Last week’s Character Dare
SUBSTITUTION 6th Grade Unit 2
Social Media in a Changing World
How to Create a you tube Channel Using your Gmail Account
Examplify The following slides are the ExamSoft’s recommended best practices to help you take your exam. We want you to be prepared for your exam on exam.
How to Download the Firefly Student App to your device
You-Tube.
Python Programming Mr Scicluna.
Scratch Lesson 2.
I can compare fossils found in rock to determine their relative age.
Self-Knowledge (Sophomore Year) Lesson Two
Video Notes Organizer What did I learn today?.
FlipGrid Arguments.
Wednesday, September 12th
Creating a Google Action for the Automotive Classroom
Google Certification Module 10
Presentation transcript:

4.04 - JavaScript: Build "Rock, Paper, Scissors"

bit.ly/CISignIn First 3 minutes of class: DAILY CHALLENGE: DO NOW: First 3 minutes of class: DAILY CHALLENGE: What company was founded as Control Video Corporation in 1983, and latter changed names with the help of Steve Case. Email answer to programs@weare.ci Winner will be chosen + posted on the C/I Facebook Page. 1) Turn on computer + get JavaScript cards 2) Open Chrome or Firefox 3) Sign In: bit.ly/CISignIn 4) Answer the challenge → 5) Start coding until the lesson starts!

Why are there such huge differences? WATCH + DISCUSS: Why are there such huge differences? Can’t YouTube? Download Video from Google Drive

What are we doing today? Sign into Codecademy & Work on Module 4 TODAY’S SCHEDULE What are we doing today? today’s lesson Sign into Codecademy & Work on Module 4 Daily Survey Daily Report

What is an if statement? Solve the problem + explain! WATCH + DISCUSS: What is an if statement? Solve the problem + explain! Can’t YouTube? Download Video from Google Drive

Once on Codecademy, scroll down and click on JavaScript UNIT 4 Once on Codecademy, scroll down and click on JavaScript

then click on Getting Started with Programming UNIT 4 then click on Getting Started with Programming

Basic definitions: Writing lines of Code UNIT 4 Basic definitions: Writing lines of Code .length “ ” + - * / Reference Error

JavaScript runs in a file called script.js UNIT 2 JavaScript runs in a file called script.js

Stop once you have completed all 7 of the tasks! UNIT 4 Stop once you have completed all 7 of the tasks!

Work Time! Get started! Week 1 Goal: UNIT 2 Work Time! Get started! Week 1 Goal: complete the first 2 modules of JavaScript NEED HELP? 1) Read the directions again 2) Click 3) Look at the Q&A Forum 4) Talk to your neighbor 5) Raise your hand & wait COMMON ERRORS: PROFESSIONAL: Work quietly + respectfully 100% on Task

bit.ly/CISignOut Take 2 minutes to complete the closing survey: LAST THING: Take 2 minutes to complete the closing survey: bit.ly/CISignOut

JAVASCRIPT IS USED FOR.. make websites respond to user interaction build apps and games (e.g.blackjack) access information on the Internet (e.g. find out the top trending words on Twitter by topic) organize and present data (e.g.automate spreadsheet work; data visualization)