Computer Science, asked by aravindhchakkaravart, 9 months ago

the small section of code that are used to perform a particular task is called

Answers

Answered by aadee2902
0

Answer:

Procedures

Explanation:

Answered by aroranishant799
0

Answer:

A subroutine is a set of instructions in a programme that performs a specified purpose.

Explanation:

  • In a modular programme, subroutines are short chunks of code that execute a specific task.
  • A subroutine can contain any of the sequence, selection, and iteration components because it is a little programme in and of itself.
  • A routine or subroutine is code that may be called and run anywhere in a programme.
  • It is also known as a function, process, method, or subprogram.
  • A routine could be used to save a file or display the time, for example.

#SPJ2

Similar questions