Where would you find an arrowhead in regard to PowerPoint 2010?

A) As a shape on a slide B) At the end of a line
C) At the vertex of two or more lines D) At the corner of any selected shape


B

Computer Science & Information Technology

You might also like to view...

To create a fixed space between all components using BoxLayout, use the method ________.

a. createVerticalStrut() b. createHorizontalStrut() c. createGlue() d. createRigidArea()

Computer Science & Information Technology

Here is a function prototype and a few lines of code. What is the correct call statement?

``` void Function(int *p, int &r, string s); int a, b; string s; ``` A. Function(a, b, s); B. Function(&a, &b, s); C. Function(a, &b, s); D. Function(&a, b, s);

Computer Science & Information Technology

Which of the following types does the IOS file system use to represent external file systems for reference in different IOS commands?

A) Opaque B) Network C) Disk D) Usbflash E) NVRAM

Computer Science & Information Technology

To sort data in a table, open it in Design View.

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

Computer Science & Information Technology