Structures and Links Flashcards
What 6 definitions would you find in a data dictionary
Attribute Names Key Data Types Max Field Size Format Validation
What is the difference between high-fidelity and low-fidelity
Low Fidelity is when non-specific images and placeholder text is used
High fidelity is when actual text and images are used. There may also be hyperlinking
Name the 6 types of accessibility in a user interface
Visual Layout Navigation Selection Consistency Readability Interactivity
What are the three things designers should consider in the readability element of the user interface
Suitable Wording
Clarity
Colour Suitability
Name four user impairments designers should consider
Visual impaired/blind
Hearing
Reading difficulty/dyslexia
Physical considerations
What is the difference between data and information
Data is raw unprocessed facts and figures
Information is processed data with structure or meaning which is useful to humans
What are the four problems with flat-file databases
Data Duplication
Data Insertion Anomaly
Data Deletion Anomaly
Data Modification Anomaly
What are the four items identified in a database query.
Which fields will be used
What conditions for search
Which displayed
Sorting, and what order
What three things might a HTML document include in the head section
Title
Meta tags
Scripts
What are 3 advantages of using CSS?
Easier Maintenance across websites
Smaller File Sizes
Greater Control
What is the order of rule application in CSS?
- Inline Style
- Internal Style Sheet
- External Style Sheet
- Browser Default
Name 2 disadvantages of inline styles
Duplication
Larger File Sizes
Name 2 disadvantages of internal style rules
Duplication over multiple pages
Consistency is difficult
Name 2 advantages of using External Style Sheets
Consistent
Only retrieved once
What are the 3 main methods to specify which HTML elements are styled?
Type Selector
Using Identities
Selecting by Class