Data Bases Information Flashcards

(17 cards)

1
Q

What is a Database?

A

A database is a persistent organised store of data on a computer system.

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

What are the four data types?

A

Text
Number
Data/Time
Boolean (True or False)

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

What is meant by the Presence test?

A

A test by the program to check if there is a answer inputted from the user (required field)

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

What is meant by the Format check?

A

A check to see if the data that was inputted from the user was of the right format. E.g. if the field required a date of birth, then the input should be numbers

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

What is meant by the Type Check?

A

A check to confirm the data is the right type. Entering the answer as 3 rather than three.

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

What is meant by the Range Check?

A

A check to confirm the data fits between a lower and higher limit

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

Name an example of the Format Check.

A

The data for a postcode should take the pattern LLNNLL L = Letter and N = Number.

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

Name an example of the Type Check.

A

If the question was “How many children do you have?”, the program would expect “3” as a answer rather than “Three”

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

Name a example of the Range Check.

A

If the question was “How many children do you have?” There would be a limit of around 20, any more this may not true, a real representation.

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

What are the four advantages of using Databases?

A
Safe
Backed up
Protected
Availability
Kept up to Date
No data redundancy
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What measures are taken to secure data security?

A

Access levels for different users
Back ups
Passwords
Audit files/log files

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

What is meant by validation?

A

Validation is process of checking data when it has been inputted from the user. It is carried out by software not humans.

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

What is meant by verification?

A

Verification is checking that the data is correct, checking to data inputs to confirm it is correct.

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

When would you expect to have a verification check online?

A

When changing your password you will be asked to input it in twice to confirm it is correct and that you have not made a mistake/type-o.

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

State 2 advantages of using databases over storing the data in a file on paper.

A

More secure
No redundant data
More accessible
Kept up to date

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

How can data not be safe?

A

Fire or Flood catastrophe
Accidental deletion of data
Malicious action, by an intruder.

17
Q

What is data in a database at risk of?

A
Errors (We're all human)
Loss of data
Insufficient data
Inconsistency
Unauthorised access