Listening: Number Patterns in Technical Speech
3 questions on how technical numbers are spoken in professional conversations — version strings, P99 latency, basis points, exchange rates, and informal numeric shorthands.
Technical number pronunciation — key patterns
- Version numbers: "eighteen point twenty", "two point four point one" — dot = "point"
- P99 / P95 / P50: "pee-ninety-nine" — percentile latency; P99 = 99% of requests faster
- Basis points (bps): 1 bps = 0.01%; 25 bps = 0.25%; 100 bps = 1%
- Exchange rates: read digit by digit after decimal — "one-point-zero-eight-six-three"
- "ten-k" = 10,000; "k" = thousand in informal speech
0 / 3 completed
1 / 3
An engineer discusses a library upgrade in a meeting:
"We're currently on Node eighteen-point-twenty, which is the LTS. The upgrade path is to twenty-two-point-three. The breaking changes are minimal but worth reviewing — I've listed them in the doc."
How are version numbers typically spoken in professional technical conversations?
"We're currently on Node eighteen-point-twenty, which is the LTS. The upgrade path is to twenty-two-point-three. The breaking changes are minimal but worth reviewing — I've listed them in the doc."
How are version numbers typically spoken in professional technical conversations?
Version numbers are spoken by reading each segment as a separate number, with the separating dot pronounced as "point":
LTS = Long-Term Support; spoken as "L-T-S" (three letters). It signals a version with extended security and maintenance updates — important context when discussing upgrade paths.
Note: "18.20" is not read as "eighteen point twenty" in general maths (where it would be "eighteen point two"), but in version numbers, each segment is its own distinct number — 18 and 20 are independent identifiers, not decimal digits.
- 18.20 → "eighteen point twenty" (not "eighteen point two-zero" — the trailing zero is retained)
- 22.3 → "twenty-two point three"
- 3.11.2 → "three point eleven point two" (three-part semver)
LTS = Long-Term Support; spoken as "L-T-S" (three letters). It signals a version with extended security and maintenance updates — important context when discussing upgrade paths.
Note: "18.20" is not read as "eighteen point twenty" in general maths (where it would be "eighteen point two"), but in version numbers, each segment is its own distinct number — 18 and 20 are independent identifiers, not decimal digits.