answersLogoWhite

0

The letter S uses 1 byte of memory, as do all the other ASCII characters.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How many bytes does it take to stream a movie?

Depending on the movie length, a 1 hour movie will take up to 100,000 bytes to be produced and a 2 hour movie will take around 300,000 bytes.


How much does roblox take up?

Roblox takes up: 1.5 Giga Bytes, which is the same as 1000 mega bytes


How many bytes will will it take to transmit hello world without quotation markss?

The phrase "hello world" consists of 11 characters, including a space. In a typical ASCII encoding, each character takes up 1 byte. Therefore, transmitting "hello world" will take 11 bytes. If you include a newline character at the end, it would take 12 bytes.


How many bytes make up each letter in the alphabet?

ASCII = 7 bit Unicode = 16 bits UTF-8 =8 bit


How many bytes would are needed to play a video game online?

Those MMORPG games take up at least 1000-6000 bytes, I've learned the hard way. To play a normal go in store game buying, they only buff that up to 200-500 more bytes because of the custom games that people design.


How many byte take by void in c prog?

In C, the void type itself does not take up any bytes because it represents the absence of a value or type. However, when used as a pointer (void*), it typically takes up 4 bytes on a 32-bit system and 8 bytes on a 64-bit system, as it must be able to store a memory address. The size can vary depending on the architecture of the system.


How many bytes make up a kilbyte?

one kilobyte =1024 bytes =210 bytesone megabyte =1024 kilobytes =220 bytesone GB =1024 MB =230 bytes


1KB is 1000 bytes what do you do with the remaining 24 bytes?

if you have too many bytes and have NO idea what to do, if you have any skill with doing so, you could try and decrease the size of the image to free up those 24 extra bytes that it uses.


How many bytes on a blank CD?

A Music CD can hold up to 700Mbs, which equals to 700,000,000 bytes, aprox.


How many bits makes up 20megabyte?

20971520 Bytes are in 20 MB.


How many kilo bytes can a blank DVD hold up to?

hotdogs thousand


How many bits and bytes are required to store the word World contain?

That depends what encoding is used. One common (fairly old) encoding is ASCII; that one uses one byte for each character (letter, symbol, space, etc.). Some systems use 2 bytes per character. Many modern systems use Unicode; if the Unicode characters are stored as UTF-16 - a fairly common encoding scheme - many common characters will still use a single byte, while many special symbols (for example, accented characters) will take up two bytes. The number of bits is simply the number of bytes multiplied by 8.