Question 1
Question
Name the two major reasons for choosing to use a database rather than a spreadsheet: [blank_start]organize and keep track of things[blank_end] and [blank_start]keep track of multiple themes[blank_end],
Question 2
Question
A database is made up of [blank_start]columns[blank_end] and [blank_start]rows.[blank_end]
Question 3
Question
Columns are also known as [blank_start]fields[blank_end] while rows are also known as [blank_start]records.[blank_end]
Question 4
Question
A field is made up of a group of
Question 5
Question
Rows are also known as Fields
Question 6
Question
The components of a database are: [blank_start]tables (or files)[blank_end], [blank_start]the relationships among the rows[blank_end] and [blank_start]metadata[blank_end].
Question 7
Question
A database uses a [blank_start]key[blank_end] which is found in every record.
Question 8
Question
To remain [blank_start]ethical[blank_end], queries must be limited to determine only information required to run the business.
Question 9
Question
Metadata is data about [blank_start]data.[blank_end]
Question 10
Question
The following are Database Management Systems (DBMS) which must be licensed from the vendor.
Answer
-
DB2
-
Access
-
MySQL
-
SQL Server
-
Oracle Database
Question 11
Question
User permissions will allow a user to perform none, some, or all of the following operations:
Answer
-
Read
-
Insert
-
Modify
-
Delete
Question 12
Question
In order to query a database, most popular DBMSs use:
Question 13
Question
One of thethree main duties of a database administrator are: Setting up a security system which involves [blank_start]user accounts[blank_end], [blank_start]passwords[blank_end] and [blank_start]permission[blank_end].
Answer
-
user accounts
-
passwords
-
permission
Question 14
Question
Permissions determine who can [blank_start]insert[blank_end], [blank_start]read[blank_end], [blank_start]change[blank_end] and [blank_start]delete[blank_end] data.
Answer
-
change
-
insert
-
read
-
delete
Question 15
Question
A database security system involves creating [blank_start]user accounts[blank_end], [blank_start]password rules[blank_end], [blank_start]permissions[blank_end] and [blank_start]processing limits[blank_end].
Answer
-
password rules
-
permissions
-
processing limits
-
user accounts
Question 16
Question
A database administrator has four main categories of tasks. They are: [blank_start]development[blank_end], [blank_start]operation[blank_end], [blank_start]backup and recovery[blank_end] and [blank_start]adaptation[blank_end].
Answer
-
development
-
operation
-
backup and recovery
-
adaptation
Question 17
Question
A problem tracking system is created for the [blank_start]operation[blank_end] phase. A change tracking system is created for the [blank_start]adaptation[blank_end] phase.
Question 18
Question
Forms make it easier for users to:
Answer
-
View data
-
Insert new data
-
Update existing data
-
Delete existing data
-
Run reports
Question 19
Question
Queries allow users to search for data in an efficient manner.
Question 20
Question
Reports are less structured than queries.
Question 21
Question
Application programs query the database on behalf of the user.
Question 22
Question
A dynamic content report allows the user to click on a field to [blank_start]produce other reports[blank_end] or [blank_start]take other actions.[blank_end]
Answer
-
produce other reports
-
take other actions.
Question 23
Question
Multi-user processing problems occur when two or more users are simultaneously changing the same data.
Question 24
Question
Data models are used to determine entities and their relationships. These are required for [blank_start]efficient[blank_end] database design.
Question 25
Question
A student's date of birth is an entity.
Question 26
Question
An identifier (or key) must be unique.
Question 27
Question
Each attribute has and entity.
Question 28
Question
1:N signifies a [blank_start]one-to-many[blank_end] relationship.
Question 29
Question
N:M signifies a [blank_start]many-to-many[blank_end] relationship.
Question 30
Question
A vertical bar on a crow's foot diagram means that one entity is required.
Question 31
Question
A small oval on a crow's foot diagram signifies that the relationship need not have an entity of that type.
Question 32
Question
The normalization of a data model means converting [blank_start]one poorly structured table[blank_end] into [blank_start]two or more well structured tables[blank_end].
Question 33
Question
Data integrity problems can result in:
Answer
-
Loss of confidence in the information
-
Incorrect or inconsistent information
-
A poor reputation for the system
-
Raises for everyone
Question 34
Question
Combining two tables into one can create problems with [blank_start]data integrity[blank_end].
Question 35
Question
Each entity should have its own [blank_start]table[blank_end] with one [blank_start]attribute[blank_end] in each [blank_start]column[blank_end].
Question 36
Question
The final judge of whether a data model is accurate is
Question 37
Question
A new types of DBMS called [blank_start]NoSQL[blank_end] is becoming popular in situations where relational models aren't needed or don't fit.
Question 38
Question
The three main attributes of NoSQL are that it supports [blank_start]very high transaction rates[blank_end], [blank_start]relatively simple data structures[blank_end] and can be replicated on many servers in the cloud.
Question 39
Question
Examples of NoSQL are [blank_start]Dynamo[blank_end], [blank_start]Bigtable[blank_end] and [blank_start]Cassandra[blank_end].
Answer
-
Dynamo
-
Bigtable
-
Cassandra
Question 40
Question
Conversion to NoSQL is being done by many companies because it is easy to learn and easy to convert older systems.
Question 41
Question
SQL injection is one of the most common form of attacks.