FUNDAMENTALS OF COMPUTER

DATABASE FUNDAMENTALS

WORKBOOK THEMES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
File names can have a maximum of 255 characters, but cannot contain a colon, question mark, greater than symbol, less than symbol, backslash, slash, asterisk, quotation mark, or vertical bar.
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -Microsoft Windows has a MAX PATH limit of  256 characters. If the length of the path and filename combined exceed  256 characters you will be able to see the path/files via the Windows Explorer, but may not be able to delete/move/rename these paths/files.

Detailed explanation-2: -Every operating system has a limit to how many characters can be used in a file name that is around 255 characters long. When determining the length of a file, both the file name and the file extension are used together to get the total length. For example, the file “myfile. txt” is ten characters long.

Detailed explanation-3: -On Windows systems, files and directory names cannot be created with a colon (:). But if a file or directory name is created with a colon on a Linux or Mac operating system, then moved to a Windows system, percent encoding is used to include the colon in the name in the index.

Detailed explanation-4: -o Question mark (?) o Exclamation point (!) Don’t use the period character consecutively in the middle of a file name. Don’t start or end your filename with a space, period, hyphen, or underline.

There is 1 question to complete.