What is data — CCA-F Exam Prep
L0.04|What is data
1/12
A nurse typed '50mg' into a dosing system.
The system read it as '500mg.' The decimal point didn't register. The input field expected a plain number — no units, no decimals. It parsed '50mg' as best it could and got 500.
Same nurse. Same keyboard. Same intention. Different data format.
The system didn't make an error. It read exactly what it was given — in the only way it knew how.
