________ 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
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; }
Which tool allows you to capture, view, and analyze network data?
A. VMMCA B. Event Viewer C. Performance Monitor D. Network Monitor
The ____ e-commerce model includes online auctions and craft sales.
A. B2C B. C2C C. B2B D. P2P
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