Using the Pen Tool, you can create which of the following?

a. S curve
b. polygon
c. ellipse
d. all of the above


d. all of the above

Computer Science & Information Technology

You might also like to view...

How does a program indicate the end of a record in a data file?

a. with an end-of-file marker b. with an end-of-record marker c. with the EOF function d. when the user stops entering data

Computer Science & Information Technology

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

1. In an MS-DOS COPY command, if no file name is specified for the destination file, the source file name is used. 2. Under MS-DOS, a programmer must specify a file’s size when the file is first created. 3. When wild card characters are used in an MS-DOS file name, a question mark (?) represents any single character. 4. When wild card characters are used in an MS-DOS file name, an asterisk (*) represents multiple characters. 5. A batch file is a file of pre-coded MS-DOS commands.

Computer Science & Information Technology

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

1. Suppose you have been given a sorted list of 100 names and need to find a particular name in that list. Using binary search, it is possible that you might have to look at every location in the list before finding the desired name. 2. Binary search is an example of an O(log N) algorithm, where the number of items in the list to be searched is N. 3. One advantage of assembly languages over machine languages is that they enable the programmer to use words to identify instructions instead of using binary- number sequences. 4. JavaScript, C++, and Java are all examples of high-level programming languages. 5. When a Web page is loaded into a Web browser, JavaScript code in that page is executed by a JavaScript interpreter that is embedded in the browser.

Computer Science & Information Technology

A ________ is a geometric or non-geometric object that is used to create an illustration or highlight information

A) SmartArt B) shape C) WordArt D) text box

Computer Science & Information Technology