Computing Unit 3 AOS 1 Flashcards

1
Q

What are the aspects of data integrity

A
Accuracy:
   -Completeness
   -Consistency
   -Clarity
Authenticity
Correctness
Reasonableness
Relevance
Timeliness
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

List All of the Data types and some info about them

A
Character:
Contains a single Alphanumeric value Like 'S' or 'L'.
Text or String:
Contains a mix up to 255 characters.
Numeric - integer, Floating Point:
only numbers, integer is whole numbers, floating point is decimals.
Numeric - Date:
Numbers of days since 0
Boolean:
true or false, yes or no.
Image:
Sound:
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

List all the design tools for data visualisations

A
Data Dictionary's:
design data base tables, establishes fields data types, field size and validation
IPO charts:
data structure diagram:
outlines tables and their relationships
Story Board:
How a user with navigate the solution
Website maps:
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a format

A

It refers to any choice made about the appearance of the solution like number of decimal places.

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

List some conventions of databases, spreadsheets and data visualisations

A

Titles- should be larger and above the element they are referring to.
Colours and contrast- should be used to make the solution more visible.
Hierarchical design

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

What Are the Data Base Naming conventions?

A
  1. Accurate, Detailed.
  2. No Spaces
  3. Capitalization for the first letter in each word
  4. Common prefixes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is contained within a Data Base Data dictionary?

A

Field Name | Data Type | Field Size | Format | Caption | Description | Validation Rule | Validation Text |

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

What is an Input Mask

A

The format an entry has to conform to Eg DD/MM/YY

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

Name the Four types of Validation check

A
  1. Existence check
  2. Type check
  3. Range check
  4. Input Mask
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is contained within a Query Design Table?

A

Field Name | Sort | Filter | Calculation | Other

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

What is contained within a Testing Table

A

Item Tested | How it was tested | Expected result | Actual Result | How it was fixed

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

List 5 Design principles for Data visualizations

A
Efficiency
Effectiveness
  -Completeness 
  -White Space
  -Readability 
     -Text
     -Colour
     -Alignment 
Attractiveness
Clarity
Functionality 
Accessibility
How well did you know this?
1
Not at all
2
3
4
5
Perfectly