Zebra0.com

alice scenesAlice Programming

Alice Programming

Learn Alice in FREE step-by-step lessons.

Quiz on Scene Procedures in Alice 3

After watching the videos in the section, you should understand why you should create scene procedures.

Write down the answers first. Click the check to check your answer.

Starting with a general idea for a program, then breaking it down into subparts is called _____ answer

   top-down design

Top down design can most easily be created by using _____ procedures. answer

   scene

What does this button do ? answer

   It lets you add scene procedures.

If you have already started writing a program, it is too late for top down design. answer

   False, you can create scene procedures and move the code to the procedures.

Information that can be passed to a procedure is called a _____ answer

   parameter

Once you have created scene procedures, you must ____ them. answer

   call, this is usually in myFirstMethod.

In the illustration, which is a scene procedure created by the programmer: answer

   start

In the illustration what is the purpose of the statement start(); ? answer

   It calls the procedure start

Please review the material for any questions you miss.