Learning to Program with Alice 1st Semester September 11, 2008.

Slides:



Advertisements
Similar presentations
Alice.
Advertisements

PIIT Computer Science Summer Camp - Alice July 10, 2012 Brenda Parker Computer Science Department MTSU.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland Modified by Serita Scott Further modified by Suzy Crowe.
Programming with Alice. Getting Started with Alice Alice is a free programming language – Named in honor of Lewis Carroll – See web page for download.
Chapter 6 Problem Solving and Algorithm Design. 6-2 Chapter Goals Determine whether a problem is suitable for a computer solution Describe the computer.
Introduction to Alice Alice is named in honor of
Basics of Computer Programming Web Design Section 8-1.
Introduction to Alice Web Design Section 8-2 Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
CS320n – Elements of Visual Programming Introduction to Alice Mike Scott (Slides 1-1)
What is Alice? Graphical Programming Environment and Language Learn object oriented programming using 3 dimensional objects and a story telling approach.
Learn Alice Basic and Storyboard
Programming Fundamentals (750113) Ch1. Problem Solving
Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Alice Workshop Problem Solving with Alice 2 & Friends.
Animation Programs Alice. Overview 4-step process for creating animations Step 1: Understand Problem Step 2: Design Step 3: Implementation Step 4: Test.
Copyright © 2001 by Wiley. All rights reserved. Chapter 1: Introduction to Programming and Visual Basic Computer Operations What is Programming? OOED Programming.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Learning to Program with Alice 2 nd Semester February 13, 2008.
CSC1401: Introductory Programming Steve Cooper
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Getting Started With Alice. Why Learn about Programming computers. Learning to program a computer does not turn you into a nerd We will use Alice which.
Animation Programs: Scenarios and Storyboards Alice.
Learning to Program with Alice – Chapter 1 September 16, 2009.
Animation Programs: Scenarios and Storyboards Alice.
By the end of this session you should be able to...
Alice Tutorial: Overview and Concepts Wayne Summers Columbus State U. 11/17/06.
Alice Program Design and Implementation. Scenarios and storyboards The previous magician example illustrated a simple storyboard which depicts a scenario.
CS1501. What is a computer program? A set of instructions to tell the computer what to do It can be elegant! Not only a way to tell a computer what to.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Obj: Introduction to Alice HW: Read handout and answer questions. Alice is named in honor of Lewis Carroll’s Alice in Wonderland Day 5.
Storyboarding1 Steve Cooper Barb Ericson August 2009 Storyboarding.
Animation Programs: Scenarios and Storyboards
Alice and Algorithms Chapter 1 Part Reasons to Program The joy of programming To create a tool To use your creativity abilities For non programmers.
Animation Programs Alice.
Chapter One An Introduction to Programming and Visual Basic.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Software Development. Software Development Loop Design  Programmers need a solid foundation before they start coding anything  Understand the task.
Fall 2009ACS-1805 Ron McFadyen1 Chapter 2 Program Design & Implementation.
Review for test! Alice Chapter 1&2 Test is tomorrow! - March 26 th March 25th.
Learning to Program with Alice September 22, 2009.
Introduction to Alice Web Design Section 8-2 Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Algorithms and Pseudocode
Programming in Alice IT-IDT-9 Design, develop, test and implement programs using visual programming. 9.1 Utilize drag and drop software to develop programs.
Program design and implementation Sept 7, 2010 – Day 2 Object-oriented Programming thru Video Games TIDE 1840 Harry Howard Tulane University.
Problem Solving.  Similar to Solving Math Word Problem  Read the Problem  Decide how to go about Solving the Problem  Solve the Problem  Test the.
How Computers Solve Problems Computers also use Algorithms to solve problems, and change data into information Computers can only perform one simple step.
Alice in Action with Java Chapter 1 Getting Started with Alice.
Unit 2 Programming in Alice & Java 1. Day 1: Learning to Program  Objective: Understand the need for step-by-step logic; Basic working of a computer.
Introduction to the course Aug 30, Day 1 Object-oriented Programming thru Video Games TIDE 1840 Harry Howard Tulane University.
Algorithms and Flowcharts
1 Quiz Show Programming Terms. 2 Alice - 3D Virtual Programming Vocabulary Quiz Board Chapter 1 Chapter 2a Chapter 2b Chapter 3 Chapter 4 $100 $200 $300.
Creating Animations in Alice
Basics of Computer Programming
Getting started in Alice
Obj: Introduction to Alice
Basics of Computer Programming
Basics of Computer Programming
Basics of Computer Programming
Introduction to Alice Alice is named in honor of
Introduction to Alice Alice is named in honor of
Alice in Action with Java
Introduction to Alice Alice is named in honor of
Design and Implementation
Introduction to Alice Alice is named in honor of
Intro to digital technology
Introduction to Alice Alice is named in honor of
Introduction to Alice Alice is named in honor of
Introduction to Alice Alice is named in honor of
Presentation transcript:

