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'
Which of the following examples are MOST typical of fault tolerance practices used in business continuity planning? (Choose two.)
A. RAID storage
B. Uninterruptible power supplies
C. Off-site backups
D. Private cloud servers
E. Virtual-hosted desktops
F. Warm sites
Which of the following information types is MOST likely a violation of an email security policy?
A. Login credentials
B. Project schedules
C. Customer product information
D. Technical installation documents
Which of the following is the number of bits in 8KB?
A. 8,000
B. 16,000
C. 32,000
D. 64,000
Which of the following interfaces would provide the best visual performance?
A. VGA
B. HDMI
C. DVI
D. USB-C
A user wants to minimize the risk of identity theft when making a purchase from the internet on a non-private computer. Which of the following browser options will most likely address this need?
A. Clearing browser cache
B. Script blocker extension
C. Private browsing
D. Use of a proxy server
Privacy expectations on a company intranet should be limited to:
A. precedents.
B. HR policy.
C. word of mouth.
D. system usage agreements.
Which of the following would be the most effective use of a database?
A. To keep a list of vendors to call daily
B. To store visitor information at each location
C. To list basic employee information for distribution
D. To automate input of financial transactions and run daily reports
A user installs a wireless router and opens a browser to modify the settings. Which of the following installation types does this describe?
A. Web-based
B. Plug-and-play
C. Driver-based
D. Server-based