The program you are creating must output information onto the screen, and then position the cursor on the next line in preparation for additional output. What method should you use?

A. Write()
B. Println()
C. PrintLine()
D. WriteLine()


Answer: D

Computer Science & Information Technology

You might also like to view...

The ____ format allows the streaming of video, uses the Windows Media Player, and plays on both Windows and Macintosh computers.

A. SWF B. MPEG-4 C. WMF D. QuickTime

Computer Science & Information Technology

The ____ identifies the sequence of the sorted data.

A. sort key B. hash key C. sort order D. sorting algorithm

Computer Science & Information Technology

Joe, a remote user, has called the helpdesk with an issue on his machine. The technician would like to remote into the machine for troubleshooting but does not know the IP address or host name. Which of the following commands can the technician ask Joe to execute to gain this information?

A. netstat B. ipconfig C. ping D. traceroute

Computer Science & Information Technology

What term is used for a string that appears in the actual code of a program?

a. string literal b. virtual string c. str d. any of these

Computer Science & Information Technology