answersLogoWhite

0


Best Answer

4

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the exact number of bits in a memory that contains?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How would you obtain a far address from segment and offset address of a memory location?

Pointers to far objects are stored using four bytes (32 bits). The bytes are stored little endian or low to high order. The first word contains the 14-bit memory offset (bits 14 and 15 are always 0). The second word contains the page number (or segment number for function pointers). The memory address is calculated as follows: Variable Address = (Page * 0x4000L) + OffsetFunction Address = (Segment * 0x10000L) + Offset


Specify the number of registers in a 2k memory chip?

1kb=1024 byte is multiply by the total memory which is given to you as bellow: (1024*2) = 2048 register


How many bits are in ten bytes?

There are 80 bits in 10 bytes. Each byte contains eight bits. This is critical to know when shopping for a new computer or adding memory to a compute as it will allow for an accurate calculation of the amount of storage space.


How data are stored on memory card?

A small number filp flop is used to store the memory in bits(0's and 1's)


How many bits of address bus are required to address 1mb memory?

You need 20 bits of address bus to address 1 Mb of memory.


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.


What is a byte equal to?

Basically, these are the memory units used to represent the memory of the computing devices. Bit Byte (Contains 8 bits) Kilo-byte (Contains 1024 bytes) Mega-Byte (Contains 1024 kilo-bytes) Giga-Byte (Contains 1024 Mega-bytes) Tera-Byte (Contains 1024 Giga-bytes) and so on....


What is redundent information?

Informational redundancy is the number of bits that it takes to transmit the desired message minus the actual number of bits that the message contains. In other words, it is the extra bandwidth required to send a message.


What is memory measurement?

The memory in the computer is stored in the form of bits and bytes


What is the value of one penny coin pre 1800?

The value of any coin is determined by a number of necessary bits of information. One of those bits is the exact date of the coin.


How many nuMBer of address lines required for 8 MB of memory?

It takes 23 address lines to address 8 mb of memory.


What is the minimum number of bits that would be required to encode only alphabetic data?

A bit of memory holds a single character. Therefore the minimum number of bits would be one, but you would need one for each character of data.