5 exercises on reading time and latency units aloud in performance discussions.
0 / 5 completed
1 / 5
How is "ms" (milliseconds) read aloud in a latency discussion?
ms is most clearly read as "milliseconds" /ˈmɪlɪsɛkəndz/ when precision matters. In faster speech, "M-S" or "millis" (informal) also appears. So "a 200 millisecond latency" or "200 millis." "Milli" is the SI prefix for one-thousandth (10^-3). In engineering discussions: "our P99 latency is 450 milliseconds" is clear and unambiguous. "M-S" works fine in writing but saying "milliseconds" aloud avoids any confusion with "megaseconds" (which is never used but could theoretically be abbreviated MS). "Millis" is a very common informal shortening in standup conversations.
2 / 5
How is "µs" (microseconds) typically spoken?
µs (microseconds) is read as "microseconds" /ˈmaɪkrəʊsɛkəndz/ or informally as "micros". The Greek letter µ (mu) is the SI prefix for one-millionth (10^-6). So "a 50 microsecond operation" or "50 micros." "Mew-seconds" (using the Greek letter name "mu" /mjuː/) is occasionally heard but "microseconds" is clearest. In context: "network round-trips are measured in milliseconds, while CPU cache access is in microseconds or nanoseconds." When writing, "µs" and "us" (without the Greek character) both appear; both are said "microseconds."
3 / 5
How is "ns" (nanoseconds) spoken?
ns is read as "nanoseconds" /ˈnænəʊsɛkəndz/ or informally "nanos." "Nano" is the SI prefix for 10^-9 (one billionth). CPU clock cycles, cache access, and memory operations are often measured in nanoseconds. So "L1 cache access is about 1 nanosecond," "memory access is around 100 nanoseconds." "Nanos" is used in informal engineering speech: "it takes 300 nanos." The hierarchy for latency discussion: seconds > milliseconds (ms) > microseconds (µs) > nanoseconds (ns). Knowing these terms and their magnitudes is essential for performance engineering.
4 / 5
How would you say "a 2-second timeout" versus "a 200ms timeout" in a meeting?
For "2s" you say "two-second timeout" (the number, then the unit as an adjective without "s" when modifying a noun). For "200ms" you say either "two-hundred-millisecond timeout" (formal) or "two-hundred-millis timeout" (informal standup speech). The pattern "X-unit timeout" uses the singular unit as an adjective: "a 2-second timeout", "a 100-millisecond SLA", "a 50-microsecond response." In meetings: "our timeout is set to 200 millis" is perfectly natural. Both the full "millisecond" and the shorthand "millis" are professional.
5 / 5
How is "latency numbers" like "p99 = 450ms" read in a performance review?
In performance reviews, all three forms appear depending on context. "The 99th percentile latency is 450 milliseconds" is the clearest and most formal, suitable for slides and stakeholder discussions. "P-99 is four-fifty millis" or "pee-99 is 450 millis" is common in engineer-to-engineer standup speech. "Pee-99 equals 450 M-S" is also heard but the full "milliseconds" is clearest in voice. The best practice: use the full form when presenting to mixed audiences, and the shorthand with colleagues who know the context.