Multiple choice

What is the name given to the keywords that perform specific tasks (examples: "print" "input")?

  1. Selections

  2. Debuggers

  3. Functions

  4. Procedures

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

Functions are pre-defined blocks of code that perform specific tasks, such as printing to the console or accepting user input. These are invoked by their names.