System Design Diagrams Guide

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:47 PM on 9/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

Visualisation Diagram: Components & Design Conventions

Mockup style sketches, UI elements (text boxes, drop-downs, icons), annotations, typography details, and corporate branding.

2
New cards

Visualisation Diagram: Appropriate Use

Early planning and design phases to sketch concepts, prototype visual layouts, and conduct client reviews before coding.

3
New cards

Visualisation Diagram: Creation Process

Gather requirements, sketch rough layouts, identify UI elements, use digital tools like Figma/Sketch, and add labels and interactions.

4
New cards

Visualisation Diagram: Effectiveness

Provides clarity, visual focus, realistic component sizing/spacing, and demonstrates navigation between screens.

5
New cards

Visualisation Diagram: Optimisation

Create multiple responsive views, use strategic color schemes for interactive hotspots, and maintain standard UI conventions.

6
New cards

Wireframe Diagram: Components & Design Conventions

Strict grayscale palettes, placeholder boxes with 'X' for images, Lorem Ipsum text, simplified outlines, and input symbols.

7
New cards

Wireframe Diagram: Appropriate Use

Function-first design mapping, user interaction pathways, navigation loops, and structural page layouts detached from branding.

8
New cards

Wireframe Diagram: Creation Process

Define screen/feature, sketch basic layout with rectangles, add simplified UI, use dummy text, and create several wireframe states.

9
New cards

Wireframe Diagram: Effectiveness

Shows layout simply without distractions, features a function-first design with clear hierarchy and logical structure.

10
New cards

Wireframe Diagram: Optimisation

Enforce realistic proportions, depict dynamic multi-state changes, and pair wireframes with flowcharts or navigation maps.

11
New cards

Flowchart: Components & Design Conventions

ISO shapes: Ovals (Terminator), Rectangles (Process), Diamonds (Decisions), Parallelograms (Input/Output), and Arrows.

12
New cards

Flowchart: Appropriate Use

Planning user interaction steps, algorithmic navigation logic, branching system behaviors, and explaining paths to non-technical clients.

13
New cards

Flowchart: Creation Process

Define the algorithm, identify steps, use standard symbols top-to-bottom/left-to-right, add arrows, and test logic.

14
New cards

Flowchart: Effectiveness

Clear structure, logical flow, included actions/choices with True/False paths, and a readable layout without messy branches.

15
New cards

Flowchart: Optimisation

Avoid crossing lines, modularize large architectures into sub-flowcharts, and run dry-run trace tests with users.

16
New cards

Data Flow Diagram (DFD): Components & Design Conventions

Squares (Entities), Circles (Processes), Open Rectangles (Data Stores), and Arrows. Never displays loops or decision logic.

17
New cards

Data Flow Diagram (DFD): Appropriate Use

System analysis and data boundary definition; Level 0 for high-level management view, Level 1 for developer/analyst breakdowns.

18
New cards

Data Flow Diagram (DFD): Creation Process

Identify entities and main processes, determine data flows, draw a Level 0 DFD, and expand into detailed Level 1 DFDs.

19
New cards

Data Flow Diagram (DFD): Effectiveness

Easy to read with consistent symbols, shows realistic data movement, and matches audience understanding with correct detail levels.

20
New cards

Data Flow Diagram (DFD): Optimisation

Establish strict naming conventions, separate complex pathways across functional tiers, and pair with technical text explanations.