ITPEC FE Morning October 2022 Question 50

Source exam: ITPEC FE Morning October 2022Topic: Software Development

ITPEC FE Morning October 2022 — Question 50 of 80

XP (eXtreme Programming) Practices — identify core practices of XP methodology.

Pair programming is a key XP practice where two developers work at one workstation — one writes code (driver), the other reviews in real time (navigator).

Core XP practices to remember:
- Pair programming

- Test-driven development (TDD)

- Continuous integration

- Refactoring

- Small releases

- Collective code ownership

- Simple design

- Planning game

Why not others:
- (a) Inspection — formal review technique from traditional development (e.g., Fagan inspection)

- (c) Structured design — a design approach from structured programming, not XP

- (d) Use case utilization — associated with UML/RUP methodology, not XP

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.