Lines, arrows, stars, banners, ovals, and rectangles are examples of ________ that are used to illustrate an idea, a process, or a workflow

A) clips
B) shapes
C) crops
D) headers


B

Computer Science & Information Technology

You might also like to view...

A(n) _________________________ is a horizontal or vertical bar that appears when the contents of an area may not be visible completely on the screen.

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

Computer Science & Information Technology

What is displayed on the console when running the following program?

``` public class Test { public static void main(String[] args) { try { System.out.println("Welcome to Java"); int i = 0; int y = 2 / i; System.out.println("Welcome to HTML"); } finally { System.out.println("The finally clause is executed"); } } }``` a. Welcome to Java, then an error message. b. Welcome to Java followed by The finally clause is executed in the next line, then an error message. c. The program displays three lines: Welcome to Java, Welcome to HTML, The finally clause is executed, then an error message. d. None of the above.

Computer Science & Information Technology

A totals query can be used as a source for another database object, such as a report

Indicate whether the statement is true or false

Computer Science & Information Technology

Case Based Critical ThinkingKatie's team is working on a corporate annual report that contains lots of financial information in charts. This will require the team to do lots of work with tabs and tables. There are going to be several charts with detailed financial information included in the report.  Katie meets with her staff to discuss how the text should appear in the charts.  One important fact about formatting that she explains is:  

A. by default, the text is right justified but it can be changed. B. by default, the text is center justified but it can be changed. C. by default, the text is left justified but can be changed.   D. by default, the text is aligned vertically to the bottom of the cell

Computer Science & Information Technology