What is the general purpose of HTML? - Answers Creates website structure and content
A business user wants to retrieve data from a relational database. Which of the following would they
use to get the data they need? - Answers Query language
Once raw data has been collected, which of the following are used to look for trends, patterns, and
correlations - Answers Statistical tools and formulas
Alan, a programmer, needs to create an interactive web page. Which of the following programming
languages types would he MOST likely use? - Answers Interpreted
What is the term for code that keeps running as long as a certain condition is met? - Answers while hoop
You have configured your Windows systems to automatically backup user data every night at midnight.
You also take a system image backup once a month. In addition, which of the following would MOST
likely ensure that you are protected against data loss? (Select TWO). - Answers Store a copy of all
backups off-site.
Regularly test restoration procedures.
Which of the following BEST describes a flowchart? - Answers It is a visual representation of the logic in
a program
In addition to having a good backup that can restore files that have been encrypted as a result of a
ransomware attack, which of the following is one of the BEST ways to avoid being threatened to pay a
ransom? - Answers Protect confidential company information
Your company has surveillance cameras in your office, uses strong authentication protocols, and
requires biometric factors for access control. These are all examples of what principle? - Answers Non-
repudiation
The idea of programming by modeling real-world things into computer code is called _____________. -
Answers Object-oriented programming
A database administrator wants to export all the data in a database to a comma separated value file
(.CSV) where it can be opened by spreadsheet software. Which of the following would be the EASIEST
way to create the exported file? - Answers Database dump
After running the following pseudocode, what will the value of VARIABLE be? Set value of VARIABLE to 5
Increase the value of VARIABLE by 3 If the value of VARIABLE is odd, increase its value by 1 If the value of
VARIABLE is even, increase its value by 1 If the value of VARIABLE is odd, increase its value by 1
Correct Answer: - Answers 10