Introduction to QBasic


Available Answers

  1. 1.

    Fill in the blanks:

    1. A ____________ is a list of instructions that tell the computer what to do.
    2. BASIC was developed by ____________ and ____________.
    3. The Immediate Window in QB64 is denoted by ____________.
    4. The QB64 file is saved with the extension ____________.
    5. The ____________ operator returns the remainder after division.
    6. ____________ statement is used to display the output of the program.
  2. 2.

    State whether True or False:

    1. To execute a QB64 program we press F6 from the keyboard.
    2. QBASIC was developed by Microsoft Corporation.
    3. Character constants can be used for mathematical calculations.
    4. Logical operators produce the result as True or False.
    5. CLS is used to clear the output screen.
  3. 3.

    Multiple choice questions:

    1. Data is of two types:
    2. The two major parts of the QB64 window are:
    3. The expression, 2+6*3/2-4 will produce the result:
    4. The three types of operators are:
    5. This command is used to input a comment into the program code:
  4. 4.

    Match the following:

    1. MOD
    2. AND
    3. OR
    4. NOT
    5. CLS
    6. REM
    1. Clears the Output Screen
    2. If condition is True, then it makes it False
    3. Comment in the Program code
    4. Both conditions should be True
    5. Returns the remainder after division
    6. At least one condition is True

     

  5. 5.

    Name the three types of operators.

  6. 6.

    Define Constants and Variables.

14 more answer(s) available.

Please login to post your comments.