Learning to Program with Alice 1st Semester September 11, 2008

What are you going to do? You will be creating programs by dragging and dropping program elements (if/then statements, loops, variables, etc.) in a mouse-based editor that prohibits syntax error. You don’t need to write code! The software will do that for you. So, you should not have any syntax errors. Good thing about your programs is that you run Alice programs in a World Wide Web browser. So you can post your work to a Web page! You will be able to create complex programs (say, 300 – 3,000 lines) by the end of the quarter/semester.

Chapter 1 – Getting Started with Alice Vocabulary Words: Computer Programmer Alice Object(s) Program Documentation Sequential processing Conditional processing Looping Function Object-oriented programming Virtual World 3D (three dimensional) models Six Degrees of freedom Center

Computer Programmer A programmer or software developer is someone who writes computer software. The term computer programmer can refer to a specialist in one area of computer programming or to a generalist who writes code for many kinds of software.software developercomputer software A programmer's primary computer language (C, Java, C++, etc.).CJavaC++

Alice It is software that will teach you to program a computer. It allows you become a director of a movie, or the creator of a video game, where 3D objects in an on-screen virtual world move around according to the directions you give them. It was named in honor of Charles Lutwidge Dodson. (Pen name was Lewis Carroll) He wrote ‘Alice in Wonderland and Through the Looking Glass’.

Object(s) Are things that you can actually see. Some examples: Person Animal Table Chair

Program A SET OF INSTRUCTIONS THAT TELL THE COMPUTER WHAT TO DO!

Documentation Comments in the program, a web page for reference, or an accompanying written document that help another human being understand what you were trying to do.

Sequential processing Running a single task to completion. They are statements in a program that are executed one after the other in the order in which they are written. Example: “Beat the eggs, mix in flour, sugar, and shortening, pour into baking pan, then bake at 375 degrees for 45 minutes”.

Conditional processing Remember VB? These are your if statements! Example: ‘If it is raining, than take an umbrella’

Looping This is a repeating behavior. An action that is repeat over and over again until a condition turn false. Example: ‘As long as there are cookies on your plate, keep eating the cookies’

Function Compute a result. It is a question! Example: ‘How much does the baby weigh? Or What is Rebecca’s phone number?’

Object-oriented programming Is programming that uses "objects" and their interactions to design applications and computer programs.

