Speaking Numbers and Versions Aloud
Version numbers, percentages, IP addresses, and file sizes all have their own spoken conventions in English. Saying "three-fourteen-one" instead of "three point fourteen point one" — or "one-nine-two" instead of "one ninety-two" — can cause confusion on calls. This exercise builds confidence with the patterns engineers use every day.
Core conventions for technical numbers
- Version numbers: use "point" or "dot" as the separator — "three point fourteen point one"
- IP addresses: read each octet as a number, separated by "dot" — "one ninety-two dot one sixty-eight dot one dot forty-two"
- Percentages: "ninety-nine point nine percent" — say the decimal aloud, not digit-by-digit
- File sizes: "two point five gigabytes" (formal) or "two and a half gigs" (informal)
- Pre-release tags: expand "rc" to "release candidate" in mixed-audience meetings
0 / 5 completed
1 / 5
A colleague asks: "Which version is deployed?" You need to say 3.14.1 aloud. Which is the standard way to say it in a team call?
Why D is correct: both "three point fourteen point one" and "version three dot fourteen point one" are natural
Version numbers in tech follow a loose spoken convention:
Safe rule: Use "point" or "dot" as the separator. Add "version" at the start when the context is not obvious.
Version numbers in tech follow a loose spoken convention:
- "Point" is the most common separator spoken aloud — "three point fourteen point one" is very natural
- "Dot" is equally acceptable and common — "three dot fourteen dot one" is also standard
- Adding the word "version" at the start ("version three point...") is normal in formal contexts like demos or release notes, but optional in casual conversation
Safe rule: Use "point" or "dot" as the separator. Add "version" at the start when the context is not obvious.
Vocabulary Reference
Key phrases and patterns for speaking technical numbers aloud:
| Written form | Spoken (formal) | Spoken (informal) |
|---|---|---|
3.14.1 | version three point fourteen point one | three fourteen one |
99.9% | ninety-nine point nine percent | ninety-nine point nine percent |
99.99% | ninety-nine point nine nine percent | four nines |
192.168.1.42 | one ninety-two dot one sixty-eight dot one dot forty-two | same — no informal shorthand |
2.5 GB | two point five gigabytes | two and a half gigs |
512 MB | five hundred and twelve megabytes | five twelve meg |
v2.0.0-rc.3 | version two dot zero dot zero release candidate three | version two zero zero R-C three |
10.0.0.1 | ten dot zero dot zero dot one | ten dot oh dot oh dot one |
Saying "oh" vs "zero"
In IP addresses and version numbers, single-digit zero can be spoken as either "zero" or "oh" — "ten dot oh dot oh dot one" is natural in fast speech. However, in formal contexts (reading out a server address for someone to write down), "zero" is clearer and prevents confusion with the letter O.