As shown in the accompanying figure, a(n) ____________________ is a horizontal group of cells.
Fill in the blank(s) with the appropriate word(s).
row
Computer Science & Information Technology
You might also like to view...
If the variable named ANSWER has a value of 1, what will be output after the instructions corresponding to the following pseudocode are executed?
``` IF ANSWER = 1 THEN Write “Hello” (ELSE) ENDIF IF ANSWER = 2 THEN Write “Goodbye” ELSE Write “Good day” ENDIF ``` a) Hello b) Goodbye c) Good day d) both a and c
Computer Science & Information Technology
MC The original markup language of the World Wide Web is ____________.
a) XML b) SGML c) HTML d) MRML
Computer Science & Information Technology