answersLogoWhite

0

What else can I help you with?

Related Questions

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 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


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....


How many bits are in message?

The number of bits in a message depends on its size and the encoding used. For example, if a message contains 100 characters and uses standard ASCII encoding, it would consist of 800 bits (100 characters x 8 bits per character). In general, to determine the total bits, multiply the number of characters by the number of bits per character based on the encoding scheme.


How many nibble are there in 1011 1101 1001 1110?

A nibble consists of 4 bits. The binary number "1011 1101 1001 1110" contains 16 bits in total. Therefore, to find the number of nibbles, you divide the total number of bits by 4, which results in 4 nibbles.


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


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

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