QBasic Programming

123456789
Across
  1. 2. Which Screen contains the maximum colors?
  2. 6. ______ number represents a black color.
  3. 7. This statement is used to accept a value from the user and store it in a variable
  4. 9. ________ means repeated execution of statements for a fixed number of times in a program
Down
  1. 1. ____ is used for clearing screen
  2. 3. FOR statement is always used along with the ______ statement.
  3. 4. This statement is used to assign or give a value to a variable.
  4. 5. _____ sign is used to represent an alphabet in a string.
  5. 8. ______ statement is used for displaying numbers, text, or message on the output screen.