To create a wire-frame model, you would use ____ software.

A. CAD
B. 3D graphics
C. paint
D. drawing


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following is the correct recursive step for the recursive function power (m, n) which raises m to the power n?

a) if (n <= 1) return m; b) return m * power (m - 1, n); c) return n * power (m, n - 1); d) return power (m, n-1);

Computer Science & Information Technology

All of the following are apps EXCEPT ________

A) PowerPoint B) Word C) Windows 8.1.1 D) Excel

Computer Science & Information Technology

What is the disadvantage of using compressed files on a server?

What will be an ideal response?

Computer Science & Information Technology

A thin client workstation is a very expensive desktop or laptop computer that has a display, mouse, keyboard, and network connectivity and runs applications from a server

Indicate whether the statement is true or false

Computer Science & Information Technology