5. Data And Databases Flashcards

(33 cards)

1
Q

Data can be one of two different structural forms; What are they

A

structured data or
unstructured data.

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

Define data

A

text, values, symbols, images or sound that have not been given any meaning.

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

Define information

A

data that has been processed by giving it context and meaning

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

Define machine learning

A

a type of artificial intelliqence that uses data and algorithms to learn and adapt its processes

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

Define structured data

A

data that has a specific format

eg:- machine learning

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

define qualitative data:

A

data that cannot be easily measured, such as written descriptions

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

define quantitative data:

A

data that can be measured, such as a set of numeric values

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

What is unstructured data:

A

data that has no specific format

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

What is the main benefit of using a structured format to collect data?

A

It is easy to analyse and helps inform marketing decisions.

eg: quickly access customer details, track inventory, or generate reports

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

What is a major drawback of using an structured format?

A

limited detail — customers can only choose from the options provided, which might not fully capture their opinions or emerging preferences.

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

Features of structured data

A
  1. Organized Format
  2. Easily Searchable
  3. Clearly Defined Data Types
  4. High Data Quality
  5. Limited Flexibility
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the main benefit of using an unstructured format to collect data?

A

It allows customers the freedom to provide any information they want.

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

What is a major drawback of using an unstructured format?

A

It is very difficult to analyse due to the lack of a set format.

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

Features of unstructured data

A
  1. No Fixed Format or Schema
  2. Free-Form Input
  3. Difficult to Search and Analyze
  4. Harder to Organize
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is data extraction?

A

the process of collecting data from various sources and processing it to retrieve meaningful information

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

How can meaningful information from data extraction help organisations?

A

improve daily actions and procedure

increase sales

enhance services.

17
Q

What is data mining

A

A process where a large amount of data is collected for analysis.

18
Q

What is relational database.

A

a database that has multiple tables that are linked together using certain fields as keys

19
Q

What are three different types of keys that links databases together

A

primary key
foreign key
composite key.

20
Q

What is a primary key in a database?

A

a field in a database that is used as a unique identifier for a record:

this is because the data stored in the field is
unique for each record

21
Q

Why is a primary key important in a database?

A

It ensures that each record can be uniquely identified.

22
Q

The benefits of having a primary key in a database

A
  1. helps prevent duplicate records being created in a database
  2. helps with updating or deleting a specific record
  3. helps set up relationship links between different tables in a database.
23
Q

What is foreign key:

A

a primary key that appears in another table in the database to create a link between the
two tables

24
Q

Define a composite key:

A

two fields in a table that are combined to create a unique identifier for the table

25
How is a composite key different from a primary key?
A primary key uses a single unique field, while a composite key uses a combination of fields.
26
What are three different types of relationships that can be built between entities in a database:
one-to-one one-to-many many-to-many.
27
Define one-to-one relationship
a link where one record in a table is related to only one other record in another table
28
What is a one-to-many relationship
a link where one record in a table is linked to many other records in another table
29
What is a many-to-many relationship
a link where many records in one table can be linked to many records in another table;
30
Why is a many-to-many relationship not used in a relational database?
Because it makes record keeping difficult, especially when tracking which customers ordered which products.
31
What is structured query language (SQL)
the programming language that is used to create a query
32
What to do when each
GROUP BY
33
Why SQL is used to manipulate data in a database
* specifically designed for data manipulation * proven reliability - been around for long time * simple to get started/learn the basics