answersLogoWhite

0

What is byte addressable memory?

Updated: 12/10/2022
User Avatar

Wiki User

12y ago

Best Answer

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.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is byte addressable memory?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A byte is 8 bits. We call a 4 bit quantity is nibble. if a byte addressable memory has a 14 bit address how many nibbles of storage are in this memory?

There is no such thing as 14-bit byte addressable memory. There IS, however, 16-bit byte addressable memory, which I hope is what you meant. In that case, you simply divide 16 by 4 to get 16/4 = 4 nibbles. If you did in fact mean 14-bit address, then it would be 14/4 = 3.5 nibbles


What is the name of the storage location in the computer's memory?

Depending on the architecture of the computer one addressable memory location might be called a word, a character, a parcel, a decimal digit, a byte, etc.


What is a byte and how many bits does it contain?

A byte is the basic unit of information in a computer. It is usually the smallest addressable object in memory. The size of a byte is a function of the design of the computer, but nearly universally, it has come to mean 8 bits. (Octet is a more precise definition of 8 bits of memory, in case there is any dichotomy.)


How many bits are bit addressable in the internal RAM and what is the range of the address?

Of the 128-byte internal RAM of the 8051, only 16 bytes are bit-addressable. The rest must be accessed in byte format. The bit-addressable RAM locations are 20H to 2FH.


Difference between bit addressable and byte addressable in micro controller?

Hey ! in bit addressable , one can reach the bits (PORT 1.0,PORT1.1,PORT1.2,..etc..) of the ports in the programming while byte addressable only allows the bytes(PORT 1) to be addressed. therefore,there is difference in programming instructions too.


What is bit addressable memory in microcontroller 8051?

The bit addressable memory in 8051 is compose from 210 bits: - bit address space: 20H - 2FH bytes RAM = 00H - 7FH bits address; - SFR registers; The following addresses are NOT bit addressable, only 1-byte addressable: - 32 bytes RAM from 00H to 1FH (R0 - R7 registers in all four banks); - 80 bytes RAM general user from 30H to 7FH.


Which sfrs are byte and bit addressable?

bit from port o to 3


What is smallest addressable unit of storage on a disk?

It is called a block (or sector). The size of the block varies depending upon the size of the disk, advanced preferences (the size of files normally being used on that disk), and the filesystem being used. They normally run from 512Bytes to 64KiB. As disk capacity continues to grow, look for even larger block sizes to come :-)


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

bit


What is the smallest addressable memory unit in C?

program


Why is memory in bytes?

The word was made up by Dr. Werner Buchholz at IBM IN 1956 to represent a grouping of bits. At the time, he was working with 6 bit bytes. Today, a byte is 8 bits.


If a particular computer has 8 byte addressability and a 4 bit address space how many bytes of memory does that computer have?

8byte addressability: 8bytes can be stored in each memory location. 3bits to access: so 8 memory locations ( 2^3) total size = 8 * 8bytes( each memory location contains) = 64 bytes any queries or discussions, feel free to contact me at: chintala.ganesh@wipro.com