Software designed specifically for managing real estate is an example of ________ software.

A. e-commerce
B. general business
C. project management
D. vertical market


Answer: D

Computer Science & Information Technology

You might also like to view...

Predict the output of the following nested loops:

``` int n = 1; while(n <= 10) { int m = 10; while(m>=1) { cout << n << “ times “ << m << “ = “ << n*m << endl; m--; } n++; } ```

Computer Science & Information Technology

When a footnote is entered into a document, a line is automatically inserted to separate the footnote area from the document text

Indicate whether the statement is true or false

Computer Science & Information Technology

Changing character spacing can be performed by using the ________

A) Change case list B) Font gallery C) Align text gallery D) Font dialog box

Computer Science & Information Technology

________ is a presentation program that allows the user to use high-impact graphics and video to communicate information

A) Microsoft Excel B) Microsoft PowerPoint C) Microsoft Access D) Microsoft Outlook

Computer Science & Information Technology