Tuesday, April 12, 2011

Question of the Day

What is a variable? a variable is a placeholder for some value, much like x and y are popular variables in algebra

How are variable represented in Scratch? In Scratch, variables are represented with blocks shaped like elongated circles, uniquely labeled by you.

What are the two types of variables and how can they be used? Variables, generally speaking, can be local or global.

What is a Boolean variable? A variable that only takes on a value of true (i.e., 1) or false (i.e., 0), incidentally,

No comments:

Post a Comment