answersLogoWhite

0


Best Answer

If a 4k segment is stored at address 2000H, the last address will be 2FFFH.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you calculate starting address in the memory map of a 4k byte memory is 2000Hspecify the last address?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which formula you will use to calculate The memory address of fifth element of an array?

a


The memory address of last location of an 8K byte memory chip is FFFFH. Find the starting address. Will someone Please tell how it is calculated?

The starting address of an 8K byte memory chip that ends at FFFFH is E000H. 8K is 8192 (8 * 1024) which is 2000H. Subtract 2000H from FFFFH, and add 1, and you get E000H.


What is relocation register?

Relocation Correct starting address when a program should start in the memory. Different jobs will run at different address . When a program is linked , the linker must known at what address the program will begin in memory .


How would you use indirect address?

An indirect address is an address contained in a register or memory location, instead of in the instruction itself. In the 8085, the most common form is to load or calculate an address in the HL register, and then access the memory pointed to by HL using the M register designation, such as MOV A,M.


What is load time binding?

: Compiler generates relocatable code if memory location is not known at compile time. Address assigned as loaded; If starting address


What is the Difference Between memory address and memory?

Memory is microchip; address are processor board slots


Which formula you will to calculate The memory address of fifth element of an array?

Awais khanLOC(LA[K]) =base(LA)+w(k-lowerbound)


Is a memory address in Binary form?

memory address is stored in binary form


What is the highest memory address?

The highest memory address in the 8086/8088 is FFFFFH.


Why you need memory physical address and memory logical address?

Physical Address refers to Storage location on Physical Memory wheres Logical Addressing is used by Memory Managing Programs to refers addresses from Physical Memory and Virtual Memory.


How are elements of an array stored in memory?

Computer memory is linear so a one dimensional array can be mapped on to the memory cells in rather straight forward manner.To find the actual address of an element one needs to subtract one from the position of the desired entry and then add the result to the address of the the first cell in the sequence.Having said that therefore it is necessary to know the starting address of the space allocated to the array and the size of the each element, which is same for all the elements of an array.The the location of the Ith element would be B+I*S where B is the base address(Starting address of the array) and S is the size of each element of the array.


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

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