Information Systems and Databases Flashcards

1
Q

Attribute

A

A defined property (or characteristic) of an entity in a database. Eg Entity = customer, attribute = name, address (ie fieldname)

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

Centralised database

A

A centralised database has all its data residing in one place

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

Composite key

A

A combination of two or more fields used to identify a record in the database.

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

Database

A

An organised collection of related data, stored in a way that meaningful information can be extracted.

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

Data dictionary

A

A list of field names containing information about how the data in each field is to be constructed

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

Data independence

A

The property of a DMA that allows you to change the schema at one level without requiring a change at the next level.

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

Data integrity

A

The accuracy, reliability and consistency of data. A well-designed database will enforce data integrity. An example: A use could accidentally try to enter a phone number in a date field.

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

Data mining

A

An analysis process that discovers new unintended relationships amongst data.

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

Data quality

A

Identifies how reliable and effective the data is in database; involves the accuracy of the data

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

Data redundancy

A

Repeated data in a database.

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

Data security

A

The process of protecting data from destructive forces and unwanted actions of unauthorised users

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

Data validation

A

The process of checking the validity of data at the data entry stage

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

Data warehouse

A

Electronic storage of a large amount of information, used as a method for collecting data from a range of sources. Used to provide meaningful business insights through mining of the data.

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

DBMS

A

Database Management System is software designed to define, manipulate, retrieve and manage data.

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

Distributed database

A

A database that consists of two or more file located at different sites on a computer network

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

Entity

A

A specific thing about which a system (ie database) collects. An entity is represented as a table in a database, eg customer, car, book

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

First normal form

A

Each table cell should contain a single value and each record should be unique

18
Q

Flat file system

A

A stand- alone table of data

19
Q

Foreign key

A

The primary key of another table, linked by a relationship, that must appear in all tables linked tables.

20
Q

Form

A

Database object used for data entry. A form is the user interface for filling a table.

21
Q

Hypermedia

A

Any media type, eg image, video, text, audio that allows interactivity, typically by touching a screen or clicking a mouse

22
Q

Key

A

A field in database table used to sort data

23
Q

Metadata

A

Information about data that provides a common ground for people working on a project at the same time

24
Q

Network database

A

A database model that allows multiple records to be linked to the same owner file.

25
Q

Normalising

A

The process of organising data in a database, eg creating tables and establishing relationships between those table according to rules designed to protect data and enforce data integrity and reduce data redundancy.

26
Q

OLAP (Online Analytical Processing)

A

A software tool that provides analysis of data stored in a database and is used in data mining

27
Q

OLTP (Online transaction processing)

A

Refers to a class of systems that facilitate and manage transaction-oriented applications, typically for data entry and retrieval transaction processing

28
Q

Organising

A

Arranging data into tables within a database.

29
Q

Primary key

A

An attribute that has a unique value, used to identify individual records, eg student number, ISBN of a book, rego plate of a car.

30
Q

QBE (query by example)

A

A visual method of query where the search criteria is entered into an empty record and the records meeting this criterion will be displayed

31
Q

Query language

A

A non-procedural language, designed to allow the database used to ask questions of the database

32
Q

Redundancy

A

Repeated data in a database

33
Q

Relational database

A

Multiple tables within a database that are linked by relationships and key fields

34
Q

Relationship

A

The way in which entities (field names) are related to one another – the primary key is used to link entities

35
Q

Schema

A

An organised plan of an entire database showing where the data is found (tables and fieldnames) and the logical relationships

36
Q

Second Normal form

A

A relation is in second normal form if it is 1st normal form AND every non key attribute is fully functionally dependent on the primary key.

37
Q

Single key

A

Any single attribute that uniquely identifies each record in a table

38
Q

SQL

A

Structured Query Language is the standard language used to manage data in a database

39
Q

Table

A

Displays information about an entity, eg customers, sales, products. A row in a table represents one record.

40
Q

Validation

A

Check of the data to see if it is reasonable and lies within a predefined set of values

41
Q

Verification

A

Check of the data source to see if it is correct