What cannot be stored in the folder are characters; characters include letters, numbers, arithmetic symbols, punctuation marks and other symbols, as well as some functional symbols; when characters are stored in the computer, the corresponding binary representation of the characters should be specified code.
#The operating environment of this article: windows10 system, thinkpad t480 computer.
Characters cannot be stored in the folder.
Characters include letters, numbers, arithmetic symbols, punctuation marks and other symbols, as well as some functional symbols. When characters are stored in the computer, the corresponding binary code representing the character should be specified.
The selection of codes must be consistent with the specifications of the relevant peripheral devices. These peripheral devices include keyboard console input and output, printer output, and so on. When characters are input, they are automatically converted into binary codes and stored in the machine; when output, the binary codes in the computer are automatically converted into characters. The conversion between the two is realized by peripheral devices. Character is the smallest data access unit in the data structure.
Recommended: "Programming Video"
The above is the detailed content of What cannot be stored in a folder. For more information, please follow other related articles on the PHP Chinese website!