Zebra0.com

alice lifecycleAlice Programming

Alice Programming

Learn Alice in FREE step-by-step lessons.

Quiz on The Software-Lifecycle

After doing all parts of the lesson you should be able to answer these questions.

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

A _____ shows each objects position, pose and orientation. answer

   storyboard

Step by step instructions that the program will perform, but written in ordinary human language is called _____ answer

   pseudocode

A ______ uses specific symbols to show action, loops and decisions. answer

   flowchart

A ______ shows all the possible combinations of values for variables and the desired outcome. answer

   truth table

A step by step plan for solving a computer problem is called ________ answer

   an algorithm

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

   top-down design

In a flowchart, a diamond shape is used to show a ____ answer

   decision

What is step-wise refinement? answer

   Starting at the top, breaking the program into subparts, and adding details

Writing the code for your story is called ____ answer

   implementation

Creating a truth table is like _____ answer

   counting

Please review the material for any questions you miss.