Database Applications Flashcards

1
Q

a table

A

consists of a number of records

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

a field

A

part of a record that stores a single data item, represented by a column.

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

a key field

A

uniquely identifies one record

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

a query

A

searches and filter data in a database that satisfies the query criteria

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

forms

A

used to collect data to create a new record, modify an existing record or view records already stored in a table.

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

reports

A

used to present results from queries in an effective matter. the layout can be customised, such as grouping similar data or presenting data in ascending or descending order.

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

macros

A

small programs that are written to perform a repetitive database task automatically. They can be used to add functionality to forms and reports

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

database relationships

A

link two or more tables in a database using a relationship type. These are one-to-one, one-to-many or many-to-many.

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

data type

A

defines the type of data associated with the field

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

A database

A

A structured, organised collection of data that is normally organised into tables of rows and columns.

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

Flat file database

A

Only contains one table where data is repeated. Disadvantages- redundancy; when data is repeated unnecessarily. Integrity; data is less likely to be correct because is has been repeated unnecessarily.

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

Text

A

Text and data that is a mixture of text and numbers

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

Number

A

Numeric data that requires a mathematical calculation

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

Date/time

A

Dates and times

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

Currency

A

Monetary data; includes two decimal places

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

Auto number

A

To create a key field, the computer generated sequential numbers that are automatically inserted for each new record created

17
Q

Yes/no (Boolean)

A

Data that has two possible values

18
Q

OLE object

A

Object linking and and embedding; objects created using a software package other than a database

19
Q

Hyperlink

A

A link to web address (URL)

20
Q

Attachment

A

A file attached to a record

21
Q

Calculated

A

The result of a calculation produced from another field in the record

22
Q

Lookup wizard

A

A value can be selected from a predefined list and entered into the field

23
Q

Data validation

A

Involves automatic checking of data at the input stage to ensure it is reasonable, sensible and within acceptable limits. It guarantees that data is present, and of the correct type, range or length

24
Q

What are the data validation types

A

Presence check, length check, type check, format check and range check

25
Q

Presence check

A

Ensures the data is present; the field cannot be left blank

26
Q

Length check

A

Ensures data is the correct number of characters

27
Q

Type check

A

Ensures data is of the correct type

28
Q

Format check

A

Ensures data matches a predetermined pattern

29
Q

Range check

A

Ensures data is within a lower and upper limit

30
Q

Logical operators

A

Denoted by the words AND,OR and BETWEEN

31
Q

Big data

A

Can be described as the 3vs; volume, variety and velocity

32
Q

Volume

A

Refers to the amount of data stored by organisations. Organisations now store large amounts of data from different sources; requiring large storage capacity hardware.

33
Q

Variety

A

Refers to the different types and varieties of data. Data is now stored in many formats. Data can be structured, semi-structured or unstructured.

34
Q

Velocity

A

Refers to the speed at which data can be processed. Due to large volumes of data, there us a need to use more powerful computers to process the data more quickly

35
Q

Data analytics

A

Involves analysing large volumes of data to produce useful information. This is beneficial for making decisions and planning for future growth.

36
Q

Input mask

A

Defines the format of the data being entered.

37
Q

Advantages of linking tables in a database

A

Reduces Redundancy or repeated information; Increases Integrity

38
Q

What would you use to display information on a database

A

A report