Zusammenfassung der Ressource
Frage 1
Frage
What is a Integer Variable?
Antworten
-
A variable that stores whole numbers.
-
A variable that stores numbers with decimal places.
-
A variable that stores words.
Frage 2
Frage
What is an Real / Float variable?
Antworten
-
A variable that stores whole numbers.
-
A variable that stores numbers with decimal places.
-
A variable that stores text.
Frage 3
Frage
What is an Boolean variable?
Antworten
-
A variable that stores whole numbers.
-
A variable that stores numbers with decimal places.
-
A variable that has just two options.
-
A variable that stores text.
Frage 4
Frage
A conditional statement is one that can be either true or false (depending on the variable values)?
Frage 5
Frage
A complex conditional statement uses logical conditions (AND, OR, NOT) to join together 2 or more conditional statements?
Frage 6
Frage
Which one of these is an method of Code Readability?
Antworten
-
Good Variable Names
-
Add punctuation.
-
Use the space-bar.
-
None of the above.