Database Management Flashcards

1
Q

What is data

A

Unprocessed numbers, facts or signals
Must be processed and organised into meaningful information to be used

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

What are databases

A

A collection of organised data
The single most important tool for developers

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

What are 3 examples of uses of databases

A

Store the settings in an application
Store text on a website
Store graphics

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

What are 2 things that database management software does

A

Creates the database and tables
Manages data security

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

What is a web form

A

An online interactive page that allows for user input

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

What do electronic tags do

A

They transmit a radio frequency from the tag to a tag reader or vice versa

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

How does an electronic tag work

A

It transmits the information to a computer program associated with the tag to track or identify different items

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

What does RFID stand for

A

Radio frequency identification

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

What do RFIDs refer to

A

Tiny chips that can store a few kilobytes of information

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

What are 5 examples of things that RFIDs can used to tag

A

All products stored in a warehouse
Tools stored in a workshop
The tickets of people going to conferences, sports events or concerts
The tickets of people using public transport
All products sold in a shop

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

What is a digital sensor

A

An electronic or electrochemical sensor where data conversion and data transmission happen digitally

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

Why do we say databases form the heart of the internet

A

They store most of the information shown on websites

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

Why are databases important on websites where users create the content

A

It is impossible for a data capturer to add information manually

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

What is a cookie

A

It is a message given to a web browser by a web server

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

What is the purpose of a cookie

A

To identify users and customise web pages for them

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

What are 4 benefits of transaction tracking

A

Consumer safety when it comes to shopping
Enhancing a user’s on-site experience by tracking browsing history
Demographic profiles
Fraud detection

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

What is the main disadvantage of transaction tracking

A

Unauthorised use of your personal information

17
Q

What is location based data

A

Data that provides information about different things that can be shown on maps

18
Q

What is static location-based data

A

Data such as roads etc. that will not change

19
Q

What is Non-static location based data

A

Data that tracks moving objects such as airplanes

20
Q

What are 3 examples of location-based computing

A

Weather Apps
Food ordering applications
Car sharing services

21
Q

What is data warehousing

A

A technique for storing data on more than one database

22
Q

What is normalisation

A

The process of refining the structure of a database to minimise redundancy and improve integrity

23
Q

When does data redundancy occur

A

When the same piece of data is stored in two different places

24
Q

What is the difference between data warehousing and a database

A

A data warehouse stores a large quantity of historical data and all the data from the various databases are available
A database stores current transactions and enables easy access to specific transactions for ongoing business processes

25
Q

What is data mining

A

Data mining is a process used to identify trends and patterns between different sets of data in large databases

26
Q

What is data mining used for

A

Decision making and marketing etc.

27
Q

What are the 3 steps of the data mining process

A

Extract the relevant data
Look for patterns in the data
Discover knowledge from the patterns

28
Q

What must you specify to find the correct data

A

Which fields to extract
Which data tables to use
Which conditions are used

29
Q

What are the 5 characteristics of quality data

A

Accurate
Consistent
Current
Complete
Relevant

30
Q

What are the 7 ways to protect data

A

Data validation
Data verification
Data integrity checks
Logging changes
Data warehousing
Access Control
Parallel data sets

31
Q

What is data validation

A

The process in which you check whether the data is accurate, in the correct format or of the correct type before allowing your database to record it

32
Q

What is data verfication

A

A manual technique that can be used to make sure that the data on a database is correct and accurate

33
Q

What are the two types of data verification

A

Full verification
Sample verification

34
Q

What is full verification

A

Each piece of data that is entered into a database is read and checked by someone

35
Q

What is sample verification

A

A randomly selected sample of data is checked to ensure there not systematic errors

36
Q

What is data integrity

A

The reliability, accuracy and how trustworthy data is

37
Q

What are integrity controls

A

Built-in to DBMSs to help maintain their data integrity

38
Q

What are logging changes

A

Logging is the process of recording any changes made by users to a database

39
Q

What does an audit trail record

A

Who made the changes
What the user changed
When they made the changes

40
Q

How can data warehousing improve data integrity (3)

A

Make incorrect data entries or data corruption more visible by allowing data analysis
Make data loss more visible
Used to recover critical data if it is deleted or corrupted