MCQ Single Best Answer Easy

QWhich of the following are benefits of using EDTs? (Select all that apply)

ID: #9348 Module 5: Extended Data Types 227 views
Question Info
#9348Q ID
EasyDifficulty
Module 5: Extended Data TypesTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A They are more easily compiled and transferrable, not this one all other options are correct.
  • B Reusability
  • C Code is easier to read
  • D Inherited properties and consistency
Correct Answer: Option A

Explanation

Justification: Option B, C, D

  1. EDTs are compiled and transferred in the same way as any primitive data type or system element.
  2. EDTs are reusable in the system. For example, the AccountNum EDT can be used in a variety of areas in the system.
  3. EDTs can be referenced in code by name. This makes reading the code easier to understand and decipher.
  4. EDTs have inherited properties and can be used in a hierarchical format. This way, you can reuse and inherit the properties you desire, and change others. Reuse of EDTs also provides more consistency.

 

Related Lesson: Create an EDT

Share This Question

Challenge a friend or share with your study group.