While troubleshooting a video problem on an application server, the system administrator has determined that the video firmware should be updated. Which of the following sources should be used to locate an appropriate update for this hardware? (Select TWO).

A. Third-party manufacturer
B. Video chipset manufacturer
C. Server manufacturer
D. Operating system manufacturer
E. Shareware file sharing site

Answer:
B. Video chipset manufacturer
C. Server manufacturer

Computer Science & Information Technology

You might also like to view...

A vulnerability scanner that uses its running service’s access level to better assess vulnerabilities across multiple assets within an organization is performing a:

A. Credentialed scan. B. Non-intrusive scan. C. Privilege escalation test. D. Passive scan

Computer Science & Information Technology

Which of the following would be a base case for a summation algorithm (the sum of the numbers from 0 to n)?

a. If n = 0 then summation(n) = 0 b. if n > 0 then summation(n) = 5 c. If n > 0 then summation(n) = getValue(n) d. If n > 0 then summation(n) = n + summation(n-1) e. None of these

Computer Science & Information Technology