WAEC - Computer Studies (2020 - No. 26)
What will the following BASIC statement produce? PRINT "Afrikom Computer School" A .
blank on Screen message.
An error indicating on the screen.
Afrikon Computer School displayed on the screen.
Afrikom Computer School printed on paper.
Explanation
The BASIC statement 'PRINT "Afrikom Computer School"' will output the text 'Afrikom Computer School' to the screen. The PRINT command in BASIC is used to output or display text or variables on the screen.
Comments (0)
