HOME
FUNDAMENTALS
SETUP
MOVEMENT
REMOTE CONTROL
SENSING
---
-
-
-
Exit
- :
Check Your Understanding:
1. When using a variable, you must specify two things. They are:
Type and Value
Name and Value
Type and Name
Sensor Type and Name
2. Which of these is an Integer?
1.7
1.0
-1
2.5
3. Which of these is not a character?
‘1’
‘$’
‘2’
‘3.0’
4. Which of these is not a string?
“A”
“Bee”
“Cee”
“Dee”
5. Which of these is a propper variable name?
Line Counter
LineCounter1
Line Counter 1
1 LineCounter
6.The assignment of a String must include:
The word, string, a double equal sign and the characters in the string
The word, string, a double equal sign and the characters in the string surrounded by single quotes
The word, string, a single equal sign and the characters in the string
The word, string, a single equal sign and the characters in the sting, surrounded by double quotes
Variables
Global Variables