Highlighted from revison Flashcards
(12 cards)
Databases vs Spreadsheets
Databases can store and handle very large amounts of data, ideal for companies and businesses. E.g. Microsoft access
Spreadsheets are for storing a moderate/small amount of data, good for individual or small team use, good for mathematical calculations. E.g. Microsoft Excel
Purpose of a design tool
Design tools are used to represent the functionality and appearance of your solution.
Design tools help show what you solution will do and look like.
Appearance design tools
Appearance design tools improve the appearance (looks) of the tool
E.g. Mock-ups, layout designs
Functionally design tools
Functionally design tools change how a tool may work
IPO charts
Stands for Input-processing-output. Shows what data needs to be input, how that data is changed (mathematical or sorting), output to show the user.
Define Format
Formats are related to the font type and size selected, background colour used and any
other change of appearance
Define convention
Conventions are general rules that are followed when using a particular format.
Format vs convention
Formats are factors that govern appearance (font size, colour).
Conventions are general rules or standards about what should be included and where they appear
For example, a line chart is the format and that x and y axes should be labelled is the
convention.
scope creep
When the client adds more functional or non-functional requirements to the design before the solution has been completed.
solution constraints
Solution constraints are the limitations or restrictions that affect how a solution can be designed, developed, and implemented.
-Technical
-Economic (cost, deadline)
-Usability (friendly to users)
-Social
-Legal (laws)
Data types
Different types of data displayed
-Characters e.g. (“i”)
-String (str) e.g. (“apple”)
-Integer e.g. (“137”)
-Floating point e.g. (“1.232”)
-Boolean e.g. (‘false”, “true”) OR (“1”,0”)
-Dictionary e.g. [“socks”: 30, “tables” :34, “swing sets”:12]
-Array (list with the same types of data. e.g. [1.232, 22.23, 3.34]