You can change the line ____, or thickness, of lines or shape outlines in your drawing.
A. weight
B. shape
C. depth
D. contrast
Answer: A
You might also like to view...
Write an HTML page that shows a frame from one of the movies. Add a button to the page and each time the button is clicked show the next frame in the movie.
What will be an ideal response?
following should be placed in the interface file for your class? Which should be placed in the implementation file for your class?
You are defining A class for use in a program you are writing. Which of the ``` >>>>ADD: “a” lowwercse ``` a) The class definition. b) The declaration of a stand-alone function (neither member nor friend of the class) that uses this class type parameter, and is used as a class operation. c) The declaration of a stand-alone overloaded operator (neither member nor friend of the class) that is to serve as a class operation. d) The definition of a stand-alone function (neither member nor friend of the class) that uses this class type parameter, and is to serve as a class operation. e) The definition of a friend function that is to serve as a class operation. f) The definition of a member function. g) The definition of a stand-alone overloaded operator (neither member nor friend of the class) that is to serve as a class operation. h) The definition of an overloaded operator that is to serve as a class operation and is a friend of the class. i) The main function of your program.
Briefly describe how to insert a picture from a file as a slide's background.
What will be an ideal response?
For one-dimensional arrays, the offset to the element with index i is calculated as ____.
A. Offset = i * the size of the array B. Offset = i * the size of the subscript C. Offset = i * the size of a component + 1 D. Offset = i * the size of an individual element