Please match the term with the correct answer.

A. When a pattern fills an object by repeating a single original pattern
B. An edge that is indented or angled
C. A type of preset distortion effect
D. To create a third dimension by extending an object on its Z-axis
E. The depth value of a 3D object


A. Tiling
B. Absolute
C. Warp
D. Extrude
E. Z-Axis

Computer Science & Information Technology

You might also like to view...

Given the following function definition, what happens if the function throws the exception?

void f1( ) throw (double) { if( //some code here) throw 12; } a. the 12 will be converted to 12.0 b. the function will throw an integer exception which is passed to the calling code. c. the function will cause the program to exit d. this code has a syntax error

Computer Science & Information Technology

How does a log act as a deterrent to those who would commit a security violation?

What will be an ideal response?

Computer Science & Information Technology

What two devices in a computer should be considered "black boxes", and should never be opened, due to risks involving charged capacitors?

A. monitor B. power supply C. hard drive D. video card

Computer Science & Information Technology

Which of the following is the default mode for input files?

A. ios::in B. open::input C. ios::app D. open::in

Computer Science & Information Technology