Managing Data Flashcards

1
Q

What is the difference between a Online Database and a Local Database?

A

An online database is only accessible from the Internet, whereas a local database is stored locally on the attached device.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the difference between a Distributed Database and a Centralized Database?

A

A distributed database is physically situated in two or more devices, connected by a communications network. A centralized database is stored at a central location, accessible from multiple points.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the difference between a Data Warehouse and a Data Mart?

A

A data warehouse is a huge database that contains data from the whole business. A data mart contains less data from a section of the business. Data marts are easier and faster to access, and cheaper.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the role of Data Mining?

A

Businesses can use data mining to find patterns and relationships amongst data, using mathematical methods. Can be used to describe patterns/trends and predict future events.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some ethical implications of data marts, warehouses and mining?

A
  • Privacy - Might collect large amounts of sensitive information.
  • Discrimination - May reveal patterns that lead to discrimination.
  • Transparency - Companies must be clear on what data they collect and how it will be used.
  • Security - Could be appealing targets for hackers.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a Data Dictionary?

A

A Data Dictionary is a table that describes the data that is in and/or is going to be in a Database table. Is referred to by staff to fill out dictionary.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the elements of a Data Dictionary?

A
  • Element Name
  • Data Type
  • Size
  • Default Value
  • Description
  • Constraints (e.g. Required)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is Data?

A

A collection of values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is Data Duplication?

A

The repetition of data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is Data Redundancy?

A

Where the same piece of data is held in two separate places in a database.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is Data Manipulation?

A

The modification of information to make it easier to read or make more structured. E.g. Ordering by alphabetical order, using SQL commands.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Data Security?

A

Ensuring that data is stored and transmitted securely so that unauthorised people or organisations cannot access it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is Data Integrity?

A

Data integrity reflects the quality of data. Ensures data accuracy and consistency over the database’s entire lifecycle by making sure data is recorded as intended.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the 3 types of Data Integrity?

A
  1. Referential Integrity - Ensures primary and foreign keys are kept the same and must not be NULL.
  2. Domain Integrity - Validity of entries in a column by restricting data types, format etc.
  3. Entity Integrity - Each record has a unique primary key, each row must define a unique entity.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What are three types of Data Anomalies?

A
  1. Update - When duplicated data is updated, requiring all instances to be updated.
  2. Insert - When data cannot be inserted without the presence of other attributes.
  3. Deletion - When deleting a record also deletes other information that only occurs in that record.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is a Validation Rule?

A

A validation rule is a check or a constraint that is applied to data on entry.

17
Q

What is an Input Mask?

A

Input masks control the shape of data that is inserted into a database.
Input masks prevent data of the wrong shape being entered at all.

18
Q

What are the 1st, 2nd and 3rd Normal Forms?

A

1st - All rows must be unique and all cells must contain atomic values (non divisible).
2nd - No partial dependencies. Each value must be dependent on whole primary key, only broken when using composite keys.
3rd - No transitive dependencies. Each value depends only on the primary key.

19
Q

What are Open Systems?

A

Computer systems that provide a combination of interoperability, portability and open software standards. Create common ways of transmitting data, structuring databases and querying data.

20
Q

What is role of Open Systems?

A
  • Database Connectivity - Allows databases to communicate though standardised protocols.
  • Database Development - Provide tools and resources to create databases.
  • Database Management - Provide replication, backup and recovery tools to manage databases.
  • Data-Driven Websites - Provide resources to create data-driven websites that handle large amounts of data.
21
Q

What are the 4 Design Considerations for Visual Interfaces within Database Systems?

A
  • Readability - How easy it is to read (font, colours)?
  • Navigation - How easy it is to navigate the interface (back/forward buttons)?
  • Logical Order - Is the interface logical (entering first name before last name)?
  • Inclusivity - Does it cater to a variety of people (text-to-speech, languages)?
22
Q

What are the impacts of Privacy Laws on storage of data?

A

The Privacy Act 1988 regulates management, storing, access and correction of personal information about individuals. Businesses have to take precautions such as privacy policies to protect data.

23
Q

What is the purpose of Database Documentation for the user?

A

Database Documentation such as user manuals and data dictionaries allow the user to navigate and enter data into database.