September 2005
Beginner
576 pages
13h 6m
English
Test your knowledge of variables, expressions, and the rest of the information in this hour by answering the following questions.
| 1: | What do you call a group of statements that is contained with an opening bracket and a closing bracket?
|
| 2: | A boolean variable is used to store true or false values.
|
| 3: | What characters cannot be used to start a variable name?
|
| A1: | a. The grouped statements are called a block statement, or a block. |
| A2: | a. true and false are the only answers a boolean variable can store. |
| A3: | b. Variables can start with a letter, a dollar sign ($), or an underscore character (_). If you started ... |
Read now
Unlock full access