And correct detailed answers (verified
answers)Graded AAAA+++++
The ____ database structure is a treelike storage schema that represents records
and relationships through the use of tiers and parent-to-child relationships - correct
answers hierarchical
A ____ is a single field or group of fields used to identify an entry in a table. - correct
answer key
A(n) ____ is an application that allows others to search stored data in order to locate
specific information - correct answers Database management system (DBMS)
Viruses that do not become active until predetermined specific conditions are met
are known as ____ bombs. - correct answers Logic
The ____ holds a database of domain names and their respective IP addresses. -
correct answers Domain Name System (DNS)
____ is an application that acts as the interface for the Internet, providing a way for
people to interact with and view pages on the World Wide Web - correct answers
Web Browser
____ are documents containing a specific programming language, such as
HyperText Markup Language (HTML) or JAVA, etc., that are designed to be viewable
on the World Wide Web - correct answers Web Pages
____ are responsible for the theft and destruction that affect our systems - correct
answers Black hat
The term ____ refers to those who have mastered the firmware and software of
modern computer systems, and enjoy the exploration and analysis of network
security with no intent to intrude or cause harm - correct answers hacker
, ____ refers to the efforts taken through policy, procedure, and design in order to
create and maintain the privacy and discretion of information and systems - correct
answers Confidentiality
____ usually refers to the main code that makes up an application. - correct answers
source code
A ____ language is a type of synthetic language developed with specific syntax and
semantic rules that allow individuals to create statements or functions to interface
and control the behavior or functionality of a machine - correct answers
programming
A ____ file is a file that contains code that can be read by machines and run as an
executable file. - correct answers binary
MySQL is written using C and ____ programming languages - correct answers C++
The ____ model was implemented to improve the efficiency of the version phase and
iteration process as well as allow for smaller, more frequent, and controllable
releases of the MySQL database software - correct answers milestone
The ____ Edition of MySQL is the most popular edition available as open source -
correct answers community
The ____ requires manual installation and configuration, making this package the
most difficult to apply - correct answers noinstall archive
A ____ database is only used for simple Web applications and monitoring
capabilities. InnoDB is disabled with this option and all resources are allocated to
the MyISAM - correct answers non-transactional
MySQL provides administrators with the tools to define allowed access based on
____ - correct answers IP addresses
MySQL is licensed under the ____ - correct answers General public license
When choosing an appropriate operating system, you first must decide on either a
____-bit or a ____-bit platform - correct answers 32, 64