Multiple choice technology

what factor determines whether a custom transformation is active or passive?

  1. the procedure code algorithms

  2. the custom transformation API functions used in the procedure code

  3. Custom transformations are always active

  4. A property the user can set

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

Custom transformations can be either active or passive based on a user-configurable property. Active transformations change the number of rows passing through them, while passive transformations do not. The transformation type is not determined by algorithms, API functions, nor are they always active.