True or false? a text file contains bytes of data that represent characters from a particular character set such as ascii or unicode.

See Answers (1)

Accepted Answer

It s true that a text file contains bytes of data that represent characters from a particular character set such as Unicode or ASCII. The correct option to this question is "True".The text file contains texts that are represented by Unicode or ASCII. The Unicode or ASCII represents how the numbers, text, or other commands are displayed and written in a text file.To represent text digitally in the text file, characters have their own unique character representation bit-pattern. These bit-pattern have a combination of 1s and 0s. And these patterns are represented by character codes that are either Unicode or ASCII.You can learn more about ASCII Code athttps://brainly.com/question/26307436#SPJ4

Related Question in Computers and Technology