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
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++; } ```
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
Changing character spacing can be performed by using the ________
A) Change case list B) Font gallery C) Align text gallery D) Font dialog box
________ 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