The .exe file extension indicates that the file is _________.
a) extensible
b) executable
c) existent
d) extinct
b) executable
Computer Science & Information Technology
You might also like to view...
Watermarks display in which view(s)?
A) Read Mode B) Print Layout C) Web Layout D) Print Layout and Web Layout
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1. You insert comments in your programs to document and improve the readability of your code. 2. Syntax errors are indicated only when you compile a program. 3. Visual Basic is case sensitive; therefore, an identifier named Pencil is not the same as one named pencil. 4. All variables must be declared with a name and a data type before they can be used in a program. 5. A declaration may declare only one variable at a time.
Computer Science & Information Technology