procedure
/prəˈsiːdʒə(r)/ (bre, ipa) · /prəˈsiːdʒər/ (ame, ipa) · /prə-ˈsē-jər/ (ame, mw)
procedure — noun
- proceduresingular
- proceduresplural
1. a fixed set of steps that people follow to complete a task or handle a situation
a fixed set of steps that people follow to complete a task or handle a situation, especially when these steps are the accepted or official way to do things in a particular place.
New staff at the hotel learn the check-in procedure during their first week.
collocation: check-in procedure / learn a procedure
The airport has a security procedure that requires every bag to go through a scanner.
collocation: security procedure / requires [object] to [verb]
Noa followed the correct procedure when returning a damaged item to the store.
Before leaving the building, staff must follow the fire drill procedure.
- process
a broader term that includes natural, continuous changes, not just deliberate steps
- protocol
more formal; used for diplomatic, medical, or military rules
- method
focuses on the technique or system used, not the exact sequence of steps
- routine
less formal; suggests steps done regularly, often without much thought
- improvisation
doing something without a fixed plan or set of steps
文法句型
procedure + for + noun/gerund
用法筆記
Often followed by the preposition 'for' ('procedure for + noun/gerund'). Very common in business, legal, and administrative contexts.
常見錯誤
2. a medical treatment or operation that a doctor or surgeon carries out on a patie
a medical treatment or operation that a doctor or surgeon carries out on a patient's body to fix a health problem or find out what is wrong.
Kwame needed a short procedure on his knee to repair the torn ligament.
collocation: procedure on [body part] / repair [something]
The doctor explained the whole procedure to Anjali before starting it.
collocation: explain the procedure to [someone]
Hui stayed in the hospital for two days after the procedure to recover.
Nikos was nervous before the procedure, but the nurse helped him relax.
- operation
more specific; usually involves cutting into the body (surgery)
- treatment
broader; includes medicine and therapy, not just physical intervention
- surgery
refers specifically to cutting open the body
- intervention
formal; any medical action taken to improve a condition
用法筆記
Typically used with the verbs 'perform', 'undergo', 'have', or 'carry out'. Often preceded by an adjective describing the type ('minor', 'surgical', 'cosmetic', 'diagnostic').
常見錯誤
3. a block of code inside a larger software program, carrying out one particular jo
a block of code inside a larger software program, carrying out one particular job when the computer runs it.
The program uses a search procedure to find the customer in the database.
collocation: search procedure / uses a procedure to [verb]
Andrés wrote a procedure that saves the file automatically every five minutes.
collocation: write a procedure / saves [something] automatically
When the login procedure fails, the system shows an error message.
Zayd created a backup procedure that runs every night at midnight.
- subroutine
an older term for a reusable block of code, essentially the same as procedure
- function
similar but usually returns a value; common in many modern languages
- method
a procedure that belongs to a specific class or object in object-oriented programming
- routine
general term for any block of code that performs a task
用法筆記
In many modern programming languages, the term 'function' is more common than 'procedure'. 'Procedure' is still used when the code does not return a value (in contrast to a function, which does).