Ask Question
2 October, 06:28

Using 8 bit ascii set what would be the total size in bytes of the words 'Computer Science'?

+1
Answers (1)
  1. 2 October, 08:31
    0
    16 bytes

    Explanation:

    Count one byte (=8 bits) per character, don't forget the space.

    The text length is 16 characters, so this fits in 16 bytes. In a C-program you would need an extra 0 byte to mark the end of the string. But that is not asked here.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Using 8 bit ascii set what would be the total size in bytes of the words 'Computer Science'? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers