The Word feature word ________ moves the last word of a line down to the next line if there is not sufficient room on the current line for the word

Fill in the blank(s) with correct word


wrap

Computer Science & Information Technology

You might also like to view...

Which statement is false:

a. A weak_ptr points to the resource managed by a shared_ptr without assuming any responsibility for it. b. The reference count for a shared_ptr doesn’t increase when a weak_ptr references it. That means that the resource of a shared_ptr can be deleted while there are still weak_ptrs pointing to it. When the last shared_ptr is destroyed, the resource is deleted and any remaining weak_ptrs are set to NULL. c. One use for weak_ptr s is to avoid memory leaks caused by circular references. d. None of the above.

Computer Science & Information Technology

The ruler button in Word is a toggle button

Indicate whether the statement is true or false

Computer Science & Information Technology

If you need to see information about problems and errors that have happened over time, what utility should you use?

A. Performance Monitor B. Resource Monitor C. Reliability Monitor D. Services Console

Computer Science & Information Technology

If a window is a program window, clicking the Close button can stop the program from running.

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

Computer Science & Information Technology