Multiple choice By using a(n) _______, you can cause output to be placed in the next print zone. semicolon asterisk comma quotation mark Reveal answer Fill a bubble to check yourself C Correct answer Explanation In BASIC, a comma in a PRINT statement moves output to the next print zone (tab position), while a semicolon keeps output on the same line.