Master the English pattern where the same word shifts stress depending on whether it is a noun or a verb — essential for sounding natural in technical discussions.
The noun/verb stress rule
Noun = stress on 1st syllable: UP-date, EX-port, OB-ject, RE-cord
Verb = stress on 2nd syllable: up-DATE, ex-PORT, ob-JECT, re-CORD
Exceptions: access, process, comment, function — same stress in both forms
0 / 5 completed
1 / 5
A developer says: "I need to update the database schema." Then a manager asks: "When will the update be ready?" How does the stress change between the verb and the noun?
Update — noun/verb stress shift:
This is the standard English noun/verb stress pattern for two-syllable words:
Verb: up-DATE — "We need to up-DATE the firmware." Noun:UP-date — "The UP-date is ready to deploy."
More IT noun/verb stress pairs:
Noun
Verb
UPdate — "apply the UPdate"
upDATE — "upDATE the schema"
EXport — "run an EXport"
exPORT — "exPORT the data"
IMport — "check the IMport"
imPORT — "imPORT the module"
REFund — "issue a REFund"
reFUND — "reFUND the subscription"
Rule: Two-syllable noun = stress on syllable 1. Two-syllable verb = stress on syllable 2.
2 / 5
A senior engineer says: "Please access the admin panel." Then: "Users need access to the staging environment." Which pronunciation is correct for each use?
Access — always "AC-cess":
Unlike update and export, the word access is an exception — both the noun and verb forms are stressed on the first syllable: AC-cess.
Noun: "Grant AC-cess to the repo."
Verb: "AC-cess the control panel."
Why the exception? The noun/verb stress shift is productive but not universal. Words where both forms are common in everyday use (like "access", "damage", "promise") often keep the same stress.
Always-first-syllable IT words (no shift):
AC-cess (noun/verb)
SER-vice (noun/verb)
COM-ment (noun/verb)
FUNC-tion (noun/verb)
FEA-ture (noun/verb)
Words that DO shift: update, export, import, record, permit, protest, refund, transfer.
3 / 5
In an architecture meeting: "The cache stores objects for 60 seconds." Then a developer asks to "object to the proposed solution." How does the stress change?
Object — classic noun/verb stress shift:
Noun:OB-ject — "a Python OB-ject", "a JSON OB-ject", "the OB-ject model" Verb: ob-JECT — "I ob-JECT to the naming convention", "no one ob-JECTed"
This is the textbook example of the English noun/verb stress shift pattern. Every linguistics course uses it as the example.
Important for developers: In programming, "object" is almost always a noun — so you will nearly always say OB-ject when discussing code:
"an OB-ject-oriented language"
"instantiate a new OB-ject"
"the OB-ject has three properties"
The full set of classic noun/verb pairs developers encounter:
OB-ject (noun) / ob-JECT (verb)
RE-cord (noun) / re-CORD (verb)
PER-mit (noun) / per-MIT (verb)
PRO-ject (noun) / pro-JECT (verb)
4 / 5
Which word below follows the noun/verb stress shift pattern in technical conversation? "The transfer of data took 3 seconds." vs. "Please transfer the files to S3."
Transfer — noun/verb stress shift:
Noun:TRANS-fer — "a file TRANS-fer", "a data TRANS-fer completed" Verb: trans-FER — "trans-FER the ownership", "trans-FERring files to S3"
Note: In American English, the noun form is sometimes also "trans-FER" in informal speech, but the classic pattern gives TRANS-fer for the noun.
Complete reference — IT noun/verb stress shift pairs:
Word
Noun (1st syllable)
Verb (2nd syllable)
transfer
TRANS-fer
trans-FER
permit
PER-mit
per-MIT
conflict
CON-flict
con-FLICT
contract
CON-tract
con-TRACT
decrease
DE-crease
de-CREASE
5 / 5
A backend developer says: "We process 50,000 requests per second." A PM asks: "What process handles the billing?" In American English, which stress pattern applies?
Process — "PROC-ess" for both noun and verb in American English:
This is a common trap. In American English, "process" is stressed on the first syllable in both its noun and verb forms:
Noun: "PROC-ess" — "a background PROC-ess", "the build PROC-ess"
Verb: "PROC-ess" — "the server PROC-esses 10k requests/sec"
British English distinction: In British English, the noun is "PROH-cess" and the verb can be "proc-ESS" — but this is the British form.
Why this matters for developers: Most US tech documentation, talks, and podcasts use "PROC-ess" for both. If you say "proc-ESS" in an American tech context, you sound British — which is perfectly fine, just be aware.
Similar no-shift words in American English:
PROC-ess (noun/verb)
AC-cess (noun/verb)
COM-ment (noun/verb)
RE-lease (British: noun RE-lease, verb re-LEASE; American: often both re-LEASE)