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

  • question_answer
    What is the CORRECT code to set the whole background to red and foreground color to yellow?

    A)
    COLOR 6, 14
    PRINT "This text is yellow over red"

    B)
    COLOR 14, 4
    CLS
    PRINT "This text is yellow over red"

    C)
    COLOR 4, 14
    PRINT "This text is yellow over red"

    D)
    COLOR 0.1, 14
    CLS
    PRINT "This text is yellow over red"

    Correct Answer: B


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