Ozaria Programming Vocabulary

1234567891011
Across
  1. 3. when you use a lot of variables, you will want to use names to keep track of them
  2. 5. using <, >, or = to compare values
  3. 6. a conditional that runs if a value is present, else it runs something different
  4. 7. calling a variable and assigning it a new value
  5. 10. code runs only when conditions are right
  6. 11. the value of a variable that is a number
Down
  1. 1. a way to write or plan code using normal language
  2. 2. a way for us to keep track of information in our code
  3. 4. the value of a variable that is a word
  4. 8. a way to decide one or the other, true/false, yes/no etc
  5. 9. the number of objects is the value of the variable