____ software is used by architects and engineers.
A. CAD
B. 3D graphics
C. Paint
D. Drawing
Answer: A
Computer Science & Information Technology
You might also like to view...
Which of the following correctly declare an array that can hold up to 3 rows of 5 columns of doubles?
a. int array[3],[5]; b. int array[3][5]; c. float array[3][5]; d. float array[3,5];
Computer Science & Information Technology
List the three USB spectrum analyzer views.
What will be an ideal response?
Computer Science & Information Technology
The process by which the properties and methods of base classes are shared with the subclasses is known as _________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
?By default, items are placed in an array either in the order in which they are defined or explicitly by index number.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology