To manipulate individual characters in a block of text, you need to use the _____ _____ command on the Modify menu. 

Fill in the blank(s) with the appropriate word(s).


Break Apart

Computer Science & Information Technology

You might also like to view...

A file from which a program reads is called an output file.

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

Computer Science & Information Technology

What is the value of times displayed?

``` public class Test { public static void main(String[] args) { Count myCount = new Count(); int times = 0; for (int i=0; i<100; i++) increment(myCount, times); System.out.println( "myCount.count = " + myCount.count); System.out.println("times = "+ times); } public static void increment(Count c, int times) { c.count++; times++; } } class Count { int count; Count(int c) { count = c; } Count() { count = 1; } } ``` a. 101 b. 100 c. 99 d. 98 e. 0

Computer Science & Information Technology

Critical Thinking QuestionsCase 1-2Jean is ready to save and print her new presentation. Because she is just learning to use PowerPoint 2011, she is not sure where to find the Print commands.How can Jean preview each of her slides before she prints them? a. click the Next Slide and Previous Slide button in the Print galleryc. scroll the slides horizontally in the Print galleryb. scroll the slides vertically in the Print galleryd. click the Slides button in the Print gallery and click Preview

What will be an ideal response?

Computer Science & Information Technology

All wireless networks have their own name, referred to as the ________, which is used to identify the network.

What will be an ideal response?

Computer Science & Information Technology