MIT AI2 1.1.2 DEMO Start New Program Name “My First Program”

Slides:



Advertisements
Similar presentations
How to do a print screen!. 1. Find what you want to ‘copy’ as evidence:
Advertisements

Microsoft® Small Basic
Android architecture overview 1 CS 150. Android  A software stack for mobile devices developed and managed by Open Handset Alliance  Free software under.
Presented by: Benefits Systems Support. Getting Started ê Open Powerpoint, create a blank presentation. ê Select a style for your first slide from the.
Chapter 2. Paint Pot We will build the Paint Pot app in class. Notes regarding the screen/user interface: 1.7 buttons and a canvas 2.The canvas has a picture.
App Inventor Barb Ericson July 3, 2013.
The Creative Art of Programming © Copyright 2014 Barbara Ann Walters. All Rights Reserved.
A graphical user interface (GUI) is a pictorial interface to a program. A good GUI can make programs easier to use by providing them with a consistent.
Slide Transitions Slide Show, Slide Transition opens Slide Transition task pane Practice each option setting to select the transition style, its speed,
Eyad Alshareef 1 Creating Custom Forms Part A. 2Eyad Alshareef Data Block and Custom Forms Data block form Data block form Based on data blocks that are.
1 Introduction to the Visual Studio.NET IDE Powerpoint slides modified from Deitel & Deitel.
Goals and Objectives Brief Description: SMART board Goal: Effective Delivery of Instruction Using SMART board Objectives: 1. To provide instructors.
Creating Mobile Apps with App Inventor! Day 5 Google search Kris Gordon Ludlow for links.
ACS-1805 Introduction to Programming 1805 introduces students to programming using technology for creating programs that run on Android devices. Android:
CS 104 October 26, 2011 App Inventor. Agenda Discuss guest speakers Discuss quiz Finish Paint Pot Discuss concepts from Chapters 2 & 3 Mole Mash (if time.
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.
Learning Microsoft Power Point Getting Started  There are three features that you should remember as you work within PowerPoint 2007: the Microsoft.
What is Museum Box? A Museum box is a way of presenting information that allows you to create a cube project that can be shared with others. You can use.
Task 2.3: Stand Up – a presentation to encourage people to stand up to cyberbullying You will be working together on this activity with the same people.
PowerPoint Tutorial By Education World Your Logo Here It’s easier than you think!
PowerPoint Tutorial Your Logo Here It’s easier than you think!
Making a PowerPoint Slide By Ms. Wesley. Creating Your PowerPoint Slide Learn how to: – Open PowerPoint ………………………….…….………Slides 3, 4Open PowerPoint –
ESL PowerPoint Demonstration The Effective Use of Presentation Software in the ESL Classroom By Daniel Craig University of Illinois ESL 401 J.
Introducing Scratch the Cat
App Inventor MIT App Inventor.
Power Point Presentations A Step by Step Guide. Contents The very first step Choosing slide layout Adding text boxes Custom Animation Changing slide design.
How To Use This Template The blank slide below will be your canvas for creating your very own custom header image! The slide has already been sized to.
How To Use This Template The blank slide below will be your canvas for creating your very own custom header image! The slide has already been sized to.
How To Use This Template The blank slide below will be your canvas for creating your very own custom header image! The slide has already been sized to.
How To Use This Template The blank slide below will be your canvas for creating your very own custom cover image! The slide has already been sized to.
Quick guide on making PowerPoint slides  PowerPoint is a presentation program  A PowerPoint slideshow is a stack of slides being presented one after.
Finishing Touches. Headline Subheading Background Pictures Captions.
Microsoft PowerPoint Tutorial Created by L. George 2006.
“All About Me” PowerPoint Project Grade 4 Students Fleetwood Area School District.
How to create an eBook in PowerPoint. Video.
Chapter 2 – Introduction to the Visual Studio .NET IDE
Copyright © 2010 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Programming Logic & Design Second Edition by Tony Gaddis.
® IBM Software Group © 2006 IBM Corporation Using JSF Mini-Calendar Controls This section describes how to use a JSF Mini-Calendar Control with EGL It.
Introduction to Scratch. What is Scratch? Scratch is a control program that enables you to create your own interactive stories, animations, games, music,
PowerPoint for Art Students and Teachers Love it Love it or hate it, PowerPoint is ubiquitous. Let's see how we can use, abuse and subvert it to our purposes.hate.
PowerPoint: POWERful or POINTless Dana Lane June 22, 2009.
Click on this button to move to the previous slide of your notebook. Click on this button to move to the next slide of your notebook. Click on this button.
Reading comprehension exercise using PowerPoint. Question Slides 1.Start a new PowerPoint presentation with 4 slides on it. 2.On Slides 2, insert the.
Introduction to PowerPoint 2007 (PPT) Statement of Responsibility (When, For Whom, By Whom)
1 Sophiebook 101: Exploring the interface. 2 Open a new book in Sophie 1.File > New Book 2.Click OK.
Features and How-to’s Introduction to Computers Mr. Jain.
Whittier STEM Fair 2016 CARLI PECORARO’S ANDROID APP PROJECT.
For those who hate computers.
Open a BLANK WORD document
CUS POWERPOINT PRESENTATION
Microsoft Access 2007 – Level 2
Chapter Topics 15.1 Graphical User Interfaces
Chapter 2 – Introduction to the Visual Studio .NET IDE
Web Development & Design Foundations with HTML5 7th Edition
week # 03 Visual Programming Variables Canvas Screen Arrangement
First text statement positioned here at guide intersection
How To Use This Template
Elementary ePortfolio (Journal) Guide
How To Use This Template
DIRECTIONS: 1. Click Enable Editing in the yellow bar above.
Extend Text Editor to Draw shapes
How To Use This Template
Chapter 15: GUI Applications & Event-Driven Programming
How to Copy and Share a Document.
How To Use This Template
Texts.
PowerPoint is for making high quality presentations
Type Title Here Type Name Here
How to Save a Picture to the Computer or Jumpdrive
Presentation transcript:

MIT AI DEMO

Start New Program Name “My First Program”

Drag these 3 Components into your blank area. ComponentDesigner DrawerPurpose ButtonUser InterfaceRespond to being clicked CanvasDrawing and Animation Provide a touch- sensitive surface where you can draw and animate CameraMediaAccess the device's camera

Rename Each Components Use Component_Purpose names “Take a Picture!”

Designer View

Block View

Block Locations Drag one of each to the blank area. BlockBlocks DrawerPurpose Camera drawerLets the user take a picture Camera drawerEvent handler! This script will execute after the user takes a picture. Button drawerEvent handler! The script inside this block will be executed when the user releases a button. Canvas drawerSets the background image of the canvas. mouse over on the camera's "After picture" `block Refers to the picture just taken. Only available locally, within the "After picture" event handler.

Arrange the times to look like this

Snip Designer and Block Screens Paste them into a word document. Document header – Name – Date – Class Period Save document 112SBurgess1.. Use your name Submit doc to LMS First Code

Finish up You program automatically saves.

Open My First Program When you first open a program it is automatically in Designer view.

Designer View Pull 1 of each of these components ComponentDesigner DrawerPurpose LabelUser InterfaceDisplay text SliderUser InterfaceChange a value as the user slides a control back and forth Horizontal ArrangementLayoutCenter a component or place components side by side

Place the Label and Slider in the Arrangement Box

Block View The Drawers are color coded. Look at the Block color to see what drawer it comes from.

Add buttons to change the color of the pen. Here we've add three buttons, placed them inside a Horizontal Arrangement, and set the Shape and Background Color property of each button. In the Components list of the Designer view, we've also renamed each button to a name like "ButtonBlue." That helps the programmer keep track of the components.

Designer View

Block View You need a block set for each color. Look at the block color to find the drawer it is located in.

Designer View Clear the canvas when you shake the tablet. Add an accelerometer sensor component. ComponentDesigner DrawerPurpose Accelerometer SensorSensorsDetect when the tablet is shaken. Also detects when the tablet is tilted forward or left/right.

Block View Remember to look at the color of the blocks to find their location in the drawers.