Ask Question

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

+1
Answers (1)
  1. 24 October, 07:41
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers