1/70
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
IPO chart
Chart used to represent the functionality of databases, spreadsheets, and visualisations.
Camel casing
A naming convention where the first letter of each word except the first is capitalized
Documentation
Comments and notes within code to explain structures and aid maintenance.
Problem-Solving Methodology (PSM) in order
Analysis, design, development, evaluation
Solution requirements, scope
PSM - Analysis (1)
Solution design, evaluation criteria
PSM - Design (2)
Manipulation, validation, testing, documentation
PSM - Development (3)
Strategy, report
PSM - Evaluation (4)
Solution requirements
The functional requirements (what the solution must do) and non-functional requirements (the quality attributes and constraints of the solution) defined during the Analysis stage to establish project scope and provide criteria for design and evaluation.
Scope
The defined boundaries of a project that establish what the solution will and will not include, helping to manage project expectations and prevent the inclusion of unnecessary features during the development process.
Solution design
The phase where design tools such as mock-ups, IPO charts, and flowcharts/pseudocode are used to represent the functionality and appearance of the solution.
Evaluation criteria
Specific, measurable standards established during the design phase to determine the effectiveness and efficiency of the final solution.
Manipulation
The use of software functions and techniques (such as formulas, functions, and charts) to process and transform data into information.
Validation
Techniques used to ensure data integrity and accuracy during input, such as existence, type, and range checking.
Testing
The process of checking that a software solution functions correctly, often using test tables to compare expected output with actual output.
Strategy
A plan developed to measure how well the final solution meets the original requirements and identifies any areas for future improvement.
Report
A final document that outlines the results of the testing and evaluation process, detailing the solution's performance against the initial requirements and criteria.