Expression transformation is an active transformation
B
Correct answer
Explanation
Expression transformation is a passive transformation, not active. It modifies data within each row but does not change the number of rows passing through it. Active transformations (like Filter, Aggregator, Router) can increase, decrease, or split the row count. Expression transformations only perform column-level calculations.