Virtual World A virtual world is a computer-based simulated environment intended for its users to inhabit and interact via avatars (is computer user's representation of himself or herself, whether in the form of a three-dimensional model used in computer games) the form of two or three- dimensional graphical representations of humanoids (or other graphical or text-based avatars). Most, but not all, virtual worlds allow for multiple users.computer-based simulated environmentusersavatarsthree- dimensional graphical Is a video game or simulation implemented in 3D. Using a virtual world lends a sense of reality to the simulator and increases its effectiveness.

3D models Is like a blue print used to design a house. The blue print provides a model of what the house will look like. In Alice, 3D models tells Alice how to create a new object in the scene. They provide instructions on how to draw the object, what color it should be, what parts it should have, its size (height, width, and depth). They are located in Local Gallery and additional models can be found on

Six Degrees of freedom The amounts to six possible directions in which an object may move. An object has six degrees of freedom to move around in a world. It’s the object possible direction of motion. Up Back Right Left Forward Down

Center Each object in Alice has a unique “center”. The center point of an object is at the center of its bounding box or as near to the center of mass as the graphic artist could determine. The center point provides a reference for a pivot or spin type of movement. Center located between their feet

Chapter 2 – P rogram Design and Implementation Vocabulary Words Storyboard Algorithm Pseudocode Syntax Scenario Snapshot Textual Storyboard

Storyboard Is a design approach that is use to create a solution to a problem or plan a list of actions to perform a task. At Pixar, Disney, animators break down a long scenario into sequences of many short scenarios. A storyboard may consist of dozen of scene sketches. Another example, play writers break down a play into individual acts and the acts into individual scenes.

Algorithm Step-by-step solution to a problem or task. A procedure for solving a problem. Example: Rise and Shine algorithm Get out of bed Take off pj’s Take a shower Get dressed Eat breakfast Carpool to work

Pseudocode In an artificial and informal language that helps programmers develop algorithms. Notes to one self. Similar to everyday language. User friendly.

Syntax Statement structure and punctuation. Format. Remember: If (condition) then statements;

Snapshot Each sketch is a representation or a snapshot of a scene in animation. It is associated with objects in certain positions, colors, sizes, an poses. They are numbered in sequence They are label with necessary information.

Scenario A description of the problem or task. A scenario is a problem (or task) statement that describes the overall animation in terms of what problem is to be solved or what lesson is to be taught. Gives all the necessary details in setting up the initial scene and then planning a sequence of instructions for the animation.

Scenario provides answers to the following questions: 1.What story is to be told? 2.What objects are needed? Some objects will play the leading role while some objects are the background. 3.What actions are to take place? These actions will eventually become the instructions in the program.

Textural Storyboard For the inpatient programmers! Look like a ‘to-do-list’ Allows us to prepare a planned structure for writing program code. Example: Do the following steps in order: Alien moves up Alien says, ‘Take me to your leader” Robot’s head turns around Etc.

Creating a program that animates objects in a Virtual World is a four- step process: 1.*Read the scenario (a description of the problem or task) 2.*Design (plan ahead) 3.Implement (write the program) 4.Test (see if it works)

Evaluate and revise! A good idea. Once the storyboard has been designed, it is a good idea to take an objective look to decide what might be changed. Ask the following questions: 1.Does the action flow from scene to scene, as the story unfolds? 2.Do any transitions need to be added to blend one scene to the next? 3.Did you overlook some essential part of the story? 4.Is there something about the story that should be changed?

Your Assignment! Lets Review! Create a visual (see page 23) and a textual (see page 25) storyboard for each of the following scenarios: A child’s game: Alice, the white rabbit, and the Cheshire cat enjoy a game of musical chairs in a tea party scene. One of the characters yells “switch” and they all run around the table to stand beside the next chair. After the switch, a chair is tipped over and the character standing next to it is eliminated from the game (moves away from the table).

Description: Alice, the rabbit, Cheshire cat are waiting to play a game of musical chairs. Sound: None Text: None Scene Number: 1

Description: Game starts! Alice calls out “switch” and they all run around the table to stand beside the next chair. Sound: None Text: Alice calls out “Switch”. Switch Scene Number: 2

Scene Number 3 Description: The characters have ran around the table and stand beside the chair. One chair is to be tipped over. (The Rabbit). Sound: None Text: None

Scene Number 4 Description: A chair is tipped over and the character standing next to it is eliminated from the game and moves away from the table. Sound: None Text: Alice calls out, “You are out Rabbit!” You are out Rabbit!

Your Assignment: Part One: Page 47 Exercises: 1 b and 1 c. Use the handouts! Part Two: Study for test on Friday! You can use your notes.