Application software refers to
a. the programs that make the computer useful to the user
b. the operating system
c. key words
d. pseudocode
a. the programs that make the computer useful to the user
You might also like to view...
Match each of the following actions with the tab on which it is activated
I. Display formulas on the screen II. Exporting a document as a PDF file III. Create a recommended chart IV. AutoFit column widths V. Change a worksheet to landscape orientation A. Formulas tab B. Page Layout tab C. Insert tab D. File tab E. Home tab
What happens when this is used in a constructor’s body to call another constructor of the same class if that call is not the first statement in the constructor?
a. A compilation error occurs. b. A runtime error occurs. c. A logic error occurs. d. Nothing happens. The program compiles and runs.