answersLogoWhite

0

What else can I help you with?

Related Questions

Would rearranging the paragraphs in a document using a word processing program be an editing operation or a forming operation?

would rearranging the paragraphs in a document using a word processing pragram be an editing operation or a formatting operation


RAM holds data and program for processing data?

RAM is volatile storage that holds the program and data that the CPU would be processing.


How many average sized novels can a 250gb drive hold?

It depends on which word processing program you're using. For example, one of my novels takes up around 600KB of space as a Word document (.doc), around 900KB as a .pdf document and around 4MB as a Scrivener document. All you have to do is divide your 250GB by whichever number would be the program you're using.


Would rearranging the paragraphs in a document using a word processing program be an editing operation or a formatting operation?

Rearranging the paragraphs in a document using a word processing program would be considered an editing operation rather than a formatting operation. Editing involves revising, rearranging, or otherwise modifying the content of a document, while formatting involves changing the appearance or layout of the text, such as adjusting font size or margins.


How do you change the pre-recorded sound on something like the Staples Easy Button to different sound of your choice from the computer?

You would have to use a command script program, and write a program that could be programmed into the micro processing chip inside. Using a program like Visual Basic.


What type of program do you use to type a business letter?

You would use a word processing program such as Microsoft Word.


Which program is word processing?

A Word Processor is a type of program that allows one to enter, edit, format, and publish text in a variety of ways. A few examples of word processors are: - Microsoft Word - OpenOffice Writer - Google Docs - Adobe Buzzword - Lotus Symphony For basic word processing, you can also use Notepad and Wordpad which both come with Windows.


Scenarios is an example of reflecting as it relates to listening skills?

Listening to information, and then thinking on it and processing it would be an example of reflecting.


In what word processing program can free resume templates be found?

The most common and popular word processing program with free resume templates would be Microsoft Word. They have many choices for free and even more for a small fee.


How many pages in a word processing program would be one page in a book?

The number of pages in a word processing program that would equate to one page in a book can vary widely and depends on the formatting, font size, and spacing used. On average, a single page in a book is roughly equivalent to 1.5 to 2 pages in a word processing program.


How do you print the answer you get?

Select the answer, copy and paste into a word processing program, and print as you would print any other document.


How do you tell your program you are using a VARIABLE?

You have to declare it. The simplest way to do so is by using the Dim keyword. For example if you want a string variable called someString you would declare it thus: Dim someString as string