ITPEC FE Morning October 2018 Question 8

Source exam: ITPEC FE Morning October 2018Topic: Basic Theory & Math

ITPEC FE Morning October 2018 — Question 8 of 80

Recursive call — a function that invokes itself from within its own body.

A recursive call occurs when a function calls itself during its execution, typically to break a problem into smaller subproblems until a base case is reached.

Why not others:
- (b) Describes event-driven programming, not recursion.

- (c) Describes memoization or caching a function in memory for reuse.

- (d) Describes rollback or undo mechanisms (e.g., transaction rollback), not recursion.

Key rule: Recursive call = a function calling itself within its own body.

AI-generated — may contain errors

The original exam layout is preserved in the image so diagrams, formulas, tables, and code remain accurate.

This question comes from an official ITPEC past paper. ITPEC Practice is an independent study tool and is not affiliated with ITPEC. See the official FE past-paper collection or Report an issue.