When working with tables in Microsoft PowerPoint, use the ________ key to move the insertion point to the next cell in a table

A) Insert B) Enter C) Shift D) Tab


D

Computer Science & Information Technology

You might also like to view...

To wrap a line in a text area ta, invoke ____________.

a. ta.setLineWrap(false) b. ta.setLineWrap(true) c. ta.WrapLine() d. ta.wrapText() e. ta.setWrapText(true)

Computer Science & Information Technology

When a table is inserted into a slide and selected, the PowerPoint ribbon is replaced by the Word Ribbon

Indicate whether the statement is true or false

Computer Science & Information Technology

How many times will the following code print "Welcome to Java"?

int count = 0; while (count++ < 10) { System.out.println("Welcome to Java"); } a. 8 b. 9 c. 10 d. 11 e. 0

Computer Science & Information Technology

Which of the following is false?

a) Lists of data can be stored in arrays. b) The length of a linked list can vary dynamically. c) Arrays can become full. d) Linked lists cannot become full.

Computer Science & Information Technology