Review for test! Alice Chapter 1&2 Test is tomorrow! - March 26 th March 25th.

Slides:



Advertisements
Similar presentations
Year 9 Art Narrative Linear Video Editing. Year 9 Art - Narrative sequencing photostoriesYou have already looked at narrative (story) structures in painting.
Advertisements

© Paradigm Publishing, Inc Excel 2013 Level 2 Unit 2Managing and Integrating Data and the Excel Environment Chapter 7Automating Repetitive Tasks.
CS0004: Introduction to Programming Visual Studio 2010 and Controls.
Chapter 1 - VB 2008 by Schneider1 Chapter 1 - An Introduction to Computers and Problem Solving 1.1 An Introduction to Computers 1.2 Windows, Folders, and.
PIIT Computer Science Summer Camp - Alice July 10, 2012 Brenda Parker Computer Science Department MTSU.
Windows Movie Maker. Lights! Camera! Action! Produce a movie using Movie Maker.
Introduction to Alice Alice is named in honor of
Copyright © 2012 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Alice: A Visual Introduction to Programming Third Edition.
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
Alice: A Visual Introduction to Programming Chapter 1 Part 2.
CS320n –Visual Programming Interactive Programs Mike Scott (Slides 5-1)
Copyright 2011 Wanda Dann, Steve Cooper, Don Slater Alice Workshop Problem Solving with Alice 2 & Friends.
METHODS!.  A method is a sequence of instructions or behaviors that will be carried out when requested.  You can use them to create new methods so that.
Let’s Make a Movie Editing, Special Effects, and Movie Finishing.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
®® Microsoft Windows 7 Windows Tutorial 10 Improving Your Computer’s Performance.
Information Technology Fundamentals (ITF) Mr. Shultz.
CS 0004 –Lecture 8 Jan 24, 2011 Roxana Gheorghiu.
Today’s Objective(s) and Bell-Ringer Bell-Ringer Assignment 1.No Bell-Ringer today 2.Complete Alice Introduction Guided Notes Objective Using Alice, TSW.
Interactive Video Skillbuilder CD & Digital Video Companion CD.
Study Guide For Test Chapter 5, 6,& 7 Test is Friday, May 15th.
Intro to C++. Getting Started with Microsoft Visual Studios Open Microsoft Visual Studios 2010 Click on file Click on New Project Choose Visual C++ on.
Review For Test Chapter 4 & 5 Test is Wednesday, January 27th.
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.
Computer Vocabulary Acceptable Use Policy conduct expected from someone using a computer.
Alice 2.0 Introductory Concepts and Techniques Project 1 Exploring Alice and Object-Oriented Programming.
HOW TO RECORD YOUR VOICE FOR AN AUDIO PODCAST Audacity Tutorial.
Teacher’s Assessment Assistant Worksheet Builder Starting the Program
Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Starting Out with Alice: A Visual Introduction to Programming First Edition.
Learning to Program with Alice – Chapter 1 September 16, 2009.
The Very Basics of Alice: A Simple Overview 6 th & 7 th Grade Tech Apps.
Alice Tutorial: Overview and Concepts Wayne Summers Columbus State U. 11/17/06.
Windows Listening Guide.  The software that manages the sharing of the resources of a computer. The overall function of the computer.  MASTER CONTROLLER.
XP Practical PC, 3e Chapter 3 1 Installing and Learning Software.
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.
*** CONFIDENTIAL *** © Toshiba Corporation 2008 Confidential Printing Reports.
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.
Introduction to Video Game Programming (VGP) Mr. Shultz.
Introduction to Alice Alice is named in honor of Lewis Carroll’s Alice in Wonderland.
Fall 2009ACS-1805 Ron McFadyen1 Chapter 2 Program Design & Implementation.
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.
World-level Classes Chapter 6 Part 2. Programs Grow Program code grows larger over time This makes it more difficult to read and process the code in our.
Learning to Program with Alice 1st Semester September 11, 2008.
Using Alice.  Alice is visual  Alice is object-oriented (some might say object- based)  Alice eliminates the need to debug syntax errors  Alice introduces.
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.
™ SimBot Simulation Instructions. Step 1 Click on “>>Missions
ICT/COMPUTING RULES Only use software allowed by the teacher
Problem Solving.  Similar to Solving Math Word Problem  Read the Problem  Decide how to go about Solving the Problem  Solve the Problem  Test the.
An Introduction to Programming Using Alice 2.2, Second Edition Chapter 7 Recursive Algorithms.
Using CVUSD Print Center Desktop Printer Chino Valley Unified School District.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft Excel 2002 Using Macros Lesson.
Chapter 2 Build Your First Project A Step-by-Step Approach 2 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta Eaton.
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.
HOW TO RECORD YOUR VOICE FOR AN AUDIO PODCAST Audacity Tutorial.
Installing and Learning Software
Setting Up the Initial Scene
Scratch Unit Overview We are going to look at computer programming and how to create your very own computer game The piece of software we will be using.
Getting started in Alice
An introduction to programming Created by Dr. Randy Pausch
Alice in Action with Java
Introduction to Alice Alice is named in honor of
Design and Implementation
Intro to digital technology
CS 1111 Introduction to Programming Spring 2019
Presentation transcript:

Review for test! Alice Chapter 1&2 Test is tomorrow! - March 26 th March 25th

Name the different parts of the screen! a. Object Tree b. Window View c. Events Editor d. Details Panel e. Editor f. Play button

Vocabulary Words: Alice: Alice is software that will allow you to create computer programs such as stories or games (interactive). Virtual World: A video game or simulation implemented in 3D. Using a virtual world lends a sense of reality to the simulator and increases its effectiveness. Pseudocode: loose version of the instructions that will eventually become program code. Computer Program: is a set of instructions that tells the computer what to do.

More….. Six degrees of Freedom: Possible directions of motion for the object. Scenario: is a problem (or task) statement that describes the overall animation in terms of what problem is to solved or what lesson is to be taught. Documentation: notes explaining a section of code. Algorithm: a list of actions to perform a task or solve a problem. Storyboard: is the design approach we will used to create a solution to a probem or plan a list of actions to perform a task. It’s visual.

More: Flowcharts: is a visual representation of your program. Flowcharts are constructed using a basic collection of symbols. Comments: They are not instructions, they only help the human reader understand what a program does. Loop: a section of code that will repeat itself a number of times. Methods: is a segment of program code (a small set of instruction) that defines how to perform a specific task. Bug: An error in your program.

Answers to Questions How do you Open Alice? –Double click the icon on your desktop How do you open a file in Alice? –File, Open World How do play your story? –Click the Play button to run the world How do stop your story from playing? –Click the Stop button in the animation window

More…….. How do you save your story? –File, Save World as, send to your desktop/flash drive, Name your file, click OK. How do you add coding? –Drag a method into the editor for an object. How do you print your coding? –File, Export Code for Printing, enter your name as Author, click OK. Open file from desktop and print.

More….. Alice named after whom? –Charles Lutwidge Dodson What address can you fine the Alice website? What is the six degrees of freedom? –Up, down, back, forward, left, right Where is the center point for the following objects? –Bird –Person –Object that is held by a person

This is it….. How do you start an Alice program? –File, new world, template How do you add an object into your world? –Click the Add Objects button choose your object from the Local Gallery folder and insert it into your world.

For Today: Worksheet – Study Guide #2. (go get a book!) Test tomorrow!....Study for test. Finish any old work.