7th Class Computers Science Programming Concepts Question Bank Programming in QBASIC

  • question_answer
    Which of the following is the CORRECT command to make a box filled with yellow color in QBASIC?

    A)
    SCREEN 13
    LINE (60, 10) - (60, 10), 9, BF
     

    B)
    SCREEN 13
    LINE (10, 60) - (100, 100), 13, B
     

    C)
    SCREEN 13
    LINE (10, 60) - (100, 100), 14, BF
     

    D)
    SCREEN 13
    LINE (60, 10) - (10, 60), 4, BF
     

    Correct Answer: C


You need to login to perform this action.
You will be redirected in 3 sec spinner