What do the following commands accomplish when applied to an indexed file named
DATABASE.DAT?
$ CONVERT DATABASE.DAT DATABASE.NEW
$ RENAME DATABASE.NEW DATABASE.DAT

A.
ensure DATABASE.DAT is contiguous
B.
change the file structure type of DATABASE.DAT
C.
clean up the internal structure of DATABASE.DAT
D.
convert DATABASE.DAT from ASCII format to binary