All statements that cause some specific action to be performed by the computer when the function is executed must end with a semicolon (;); such statements are known as ____ statements.

A. assignment
B. arithmetic
C. executable
D. escape


Answer: C

Computer Science & Information Technology

You might also like to view...

After the following program is finished, how many bytes are written to the file t.dat?

``` import java.io.*; public class Test { public static void main(String[] args) throws IOException { DataOutputStream output = new DataOutputStream( new FileOutputStream("t.dat")); output.writeShort(1234); output.writeShort(5678); output.close(); } }``` a. 2 bytes. b. 4 bytes. c. 8 bytes. d. 16 bytes.

Computer Science & Information Technology

Items you move using the drag-and-drop method get copied to the Windows Clipboard but not the Office Clipboard.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Microsoft Office ________ is an application that is used to store quantitative data and to perform accurate and rapid calculations.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

The combination of media, Internet, entertainment, and phone services into a single device illustrates the principal of

a. digital collusion. b. digital cohesion. c. digital combination. d. digital convergence.

Computer Science & Information Technology