Multiple choice technology programming languages

A default value is automatically assigned to the attributes when no other value is specified.

  1. FALSE

  2. TRUE

  3. NOT ALWAYS

  4. NONE OF THESE

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

In database systems and object-oriented programming, attributes or fields can be assigned default values that are automatically used when no explicit value is provided during record creation or object instantiation. This is a fundamental feature that ensures data integrity and prevents null values.