9/28/2016 © A+ Computer Science - Introduction.

Slides:



Advertisements
Similar presentations
Windows Movie Maker Anne Fry Seneca East Public Library.
Advertisements

View-Based Application Development Lecture 1 1. Flows of Lecture 1 Before Lab Introduction to the Game to be developed in this workshop Comparison between.
Microsoft® Small Basic
Accessing A Live Video Stream For UNMC Classes 1. Connect to the internet and type the numbers or into.
Introduction to Visual Basic Chulantha Kulasekere.
Introduction to Class Modules Please use speaker notes for additional information!
Scratch the Cat. Object Oriented Programing Writing computer programs Based on Objects Instead of Actions Based on Data Instead of Logic.
Programming Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Programming with Alice Computing Institute for K-12 Teachers Summer 2011 Workshop.
Store, sync, and share your files
Shorter of two objects and changing color V2 Functions, events and setting the color in sequence and randomly This is a modification of the Changing Color.
COMP 1001: Introduction to Computers for Arts and Social Sciences Data Representation Wednesday, May 25, 2011.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
Placing a HOLD on a the Kitty Hawk Library!
Name: Read this page first. A web browser is software on your computer that lets you visit web pages. The address bar is a box in a web browser displaying.
computer
Tutorial on Kangaroo visiting his animal friends - parameters, events.
Third Grade Computer Class Room 241
Creating Projects in JCreator Computer Science 40S.
Spring 2011 CSUS Learning, Teaching and Assessment Conference Western Connecticut State University 4/29/11 Due to a scheduling conflict the 2011 CSU Assessment.
Learning Unity. Getting Unity
CS590VC - Tutorial 3 Linden Scripting Language (LSL)
Here are 10 problems to help you practice long division. Solve the problems step by step on a piece of paper, and click your mouse after each step to see.
Bunny Eat Broccoli Repetition – Simple loops and Conditional loops Susan Rodger Duke University July 2011.
Creating a Historical Tour in Alice By Jenna Hayes May 2010.
Kindle eBooks via USB on Overdrive Tutorial. eBooks.
2a – Object Oriented Lingma Acheson Department of Computer and Information Science, IUPUI CSCI N331 VB.NET Programming.
To Take a Photo of a house and get a Property Profile you start by Clicking on the Take a Photo icon at the bottom of the screen. For Android devices.
EGR 141 Computer Problem Solving in Engineering and Computer Science Developing a Program using Visual Basic.NET 2005.
Surrey Libraries Computer Learning Centres Totally New to Computers Computer Basics January 2012 Teaching Script.
Alice An introduction to programming. History  First created as a project by a student group  Carnegie Mellon University Pittsburgh  Free to anyone.
Programming: Putting Together the Pieces Built-in Functions and Expressions Alice.
Programming with OpenGL Part 2: Complete Programs Ed Angel Professor of Emeritus of Computer Science University of New Mexico.
Double click here to add event title Double click here to add event date Double click here to add event time Double click here to add event location.
How to use the Hand-In Folder. Click on the Folder icon at the bottom of the screen.
1NetBeans Tutorial Using the “Properties” menu, name the List “List1” and the button “Button1”. NetBeans Tutorial6.
Creating a Fancier Chicken to use in several worlds - Inheritance Susan Rodger Duke University June 2009.
Virtual Tour Of The Media Center Click Here For Panorama View.
We want to add here all the Eleven schools that are functional. Next slide shows how it would look when we click on School of Studies.
Galileo Student Online Testing Guide. OBJECTIVES  Log in/out  Take a test.
Introduction to Programming with Scratch Exploring Computer Science – Lesson 4-1.
OpenSCAD Tutorial 1 Lets build our own 3d models.
Creating a movie clip.
© A+ Computer Science -
Bunny Eat Broccoli Repetition – Simple loops and Conditional loops
Click here for the answer. Click here for the answer.
Click here for the answer. Click here for the answer.
Click here for the answer. Click here for the answer.
Introduction to Object-Oriented Programming
Simple Windows Applications
Restricting an Event with a Conditional
Alice 2.2 Introduction.
Ашық сабақ 7 сынып Файлдар мен қапшықтар Сабақтың тақырыбы:
Windows басқару элементтері
Introduction to Programming
See requirements for practice program on next slide.
YOUR text YOUR text YOUR text YOUR text
A Look Back: 2010 Phenomenex Meal Event.
Refresh: Click Here.
CLICK TO START.
Қош келдіңіздер!.
Illustrator Patterns Info
CLICK TO START.
Информатика пән мұғалімі : Аитова Карима.
Restricting Events Creating Conditional Events in Alice By Henry Qin
Dr. Kyaw Thet Khaing Deputy Director
Call Now : Click : -
Call Now : Click : -
Call Now : Click : -
Presentation transcript:

9/28/2016 © A+ Computer Science - Introduction

9/28/2016 © A+ Computer Science D programming environment Introduction to object oriented programming Drag & Drop REAL PROGRAMMING!

9/28/2016 © A+ Computer Science - The World Program Code Events Objects Methods

9/28/2016 © A+ Computer Science - Click Here

9/28/2016 © A+ Computer Science - The World Camera Controls Object Controls Object Library

9/28/2016 © A+ Computer Science - Click

9/28/2016 © A+ Computer Science -

9/28/2016 © A+ Computer Science - Objects have properties that let us change how they look We can also change the properties by dragging them into the code window

9/28/2016 © A+ Computer Science - Methods are things that an object knows how to do. takeTest waitForBus textMessageFriend walkGirlfriendToClass I am an object!

9/28/2016 © A+ Computer Science -

9/28/2016 © A+ Computer Science -

9/28/2016 © A+ Computer Science - Shows you the direction of forward, up, and right for this object. Where the 3 lines intersect is the object’s center and it will rotate around that point.

9/28/2016 © A+ Computer Science - Allows you to move the individual pieces of an object.

9/28/2016 © A+ Computer Science -