Listening: Technical Acronyms Spoken in Context
3 questions on how IT acronyms are actually pronounced in professional speech — spelled out vs spoken as words, when to expand, and how to say HTTP status codes.
IT acronym pronunciation — key rules
- Spoken as a word: REST ("rest"), YAML ("yamull"), SCRUM ("scrum"), NASA, CAPTCHA
- Spelled out letter by letter: JWT ("J-W-T"), AWS ("A-W-S"), JVM ("jee-vee-em"), NPE ("en-pee-ee")
- CI/CD: "see-eye-see-dee" — always spelled out
- SQL: "sequel" OR "S-Q-L" — both accepted; varies by team
- HTTP status codes: always read as numbers — "a 500", "a 404", "returning a 201"
0 / 3 completed
1 / 3
In a team meeting, a developer says:
"We're exposing the data via a REST API — that's R-E-S-T, representational state transfer — and the client authenticates using a JWT. Oh, and the whole thing is deployed on AWS, behind a WAF."
Based on how speakers actually pronounce these in speech, which of the following is correct?
"We're exposing the data via a REST API — that's R-E-S-T, representational state transfer — and the client authenticates using a JWT. Oh, and the whole thing is deployed on AWS, behind a WAF."
Based on how speakers actually pronounce these in speech, which of the following is correct?
IT acronyms follow two pronunciation patterns: spelled out letter by letter (initialisms) or spoken as a word (acronyms). Which pattern applies depends on the acronym:
Note on SQL: "sequel" and "S-Q-L" are both accepted — dialect varies by team and region.
- REST — spoken as a word: "rest" (rhymes with "best"). It is a true acronym.
- JWT — spelled out: "J-W-T" (three letters). It cannot be pronounced as a word.
- AWS — spelled out: "A-W-S". Cannot be pronounced as a word.
- WAF — usually spelled out: "W-A-F". Although "waff" is sometimes heard informally, "W-A-F" is standard in professional contexts.
Note on SQL: "sequel" and "S-Q-L" are both accepted — dialect varies by team and region.