Game Preview

QB64

  •  Arabic    6     Public
    QB64
  •   Study   Slideshow
  • By using _________ in a print statement, the items are printed without any spaces between them.
    semicolon
  •  5
  • ______________statement instructs the computer to wait for some data to be entered.
    Input
  •  5
  • ________command clears all the contents of the screen.
    cls
  •  5
  • The INPUT statement displays a _____________ mark on the screen.
    question
  •  5
  • The print statement provides variations to print the output on the screen.
    True
  •  10
  • When comma is used with print statement the items get closed to each other leaving no space
    false
  •  10