Chapter 1 Flashcards

1
Q

Bench Test

A

A check that determines how a solution would behave with a range of data. The intention is to predict how the solution will treat the sample data.

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

Cookie

A

A small file that a web server stores on a users computer containing data about the user and web viewing preferences.

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

Data Acquisition Software

A

Program designed to create an online user form and then assist in retrieving and storing that data

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

Data Integrity

A

TARA - Timeliness, Authenticity, Relevancy, Accuracy

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

Effectiveness

A

COME BACK TO ME

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

Efficiency

A

Time, Cost, Effort

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

Entity Relation Diagram

A

A diagram that shows the interrelationships between difference entities and their attributes

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

First normal form (1NF)

A

A table with no repeating groups; no single row has a column containing more than one value

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

Flat File

A

A database that stores data in tables consisting of rows and columns; AKA Single table database

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

Foreign Key

A

A common linking field, a field defined as a primary key in another table that is used to link tables together.

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

Hasing

A

A method of encryption of data

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

HTTPS

A

Hyper Text Transfer Protocol Secure; A combination of SSL and HTTP

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

Input Mask

A

A control applied to how data is entered; it restricts entry of data to the specified format

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

Machine Validation

A

Database validation tools to detect inputed values that are not following the validation rule

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

Malware

A

A program designed to have undesirable or harmful effects

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

Manual Validation

A

Inspecting the data to check for any mistakes

17
Q

Normalisation

A

Removing redundant data and arranging it into appropriate tables to improve data integrity and reduce redundancy; follows a set of rules to check for non normalised data.

18
Q

Primary Key

A

Uniquely identifies a record in a table/database

19
Q

Privacy Policy

A

A document stating Why the organisation is collecting data, The purpose of the data/what they will use it for, How it will be stored

20
Q

Query

A

Select specific data based on a series of criteria

21
Q

RDBMS

A

Relation Database Management System; Database with linking tables

22
Q

Second normal form (2NF)

A

Any column that is not part of the primary key is dependent on the whole primary key (????? Come back to me)

23
Q

SSL

A

Secure Socket Layer; provide security in the transmission of data

24
Q

Spyware

A

Discretely installed, collects data about the user and can change settings

25
Q

Task Completeness

A

A solutions ability to support all of the tasks a user wants to perform, in the way they expect

26
Q

Third normal form (3NF)

A

Come back to me????

27
Q

User Flow Diagram

A

A chart that shows the steps a user takes to complete a transaction such as purchase or sign up on a website

28
Q

Validation

A

Checking the data on input it is used for Existence Checking, Range Checking, Data-type checking

29
Q

Validation Rule

A

A rule that restricts data entry to only that of which follows or meets the validation criteria