Computing

12345678
Across
  1. 3. logical design that controls order in which set of statements execute
  2. 5. a syntactic entity in a programming language that may be evaluated to determine its value.
  3. 7. Actions thatcan be conditionally executed
Down
  1. 1. a program that can analyse and execute a program line by line
  2. 2. expression tested by if statement to determine if it is true or false
  3. 4. can be compared using the == and != operators
  4. 6. First line in the if statement known as the
  5. 8. variable that signals when some condition exists in a program