Alice Flashcards
Who created Alice?
Randy Pausch
What is Alice named after?
Alice’s Adventures in Wonderland
For what is Alice used?
As statistical analysis with children
What type of language is Alice?
Imperative, object-oriented, compiling language
What are the versions of Alice and the years they debuted?
Alice 99(1999)
Alice 2(2004)
Alice 3(2010)
Readability?
Good
Writability?
easy to create programs.
Reliability?
Good.
Cost?
low-cost
What are the 4 standard Data types in Alice?
Double, Integer, Boolean, String
What is there not in Alice?
There is no passing a variable by reference.
What do you need to do for Arrays in Alice?
You need to explicitly state the data type and the array size.
What are the 4 scopes in Alice?
Local, Parameter, Class, World
Precedence
NOT
* / %
+ -
< > <= >=
== !=
AND
OR
Controls structures in Alice
DO in order
DO Together & Each In_Together
If_else_
Count_for
Each In_ & While_
Nesting