Operating system filenames are ____.

a. case sensitive

b. all lower case

c. all upper case

d. all ten characters long

1 answer

The correct answer is:

a. case sensitive

In many operating systems, such as Linux and UNIX, filenames are case sensitive, meaning that "File.txt" and "file.txt" would be considered different files. However, in some operating systems like Windows, filenames are generally case insensitive. But the broadest answer across various systems would be option a.