Respuesta :

3 words equals 6 bytes.

Using the byte concept, it is found that the code has a size of 3 bytes.

-----------------------------

  • The smallest data in a computer is the bit, which assumes two values, either 0 or 1.
  • The concept of a byte is that it is composed by 8 bits.
  • In the ASC-II table, it is seen that in a computer, each letter is represented by an 8-bit number, that is, it also is composed by 8 bits, thus, it can be said that each letter is a byte.
  • In this problem, we have a three letter code word, that is, the code is composed by 3 letters.
  • Each letter is a byte, and then, the size of the code, in bytes, will be of 3 bytes.

A similar problem is given at https://brainly.com/question/14893942