CompTIA IT Fundamentals FC0-U61 – Question165

A user has an outdated version of an operating system for which support is no longer available. The browser is
also out of date. Which of the following should the user do to BEST protect online banking information?


A.
Install and configure a firewall.
B. Install and run an antivirus program.
C. Install and use another browser.
D. Install and configure an IDS.

Correct Answer: B

CompTIA IT Fundamentals FC0-U61 – Question163

A user is having issues connecting to the Internet through a web browser; however, the user is receiving email
and instant messages. Which of the following should the user do to BEST resolve the issue?


A.
Validate the certificate.
B. Verify the proxy settings.
C. Disable the pop-up blocker.
D. Clear the browser cache.

Correct Answer: B

CompTIA IT Fundamentals FC0-U61 – Question160

A developer is troubleshooting code in an application. The code is supposed to return the word "vegetables" if
the category id is only 2. However, the code is returning vegetables for all values except category id 1. Which of
the following code statements would BEST correct the issue?


A.
If category id = 1 then 'Fruit'
Else 'Vegetables'

B. If category id = 1 then 'Fruit'
Else if category id = 2 then 'Vegetables'
Else 'Candy'

C. If category id <> 1 then 'Vegetables'
Else 'Fruit'

D. If category id = 1 then 'Fruit'
Else if category id >= 2 then 'Vegetables'
Else 'Candy'

Correct Answer: B

CompTIA IT Fundamentals FC0-U61 – Question156

A systems administrator downloads an update for a critical system. Before installing the update, the
administrator runs a hash of the download and ensures the results match the published hash for the file. This is
an example of:


A.
confidentiality concerns.
B. accounting concerns.
C. integrity concerns.
D. availability concerns.

Correct Answer: C