Alice Flashcards

1
Q

Who created Alice?

A

Randy Pausch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Alice named after?

A

Alice’s Adventures in Wonderland

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

For what is Alice used?

A

As statistical analysis with children

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What type of language is Alice?

A

Imperative, object-oriented, compiling language

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the versions of Alice and the years they debuted?

A

Alice 99(1999)
Alice 2(2004)
Alice 3(2010)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Readability?

A

Good

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Writability?

A

easy to create programs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Reliability?

A

Good.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Cost?

A

low-cost

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the 4 standard Data types in Alice?

A

Double, Integer, Boolean, String

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is there not in Alice?

A

There is no passing a variable by reference.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What do you need to do for Arrays in Alice?

A

You need to explicitly state the data type and the array size.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the 4 scopes in Alice?

A

Local, Parameter, Class, World

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Precedence

A

NOT
* / %
+ -
< > <= >=
== !=
AND
OR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Controls structures in Alice

A

DO in order
DO Together & Each In_Together
If_else_
Count_for
Each In_ & While_
Nesting

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Subprograms in Alice

A

Code Editor
Methods
Procedures
Objects
Parameters
The Alice Player