A technician is asked to recommend hardware for a new computer for a graphic artist company that regularly uses 3-D animation software. Which of the following components should be chosen to BEST meet the customer's needs?
A. Specialized video card
B. Multi-core processor
C. TV tuner?recorder
D. Tape backup drive
Answer: A. Specialized video card
Computer Science & Information Technology
You might also like to view...
An ethical hacker should never perform any tests without written approval
Indicate whether the statement is true or false.
Computer Science & Information Technology
Create a class Rational that represents a rational number. It should have private attributes for
• The numerator (an integer) • The denominator (an integer) and the following methods: • Rational(numerator, denominator)—a constructor for a rational number. • Accessor methods getNumerator and getDenominator and mutator methods setNumerator and setDenominator for the numerator and the denominator. You should use an exception to guarantee that the denominator is never zero.
Computer Science & Information Technology