Digital literacy (Commands)

12345678910
Across
  1. 3. Used to accept user input keyboard or other input device.
  2. 4. Used to store multiple values in a single variable.
  3. 7. Used to iterate over Sequence for a specific number of times.
  4. 9. Used to store and manipulate data, that is, a value with a specific name.
  5. 10. Used to display output or information on the screen.
Down
  1. 1. Used to store key-value pairs.
  2. 2. Used to define a reusable block of code that performs a specific task.
  3. 5. Allows a program to execute instructions when a condition is met or not.
  4. 6. Used to repeatedly execute a block of code.
  5. 8. Used in a function to specify the value that should be returned to the caller.