Computing Unit 3 AOS 1 Flashcards
What are the aspects of data integrity
Accuracy: -Completeness -Consistency -Clarity Authenticity Correctness Reasonableness Relevance Timeliness
List All of the Data types and some info about them
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:
List all the design tools for data visualisations
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:
What is a format
It refers to any choice made about the appearance of the solution like number of decimal places.
List some conventions of databases, spreadsheets and data visualisations
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
What Are the Data Base Naming conventions?
- Accurate, Detailed.
- No Spaces
- Capitalization for the first letter in each word
- Common prefixes
What is contained within a Data Base Data dictionary?
Field Name | Data Type | Field Size | Format | Caption | Description | Validation Rule | Validation Text |
What is an Input Mask
The format an entry has to conform to Eg DD/MM/YY
Name the Four types of Validation check
- Existence check
- Type check
- Range check
- Input Mask
What is contained within a Query Design Table?
Field Name | Sort | Filter | Calculation | Other
What is contained within a Testing Table
Item Tested | How it was tested | Expected result | Actual Result | How it was fixed
List 5 Design principles for Data visualizations
Efficiency Effectiveness -Completeness -White Space -Readability -Text -Colour -Alignment Attractiveness Clarity Functionality Accessibility