- String (Name)
- 255 bits
- Integer (Age)
- 8 bits
- Decimal (Price)
- 16 bits
- Boolean (Yes/No)
- 1 bit
Every Record must be fixed so the start of each record can be located in the continuous set of data.
E.g. STRINGS must be fixed to a length and store like this Name(10) Bob-------Harry-----Richard---
No comments:
Post a Comment