Database Applications - Chapter 3 Flashcards

1
Q

What is a query ?

A

Used to search and extract data from a database to find the answer to a question.

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

What is a form ?

A

A form is used to enter a new record , modify an existing record and view
Records already stored in a table.

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

What is a report ?

A

Allows tables and results of queries to be presented in a user friendly way

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

What is a macro ?

A

A small program written to preform a repetitive task automatically.

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

What is a data type ?

A

When a database is created , each field is allocated a data type ; different data types are used for different fields , e.g. text or numeric ; the data type defines the type of data associated with the field.

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

What is the purpose of database relationships ?

A

To link two or more tables in a database using a relationship type. For this to happen a common field must be stored.

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

What is data validation ?

A

Carried out by a computer automatically when data is input, it ensures that data is reasonable, sensible and within acceptable limits.
E.g presence check , length check , type check , format check , range check.

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

What is a primary key ?

A

The key field from one table

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

What is a foreign key ?

A

When a primary key in a table is stored as a non-key field in another table.

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

Give examples of different data types

A

Text , number , date/time , currency , autonumber , yes/no , OLE object , hyperlink , attachment , calculated and lookup wizard.

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

What are the three different types of data-base relationships ?

A

-One to one - means each records in one table can relate to one and only one record in another table
-One to many - meant a record in one table can relate to zero one or many records in another table
-many to many - both tables on either side of the relationship can contain multiple rows.

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

What is meant by big data ?

A

-Refers to the large amount of data that have potential to be mined for information.
-It can be described as the 3vs : volume , variety and velocity.

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

Explain the 3vs with big data

A

VOLUME
- the amount of data stored by organisations.
- data is raw facts and figures that is unprocessed.
- organisations now store large amounts of data from different sources, requiring large storage capacity software.
VARIETY
- refers to the different types and
Varieties of data.
- data I’d now stored in many formats e.g video and images ( not just text ).
- data can be structured, semi structured or unstructured.
VELOCITY
- refers to the speed at which data can be processed.
- due to large volumes of data there is a need to use more powerful computer to process the data more quickly

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

What is the need for data analytics to interpret big data

A

• Data analytics involves organisations analysing large amounts of data to produce useful information
• This is beneficial for making decisions and planning for future growth
• Specialised software such as data mining and statistical analysis are designed to process vast
quantities of data
• When data is in different formats it makes preparing and processing the data more
challenging for data analytics

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