Created by daniel staniland
about 6 years ago
|
||
Question | Answer |
What is an integer | A whole number |
What is a boolean | Can only take two values. normally true or false |
What is a character | A single letter, number or symbol |
What is a string | A string is used to represent text, it is a collection of characters. |
What is a float | A float is a number that has a decimal part. |
What is == | Is equal to |
What is = used for | This can be used for assigning variables. |
What is <> or != | Is not equal to |
What is < | Is less than |
What is > | Is greater than |
What is <= | Less than or equal to |
>= | Greater than or equal to |
What can data values be stored as? | Constants or variables |
What is a variable | Used to store data |
Want to create your own Flashcards for free with GoConqr? Learn more.