Multiple choice

A set of instructions that work as a unit is known as

  1. procedure

  2. event

  3. statement

  4. none of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A procedure is a named block of code that performs a specific task. It encapsulates multiple statements that work together as a unit, making code more organized and reusable.