Skip to main content
procedure

procedure

108 4.1
A part of a computer program that does a specific task
  • noun
  • /prəˈsiːdʒər/
  • Specialized
translation icon : procedimiento
  • You can follow this procedure to install the software on your computer.
  • implement a procedure

It's a single unlock procedure through the Touch ID It's straightforward.

Examples

  • So the input to the procedure specifies the condition.

  • And this is a procedure to construct AC matrix.

  • Just take us through high level what the fast friends procedure consists of.

  • Part way down the procedure stops and the bottom half is the main programme.

  • For instance, for Case 1, a procedure COST ACTIVITY would be defined for ACTIVITY.

    Academic text (1990)
  • The bootstrap algorithm is a simple computer procedure used to obtain confidence intervals.

    Academic text (1990)
  • To detect possible publication bias, we used multiple statistical procedures because all strategies have limitations.

    Academic text (2011)
  • The behaviors to be measured and the procedures for measuring those behaviors are prescribed.

    Academic text (1999)
  • An increasing number of anthropologists have begun to find this analytical procedure intellectually and morally suspect.

    Academic text (1999)
  • In the program, the procedure sorts the user input into different categories.

Synonyms

function
vsprocedure
  • Specialized
343 4.9

A rule in math or computing that gives one output for each input

is the broader term for any code unit performing a task
algorithm
vsprocedure
  • Specialized
152 6.1

A set of steps a computer often follows to solve a problem

is typically a coded program unit rather than abstract rules
subroutine
vsprocedure
  • Specialized
35 6.5

A set of program steps that does one job and can be used again

is the general label for such reusable code parts
routine
vsprocedure
  • Specialized
16 3.8

A set of computer instructions that does one task

is the broader technical name for that internal code unit
subprogram
vsprocedure
  • Specialized
1 7.2

A set of steps in a program that does a single task

is the general term for such a named code block
service routine
vsprocedure
  • Specialized
5.5

Part of a program that does a small helper task when needed

is used for any programmed task, not only support tasks
cataloged procedure
vsprocedure
  • Specialized
7.5

A saved set of commands in a library that a program can run by name

is any set of instructions, not necessarily stored for reuse

Compounds

A usual way of doing something that people follow in a situation

medical procedure
  • Specialized
27 3.7

An action by doctors or dentists to check, treat and prevent health problems

surgical procedure
  • Specialized
21 4.3

A medical operation that uses cuts to treat disease or injury

A list of steps to use a machine or to deal with a specific situation safely

A set of steps people follow the same way every time to do a task safely and correctly

A set of steps to follow in a sudden dangerous or medical situation to keep people safe

4 4.6

Steps and methods used to do a scientific experiment

3 6.4

A set of formal rules for running meetings and debates

diagnostic procedure
  • Specialized
1 4.4

A medical test or process to find the cause of a health problem

dental procedure
  • Specialized
1 3.6

A treatment a dentist does on your teeth, gums, or mouth

1 7.2

An official process with many slow, pointless steps that delays decisions

statistical procedure
  • Specialized
1 4.8

A set of steps people use to study and show data

cataloged procedure
  • Specialized
7.5

A saved set of commands in a library that a program can run by name

A set of steps for checking something before you finish or leave

cloze procedure
  • Specialized
7.5

A test where words are removed and you fill in the blanks to check reading or teach computers to read

contingency procedure
  • Specialized
6.2

A plan of steps to follow if something goes wrong

6.7

A treatment that helps people face a fear step by step until they feel less scared

5.4

An experiment where neither the people nor the researchers know who gets the real medicine

Gram's procedure
  • Specialized
6.0

A lab method that stains bacteria to show if they have thick or thin cell walls

A regular set of steps people in an organization must follow

How Complex

program
  • Specialized
3.1
procedure
  • Specialized
108 4.1
module
101 3.7
function
  • Specialized
343 4.9
instruction
  • Specialized
39 4.6

Surface Forms

procedure singular
procedures plural

Morphology

procedure = proceed (semi-transparent) = proceed + ure

As in general uses, the form is a noun built from the concept of 'proceeding'; the technical/computing sense is an extension of this idea but relies on domain knowledge, so the morphological relation is partly clear.

Etymology

Procedure comes from an old Latin word made of pro- 'forward' and cedere 'to go', the same root you see in proceed. In computing a procedure is a named list of steps the program 'goes through' to do one task.