answersLogoWhite

0

What else can I help you with?

Related Questions

Which Intel microprocessor address 1t of memory?

There is no microprocessor with !t of address memory, only virtual memory. the firt one was the 80486.


Why is having a calendar to record time is important?

Those are for people with terrible memory. If you can remember times, then you seriosuly shouldn't get one.


Does each address in memory stores just a byte or does it vary?

It depends upon the length of the data bit that is being stored in one memory address by the processor .


What is logical address space and physical address space?

Logical address is the address generated by the CPU (from the perspective of a program that is running) whereas physical address (or the real address) is the address seen by the memory unit and it allows the data bus to access a particular memory cell in the main memory. All the logical addresses need to be mapped in to physical addresses before they can be used by the MMU. Physical and logical addresses are same when using compile time and load time address binding but they differ when using execution time address binding.


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


What is an advantage of having a pachyderm?

bacteria and parasites cant get into the body


What is the advantage of having a memory card slot feature?

Memory cards can be used to transfer data instantly from one device to another.


How do you address in memory over the death of a loved one?

Say what you loved about him or her then say what everyone loved about him or her


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.


What is a address of a tea garden in Assam?

ALL the tea gardens are having two address. One is the address of the garden and another is the address of HEAD OFFICE.


What does DSM stand for regarding the Internet?

DSM stands for "distributed shared memory". Distributed shared memory is a computer architecture where the memories can be addressed as one address.


What are the 7 processes of a computer?

INPUT; OUTPUT; DATA ORGANISATION; ADDRESS ORGANISATION; ADDING; SUBTRACTING; MEMORY. I try to think of such problems by what I would list as important if I was going to design a computer without ever have seen one before. The INPUT and OUTPUT are the human interface. I don't differentiate any of the variants such as static memory and dynamic memory.