Introduction to Qbasic


Available Answers

  1. 1.

    Fill in the blanks.

    1. Keyboard shortcut for exiting from QBASIC is ___________.
    2. ___________ statement makes the screen clear.
    3. ___________ menu is used to run or execute the program.
    4. The ___________ statement tells that the program in over.
    5. The extension of Basic file is ___________.
  2. 2.

    Write True or False.

    1. String constants are always enclosed in double quotation marks.
    2. A variable name must always starts with digit.
    3. PRINT command prints text on the screen.
    4. A variable name can exceed 40 characters.
    5. The way of writing statement is known as syntax.
  3. 3.

    Multiple Choice Questions (MCQs).

    1. ____________ is an Integrated Development Environment (IDE) developed by Microsoft Inc to write, edit, debug and execute QBASIC program.
      1. QB64 IDE
      2. QB66 IDE
      3. QB67 IDE
    2. ____________ displays the current filename along with its path or location.
      1. Title Div
      2. Title Bar
      3. Title Status
    3.  ____________ set is a set of symbols is that is used in a programming language.
      1. Character
      2. Alphabet
      3. Digit
    4. There are ____________ types of variables.
      1. One
      2. two
      3. three
    5. The ____________ is an editor that checks the code as you write, so that there are no errors that it can detect.
      1. text
      2. IDE
      3. QB64
  4. 4.

    What is BASIC stands for? Who developed it?

  5. 5.

    Write the QB64 commands:

    1. To print any thing on the screen.
    2. To clear the screen.
    3. To indicate the end of program.
  6. 6.

    What are the elements of a programming language?

20 more answer(s) available.

Please login to post your comments.