What was the first word processing application?

a. Word for MS-DOS
b. WordPerfect
c. WordStar
d. Alto


C

Computer Science & Information Technology

You might also like to view...

What are the two main methods for implementing queries in a database system?

What will be an ideal response?

Computer Science & Information Technology

The analysis of algorithms enables programmers to decide which algorithm to use for a specific application.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The "Show windows side by side" option tiles windows horizontally. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Mindy wants to create a new subdirectory at ~/2019projects/projectx/projectplans to start storing the initial project plans for projectx. However, this is the first project she has worked on in 2019 and the 2019projects directory does not exist yet. Which of the following commands will create the higher level directories if they do not already exist?

A. mkdir -r ~/2019projects/project/projectplans B. mkdir -p ~/2019projects/project/projectplans C. mkdir --all ~/2019projects/project/projectplans D. mkdir -v ~/2019projects/project/projectplans

Computer Science & Information Technology