What's changed: Initial version
3.1Information Design and Multimedia (UX/UI, Universal Design, Accessibility, Compression, Encoding, VR/AR)
Learn the distinction between UX, which designs the overall experience, and UI, which designs the operable screen; universal design, aiming for usability by everyone, versus accessibility, the reachability of information; lossless compression, which fully restores data, versus lossy compression (JPEG, MPEG), which discards imperceptible information; sampling, quantization, and encoding for digitizing analog information; and VR, which immerses users in a virtual space, versus AR, which overlays information onto reality — with the deeper judgment criteria expected at the Applied Information Technology Engineer level.
The AP exam covers the same information-design and multimedia terminology as FE, but questions increasingly require identifying the optimal combination in a situation involving multiple design decisions, not just picking a single correct definition. The hierarchical relationship between UX and UI, the differing scope of accessibility versus universal design, the tradeoffs among compression methods, and how sampling/quantization parameters affect quality and data volume must be understood in relation to one another, not as isolated facts, to score well.
3.1.1UX/UI, universal design, and accessibility
- UI (user interface) is the concrete operable screen where the user meets the system. UX (user experience) is the entire experience from first learning about a product to finishing using it (including satisfaction, trust, and pre-adoption expectations). UI is only one component of UX, and a polished screen cannot compensate for a poor procedure or information structure.
- Universal design is the philosophy of designing from the outset so that many people can use a product regardless of age, disability, or language. Accessibility means users with visual, hearing, or motor constraints can still reach and use information and services (focused on reachability). Universal design is the overall design philosophy, and accessibility is one property within it — an inclusion relationship.
3.1.2Compression, encoding, and VR/AR
- Lossless compression can fully restore the original data from the compressed data (PNG, ZIP, etc.). Lossy compression discards information hard for humans to perceive to achieve a higher ratio (JPEG for still images; MPEG for video, using inter-frame compression, which records only the differences between frames). The choice depends on the use case — whether the data is text/programs or photos/video.
- Digitization proceeds as sampling (time-axis resolution; a higher frequency is more faithful) -> quantization (amplitude resolution; more bits gives smoother output) -> encoding (converting to binary). Raising either parameter improves quality but increases the data volume — a tradeoff.
- VR (virtual reality) blocks the real-world view and immerses the user in a constructed virtual space. AR (augmented reality) overlays information while keeping the real-world view visible. The difference is whether reality is replaced or overlaid.
The staples: UI is one component of UX — a purely visual fix does not guarantee UX; universal design is the overall philosophy, accessibility focuses on reachability; lossy compression discards imperceptible information for a higher ratio; the order is sampling (time axis) -> quantization (amplitude) -> encoding (binary); VR replaces reality, AR overlays it. AP-level questions increasingly combine multiple concepts, such as judging an accessibility tradeoff against data volume simultaneously.
Consider redesigning a telehealth intake system. The development team refreshed the screens and improved operability, but users with hearing impairments increasingly dropped off because voice-only guidance left them unsure what to do next. This is a classic case where the UI improved but the UX did not, and the root cause is an accessibility gap — the lack of captions or text display. Concluding that "the design was refreshed, so the UX must have improved" is wrong, since it overlooks that UI is only one component of UX. As a fix, when handling video that records a patient's facial expression during intake, MPEG inter-frame compression is used to reduce storage, but pushing the compression ratio too high risks the physician being unable to read subtle expression changes, so the compression setting must weigh the tradeoff between diagnostic precision and data volume. Furthermore, if a feature is added to transcribe voice intake into text for the record, raising the sampling frequency and bit depth improves audio quality, but on a thin remote connection the resulting increase in data volume can introduce transmission delay, harming the real-time aspect of UX. In other words, rather than chasing a single metric (image quality or audio quality) alone, a design decision that simultaneously satisfies accessibility, data volume, and transmission performance constraints is the level of thinking tested at level 3. Looking ahead, if a patient wants to safely train on remote-operating a surgical-assist robot from home, VR, which fully blocks reality for immersion, is suited; conversely, if a surgeon in the actual operating room wants additional information (vessel paths, etc.) overlaid, AR, which preserves the real-world view, is suited.
| Concept | Focus | Typical level-3 judgment |
|---|---|---|
| UI / UX | The screen / the entire experience | Do not equate a UI fix with a UX fix |
| Universal design / accessibility | Overall philosophy / reachability | Understand the inclusion relationship |
| Lossless / lossy compression | Fully restorable / discards imperceptible data | Choose by data type and quality/volume needs |
| Sampling / quantization | Time-axis / amplitude resolution | Tradeoff between quality and data volume |
Trap: "The screen design was refreshed, so UX improved" is wrong — a confusing procedure or an accessibility gap is not fixed merely by polishing the screen's appearance. "A higher compression ratio is always better" is also wrong: lossy compression's acceptable degree of quality loss depends on the use case, and for uses where precision matters, such as diagnosis or evidence preservation, the ratio should not be raised carelessly. Do not conflate sampling frequency with quantization bit depth either — sampling is the time axis, quantization is the amplitude axis, two distinct dimensions.
3.1.3Section summary
- UI = the operable screen (one component of UX); UX = the entire experience. A visual fix alone does not guarantee UX
- Universal design (overall philosophy) contains accessibility (reachability). Judge lossy compression's acceptable degradation by use case
- Digitization: sampling (time axis) -> quantization (amplitude) -> encoding. Quality and data volume trade off. VR = replaces; AR = overlays
Sign in to track progress — Log in.
Quick check
(just a quick review)Q1. A telehealth intake system had its screen design refreshed, but users with hearing impairments increasingly dropped off because voice-only guidance left the operation method unclear. Which statement best describes this situation?
Q2. A medical intake video is compressed and stored using MPEG. Which concern most appropriately arises from setting the compression ratio too high?
Q3. In a training scenario, additional information such as vessel paths needs to be overlaid for a surgeon in an actual operating room while keeping the real-world view intact. Which technology fits?

