Multiple choice technology

Which data type store data in binary form?

  1. String

  2. Decimal

  3. Date and Datetime

  4. Integer

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

Date and Datetime types in Ab Initio are stored in binary form for efficiency in calculations and comparisons. While integers are also stored in binary, the question specifically asks about types known for binary storage of temporal data. Decimal stores as packed decimal, and string stores as character data. Date/Datetime is the best answer for binary-encoded temporal data.