________ software are programs used to create or edit two-dimensional, line-based drawings

A) Drawing
B) Video editing
C) Computer-aided design
D) Desktop publishing


A

Computer Science & Information Technology

You might also like to view...

Which of the following segments is a proper way to call the method readData four times?

a. double k = 0.0; while (k != 4) { readData(); k = k + 1; } b. int i = 0; while (i <= 4) { readData(); i = i + 1; } c. int i = 0; while (i < 4) { readData(); } d. int i = 0; while (i < 4) { readData(); i = i + 1; }

Computer Science & Information Technology

Which tool allows you to capture, view, and analyze network data?

A. VMMCA B. Event Viewer C. Performance Monitor D. Network Monitor

Computer Science & Information Technology

The ____ e-commerce model includes online auctions and craft sales.

A. B2C B. C2C C. B2B D. P2P

Computer Science & Information Technology

Which Cisco IOS command is used to configure an interface to use VLAN 10 as its voice VLAN?

A) switchport vlan 10 voice B) switchport voice vlan 10 C) switchport vlan 10 D) switchport voice 10

Computer Science & Information Technology