answersLogoWhite

0


Best Answer

8 digits of binary code (either 0s or 1s)

for instance 00101001

each digit takes up one bit, there are 8 bits in a byte. Usually, a byte holds 1 character, either a letter or #

User Avatar

Wiki User

15y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

No, a byte will describe just one character on a page.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

One valid answer is a single ASCII character. A single ASCII character requires one byte of storage on a computer.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

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

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What Requires one byte of storage?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Does a character take up one byte of storage?

An ASCII character requires one byte of storage. A Unicode character requires between one and four bytes of storage, depending on the encoding format used.


What requires one byte of storage a page paragraph sentence or character?

a page


Does a sentence requires 1 byte of storage?

No, 1 byte is equal to 1 character


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.


Which data type typically requires only one byte of storage?

Boolean data type usually requires only 1 byte, because it represent only 1 of 2 possible values: true or false, which is represented as 1 or 0, so only 1 byte is needed.


Why the letter A would take up one byte of storage space?

why the letter A would take up one byte storage space


Why does the letter A take up one byte?

A byte is the smallest unit of storage. Mostly anything you do can take up a byte.


What is byte mega byte and giga byte?

they are amounts of unit describing computer storage


What is byte addressable memory?

a byte is abasic storage unit in memory. when application program instructions and data are transferd to memory from storage devices. byte addressable memory refers to memory address that is accessed one byte (8 bits) at a time as opposed to 2 byte(16 bits), 4 byte(32 bits) or 8 byte(64 bits) addressable memory.


Is byte input or output?

A 'byte' is a unit of storage - not an input or output.


What is the smallest unit of memory storage in a memory?

bit


How many KB in one character?

A character in ASCII format requires only one byte and a character in UNICODE requires 2 bytes.