A(n) ___________________ displays around the object when a transform command is selected.
Fill in the blank(s) with the appropriate word(s).
bounding box
Computer Science & Information Technology
You might also like to view...
To create a compound query that requires the results to match values in either field, you would use ________
A) And B) Or C) Not D) Maybe
Computer Science & Information Technology
Which of the following pseudocode selects all people over 21?
A. if age >= 20 then B. if age > 20 then C. if age Not < 21 then D. if age > 21 then
Computer Science & Information Technology