Basics of MS Small Basic


Available Answers

  1. 1.

    Fill in the blanks with the correct words.

    assignment, editor, variable, double quotes, .sb
    1. The _____________ is the area where you write Small Basic programs.
    2. A string constant is enclosed within _____________.
    3. The ____________ statement assigns a value to a variable.
    4. A ____________ is an area in computer memory that has a name and that stores data temporarily.
    5. The extension of a Small Basic program is ___________.
  2. 2.

    Write T for the true statement and F for the false one. Correct the false statement(s).

    1. To open a Small Basic program, click the Open button in the program group on the toolbar.
    2. Press F5 key to run a program.
    3. Small Basic is not case-sensitive.
    4. The * sign is used as the concatenation operator.
    5. TextWindow is an object and so is WriteLine.
  3. 3.

    Choose the correct option.

    1. The arithmetic operator not used in Small Basic is
      1. +
      2. *
      3. ^
      4. /
    2. The value of the arithmetic expression 6 + 5 * 2 is
      1. 16
      2. 22
      3. 20
      4. 18
    3. The output of Math.Remainder (30, 8) is
      1. 3
      2. 6
      3. 5
      4. 4
    4. The symbol used for inserting comments in a program is
      1. "
      2. '
      3. *
      4. ^
    5. The method used to read numeric value during program execution is
      1. Number( )
      2. ReadNumber( )
      3. Read( )
      4. ReadValue( )
  4. 4.

    What are the main points to be kept in mind while working in Small Basic?

  5. 5.

    What are the rules for naming variables?

  6. 6.

    Explain the two types of variables in Small Basic.

7 more answer(s) available.

Please login to post your comments.