General Computer Stuff
Programming
Quirky Terms
More Programming
Class, Methods, Parameter
100
sequence of instructions that tell the computer what to do
What is computer program?
100
The way a program is written can vary from progrmamer to programmer, also refered to as coding ______.
What is style?
100
This is what most programmers do when they start programming at first to fix their programs?
What is trial-by-error?
100
This construct is used for repitition in Alice to do something over and over a set number of times
What is a Loop?
100
This is used to communicate data or pass objects to a method.
What is a parameter?
200
Animation takes place in Alice here
What is virtual world?
200
The way you tell other programmers clearly what the code does by putting these throughout the program.
What are comments?
200
This is the state of your program code when you click Play in Alice.
What is runtime?
200
This is a math operation on numbers or other kinds of values.
What is an expression?
200
This is when a new _____ can be created from an existing one by defining ______-level methods and saving the ______ with a new name.
What is a class?
300
This has six degrees of freedom to move around in a virtual world.
What is an object?
300
These three methods (can use left or right for directions) are used used to make objects do something in Alice.
What are move, turn, and roll?
300
This is what causes errors in programs and what programmers try to fix. Also an insect!
What are bugs?
300
This is a statement that control the execution of intructions.
What is control structure?
300
These types of methods can be written to accept objects parameters.
What are class-level methods?
400
This means plan ahead in programming or Alice
What is design?
400
This property lets Alice know how long you want an method to last?
What is duration?
400
This is when two objects touch into one another in Alice.
What is collision?
400
This asks a question about a condition or computes a value
What is function?
400
This type of method is accessible from anywhere in Alice's virtual world?
What is world-level method?
500
This is what programmers do when they actually write code.
What is implement?
500
This property changes the camera view in Alice to the object point of view __ ___ __.
What is asSeenBy?
500
This control structure is use dto make a decision in Alice.
What is If Else!
500
This term is used as the type of variable for true and false
What is boolean?
500
These 2 animation terms are used to create invisible objects in Alice.
What are isShowing and opacity?
M
e
n
u