answersLogoWhite

0


Best Answer

One byte is commonly accepted as holding eight bits. Therefore, one byte can hold eight 1's or eight 0's or anything in between, such as three 1's and five 0's.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How many 1's and 0s can one byte of memory contain?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does memory cell contain?

one - byte data.


How much memory is required to store a 'character' and how much is required to store a 'string'?

a character/byte as defined in the C programming language is one byte (8 bits). A string can be as short as one byte and can be as long as the physical memory limits can contain it.


How many codes can be coded in one byte of memory?

8


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.


How many memory locations represents a kilobyte?

If a memory location stores one byte, then a kilobyte is made up of 1,000 locations.


What do you call an amount of computer memory needed to score a single character?

8 bits is one byte. you need one byte for a character


Which memory unit is equal to one character?

One byte (8 bits) represents a character .


How many songs same as 1 byte?

A byte is a unit of computer memory equaling 8 bits. A bit is a one or a zero. A byte is essentially equal to one character, as it can store a value from 1 to 255. A byte is too small to store any songs. Perhaps the questioner means a megabyte(1,000,000 bytes) or a gigabyte(1,000,000,000 bytes)?


What is the purpose of a byte in Java?

Java coding uses byte as one of the programming directives to clarify commands. Byte can also be used in the Java code to save memory space when the need arises.


What would be the hexadecimal representation of the largest memory address in a memory consisting of 4MB if each cell had a one-byte capacity?

If the architecture allows each individual byte to be adressed then there are 4,000,000 possible addresses ranging from 0 to 3,999,999. So the largest address is 3,999,999 which is 3D08FF in hexadecimal representation


One kilobyte equals how many memory locations?

In standard binary usage for memory a KB is 1024 bytes. In standard decimal usage for disk drives a KB is 1000 bytes. Confused yet?


How is memory allocated in c program for a character data type?

One byte for every character.