Word-processing programs, spreadsheets, payroll and inventory programs, and even games are considered to be ____.

A. application software
B. system software
C. low-level programming languages
D. high-level programming languages


Answer: A

Computer Science & Information Technology

You might also like to view...

What is the output of the following program?


A.
B. X = 4 and Y = 6
C. X = 8 and Y = 9
D. X = 15 and Y = 3
E. X = 15, Y = 6
F. None of the above are correct

Computer Science & Information Technology

For each of the following, write C++ statements that perform the specified task. Assume that unsigned integers are stored in four bytes and that the starting address of the built-in array is at location 1002500 in memory.

a) Declare an unsigned int built-in array values with five elements initialized to the even integers from 2 to 10. Assume that the constant size has been defined as 5. b) Declare a pointer vPtr that points to an object of type unsigned int. c) Use a for statement to display the elements of built-in array values using array sub- script notation. d) Write two separate statements that assign the starting address of built-in array values to pointer variable vPtr. e) Use a for statement to display the elements of built-in array values using pointer/offset notation

Computer Science & Information Technology

Describe the three key assumptions regarding software projects that every agile software process must address.

What will be an ideal response?

Computer Science & Information Technology

____________ applications are cross-platform. 

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

Computer Science & Information Technology