answersLogoWhite

0

It will be one byte for each character, pluse one byte for each space. So it would be 51 bytes. A good way to confirm this is to copy the text of the sentence, save it into Notepad, then save the file. Then right click the saved file and click Properties, it will show you the the size of the file is 51 bytes.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How many bytes would it take to write googleplex?

Approx. 9.3 Gigabytes!


How many bytes it take to make a KB?

1,000 bytes make a kilobyte


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.


Does a sentence requires one byte storage?

A sentence is known as a string in computing, and strings normally take up several bytes of storage.


How many bytes take to the integer in c language?

2


How many bytes does date DD-MM-YYYY datatype occupy in java?

A java.util.Date object will take about 32 bytes in memory.


How many address lines will take to address the 16kilo bytes?

16KB, or 16384 bytes, can be addressed with 14 address lines. (214 = 16384)


Can you write a sentence with the take out?

I picked up my lunch at the take-out window.


How many Bytes of storage for Sarah?

As one byte can hold one letter of the alphabet, to store the word "Sarah" would take 5 bytes.


How many bytes take an integer variable in C under windows?

A plain integer variable in C under windows is 2 bytes in 16 bit windows, and 4 bytes in 32 bit windows.


How many sectors does a 123 KB file take?

The answer is 246 sectors. 123 x 1024 bytes per KB = 125,952 total bytes in the file. 125,952 bytes / 512 sectors per cluster = 246 sectors


How many bytes integer variable can take?

The number of bytes an integer variable can take depends on the programming language and the system architecture. Typically, in languages like C and C++, an int usually takes 4 bytes (32 bits) on a 32-bit or 64-bit architecture, while a short takes 2 bytes and a long can take 4 or 8 bytes depending on the system. In Python, integers can vary in size and can take more than 4 bytes, depending on their value, as they are dynamically allocated. Always check the specific language documentation for precise details.