How would you best describe the FAT12 file system?

a. It is one of the Linux file systems from a very early distribution.
b. It was an early file system used by Microsoft that continued to be used in later versions for formatting floppy disks.
c. It was the default file system used by Unix for many years.
d. Very much like the unicorn, this file system was long rumored to exist, but was never actually seen in the real world.

b. It was an early file system used by Microsoft that continued to be used in later versions for formatting floppy disks.

Computer Science & Information Technology

You might also like to view...

Two major subclasses of logic bombs are investment offers and data piracy.

a. true b. false

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The String class's regionMatches method performs a case-insensitive comparison. 2. Most of the String comparison methods are case sensitive. 3. Trying to extract more tokens than exist from a StringTokenizer object will cause an error. 4. A wrapper class is a class that is "wrapped around" a primitive data type and allows you to create objects instead of variables. 5. The wrapper classes in Java are immutable, which means that once you create an object, you cannot change the object's value.

Computer Science & Information Technology