All of the following are true about the figure above except:
A. It is composed of anchor points and paths.
B. It is a bitmap graphic.
C. It is a vector graphic.
D. It can be placed in InDesign.
Answer: B
You might also like to view...
In the following pseudocode algorithm, which of the following is considered a processing item? ? 1. enter the sale price and sales tax rate2. calculate the sales tax by multiplying the sale price by the sales tax rate3. calculate the cost by adding the sales tax to the sale price4. display the cost ?
A. sales tax B. sale price C. tax rate D. cost
Which of the following statements is false?
a. Many scripts can be decomposed into initialization, processing and termina-tion phases. b. The following statement creates the variable grades and initializes it with a list of 10 integer grades. grades = [98, 76, 71, 87, 83, 90, 57, 79, 82, 94] c. Iteration is called definite if the number of iterations is first known after the loop finishes executing. d. The Style Guide for Python Code recommends placing a blank line above and below each control statement.