Topic 4: Database Flashcards

1
Q

What is a database

A

A database is a collection of related or structured information held on a computer (e.g. doctor’s records, school roll etc.).

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

A flat file database is where all the information is stored in one table. These can be problematic as they:

A

Increase data redundancy - data is repeated unnecessarily.

 Decrease data integrity - data is unreliable as the same data is stored several times increasing the likelihood of errors.

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

What is a Relational database

A

A relational database contains more than one table, and the tables are linked through common fields.

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

Relation database It is the more efficient database type as it reduces (Advantages of relational databases):

A

Data redundancy is reduced data that is repeated unnecessarily is reduced.

 Data integrity is greater - data is more likely to be correct and reliable.

 Queries and Reports - can be created using more than one table.

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

What is a table

A

A table consists of one or more records

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

What is a record

A

A record is a collection of data items, which may be of different data types, all relating to the individual or object that the record describes

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

What is a field

A

A field is part of a record designed to hold a single data item, of a specified type

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

What is a primary key field

A

A key field uniquely identifies a record

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

What is the foreign key

A

When the primary key from one table appears as a field in a second table, it is known as a foreign key of the second table.

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

What is a composite

A

A composite key is one that consists of two or more fields.

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

What is Data Validation

A

Validation is the automatic checking of data when it is entered into a computer system.

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

What is a data type

A

A data type is a formal description of the kind of data being stored or manipulated within a program or system

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

What is a relationship

A

The function of a relationship is to link tables.

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

Advantages of having links between tables:

A

⦁ Reduces data redundancy – data that is repeated unnecessarily.
⦁ Increases data integrity - data is more likely to be correct or is reliable as the same data is not stored/entered several times decreasing the likelihood of errors.
⦁ Reports/Queries can be created using data from more than one table.
⦁ Referential integrity is enabled – this ensures data is kept consistent in the tables. For example, when data is deleted from one table, the linked data in other table(s) is also deleted.

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

What is referential integrity

A

Referential integrity ensures that an entry cannot be made in one table with a foreign key, if the key field does not exist in the linked table.

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

What are forms

A

: Forms are used to enter/collect data in a database

17
Q

What is a lookup list and advantages

A

a lookup list is a list of data that can be used to provide all values for a data field.

The advantages of lookup lists are:

⦁ Less chance of mistakes being made.
⦁ Increased speed of data entry so you don’t have to type the data in.
⦁ Limits entry options meaning users can only enter valid values.

18
Q

What is a query in a database

A

A query is used to retrieve selected information from a database in order to answer a question

19
Q

What is a parameter query

A

A parameter query is where the user is prompted to enter search criteria each time the query is activated.

20
Q

What is a report

A

A report is the presentation of information from a query or table in a user-friendly way

21
Q

What is import

A

Import is the ability to accept a file produced by other software and place it into the database without having to enter the data again

22
Q

What is export

A

To export is to create a data file using one piece of software so that it can be read by a different piece of software.

23
Q

What is a CSV

A

CSV – Comma Separated Variable/Value

24
Q

What is a macro

A

A macro is a small program used to perform repetitive tasks automatically.

25
Q

What is Mail Merge

A

Mail merge documents are template documents which are set up to contain merge fields.

26
Q

What is a template

A

Template is a predefined spreadsheet/ document/ layout that can be reused/used/edited/added to documents with the same formatting and formulas

27
Q

Advantages of templates

A

An advantage is that it can be re-used and edited for different purposes.

28
Q

What is a wizard program

A

A wizard is a program (or software) which helps a user complete a task using step by step instructions (using prompts).

29
Q

There is no generally agreed definition of big data, and it is not just about the size of the data sets. However, it is agreed that big data cannot be analysed by normal means (2018).

A

There is no generally agreed definition of big data, and it is not just about the size of the data sets. However, it is agreed that big data cannot be analysed by normal means (2018).

30
Q

Sources of Big Data

A

Sources of big data include (2018):

⦁ Text, images and videos uploaded to social media sites.
⦁ Medical records.
⦁ Fitness monitors.
⦁ Financial markets - share price data, currencies, etc.
⦁ Web server logs.
⦁ Mobile phone records.
⦁ E-commerce transactions.
⦁ Device logs (Internet of things).

31
Q

What is Volume

A

This is large data sets that are so complex that traditional tools, such as relational database management systems, are not able to deal with them effectively. It is the quantity of data produced

32
Q

What is velocity

A

Velocity about how fast the data is coming in; the incoming rate of data is very high and therefore the speed of data processing must be high

33
Q

What is variety

A

The data that is produced is unstructured and comes in various forms and formats. The challenge is to store the data in a structured format

34
Q

What is Data Analytics

A

Data analytics is the application of algorithms to data to identify trends. It can include statistical analysis or Artificial Intelligence. It is analysing data to draw conclusions

35
Q
A