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 to check your answer.
Starting with a general idea for a program, then breaking it down into subparts is called _____
top-down design
Top down design can most easily be created by using _____ procedures.
scene
What does this button do ?
It lets you add scene procedures.
If you have already started writing a program, it is too late for top down design.
False, you can create scene procedures and move the code to the procedures.
Information that can be passed to a procedure is called a _____
parameter
Once you have created scene procedures, you must ____ them.
call, this is usually in myFirstMethod.
In the illustration, which is a scene procedure created by the programmer:
start
In the illustration what is the purpose of the statement start(); ?
It calls the procedure start
Please review the material for any questions you miss.