106.

True or false: it is possible to write the simple types directly to a binary file using the methods in the FileStream class.

The FileStream class does not provide the functionality to write anything other than bytes. The converter class BinaryWriter is needed to convert the simple types into a sequence of bytes which can then be written to disk.