Java Games: Flashcards, matching, concentration, and word search.

Alice Programming Vocabulary

AB
Computer ProgramA set of instructions that the computer follows to perform a task.
ComputerA device that follows instructions. Not just any kind of instruction, it only works with data. It can calculate, sort, display.
Computer ProgrammersPeople who create programs or software.
Programming CodeA code that consist of simple English words (statements). The algorithm is transferred into the code. The code is also called programming language.
Machine LanguageThe language of the computer. Computer understand s only binary numbers. They are 1s or 0s.
Compiler or InterpreterA software that translates programming code in to machine language.
AliceA computer program that helps you learn the concept of programming . It lets you create 3D virtual worlds with variety of objects. The objects are already populated in the program.
This is the part of the Alice prgram that hold the list of all the objects in the world.Object Tree
MethodThis is set of instruction that an object follows.
Event EditorThis is the part of the Alice program that is used to create mouse events or key events.
PropertiesEach object in an Alice world has these, which are values that specify the object's characteristics.
Bounding boxThis is a yellow box that appears around an object to indicate that it is selected.
Details PanelThis is the part of the Alice program where an object's properties are displayed.
EditorThis is the area of the Alice program where you place the instructions for the objects.
PseudocodeThis is a way of writing out the steps of an algorithm in English.
Do in orderThis is a structure that causes a group of instructions to be executed in the order that they appear inside the structure.
LoopThis instruction causes one or more other instructions to repeat a certain number of times.
Do togetherThis structure can be used to execute a set of instructons at the same time.
Primitive methodsThis is what all objects in an Alice world have.
Key EventsWhen any key on the keyboard is pressed an action is taken by the object.



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities