Respuesta :

Number of characters including spaces *7

Explanation:

ASCII is short form of American Standard Code for Information Interchange It is a character encoding standard for electronic communication. ASCII codes represent text in computers, telecommunications equipment, and other devices.

In order to calculate the number of bits of a body of text in ASCll, we need to know the number of characters including the spaces.

Since the size of a character is 1 byte and One byte has 8 bits.

Each ASCII character occupies 1 byte.

So,The total number of bits of a body of text in ASCII will be the number of characters including spaces multiplied by 7.

We can calculate the number of bits of a body of text in ASCll through the Number of characters by including spaces *7

ASCII is a code for representing 128 English characters as numbers with each letter assigned a number from 0 to 127.

  • The ASCII codes represent text in computers, telecommunications equipment, and other devices.

  • In order to calculate the number of bits of a body of text in ASCll, we need to know the number of characters including the spaces.

  • For instance, the ASCII is a 7-bit coding (ie., 2^7 = 128 codes)

  • Hence, the total number of bits of a body of text in ASCII will be the number of characters including spaces multiplied by 7.

Therefore, the Option B is correct.

Read more about ASCII

brainly.com/question/10729181