answersLogoWhite

0


Best Answer

0x00000000 to 0xFFFFFFFF in hexadecimal

0 to 4294967295 in binary

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the address space range of a microprocessor with 32-bit address bus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which microprocessor part their tempararily data stored?

Usually memory banks made up of SRAMs or DRAMs or EPROMs consist of the storage area provided on a microprocessor. For understanding how the address space of a 20 bit address line microprocessor is organised, read about address decoding for even and odd memory addressing through SRAMs and EPROMs.


What is address space?

An address space is a range of discrete addresses, all of the address locations available in a particular named subset of a computer's memory.


Give an example of 2 private address in class A range?

Any address in the 10.0.0.0 - 10.255.255.255 range is considered a private (reserved) IP address in the class A address space.


Why microprocessor 8085 has 16 bit address lines?

Because that's how Intel designed it. The 8085 is an 8-bit computer operating on a 16-bit address space.


What is an Address space?

An address space is a range of discrete addresses, all of the address locations available in a particular named subset of a computer's memory.


What architectural features will allow this microprocessor to access a separate“I/O space”?

What architectural features will allow this microprocessor to access a separate “I/O space”?


What is the What is the maximum memory address space that the processor can access directly if it is connected to a 8 bit memory considering a hypothetical microprocessor generating a 8 bit address?

microprocessor can access 2^8 points which is 256 then we have 8 bit memory = 1 bytes then 1*256 =256 bytes


What is memory space in microprocessor?

memory space in microprocessor means cache ,it is the part of the microprocessor which contains the memory to store instructions which are used to perform different functions by the processor. where cache1 is referred to memory in microprocessor and cache2 is placed on motherboard which also contains memory to store instructions. Memory space can also mean the total size of virtual memory that a CPU can address, and the layout (flat or segmented) of this space. Most modern CPUs found in PCs (AMD and Intel x86_64 chips) are 64-bit CPUs, but, due to cost and practical use considerations, limit their virtual memory space to be 48-bits (or less).


What is the maximum amount of memory any single process on Windows can address and is this different from the maximum virtual memory for the system?

Answer Processes access virtual memory space, not physical memory. Applications never access RAM directly but only through the memory management interface of the processor. Depending on which version of Windows you are using, and how the program was compiled there is a different maximum ammount of addressable memory. All 32 bit processes on 32bit Windows have a 4GB virtual address space. The upper 2GB is common to all processes and is used by the system. The lower 2GB is private to each process and is inaccessable to all others. Unless the program was compiled as large address aware, in which case it will have 3GB of private address space. For 32bit processes on 64bit Windows, each process has 2GB private address space, unless compiled large address aware in which case it has 4GB private address space. For 64bit processes on 64bit windows each process has 8TB of private address space whilst compiled as large address aware. The 2GB address space limit remains for programs not compiled as large address aware. This is completely independent of the size of RAM or the pagefile. The system maps physical memory into this virtual address space according to both need and availability. At any given time the data in virtual memory space might be stored in RAM, on disk, or both. All of this is totally transparent to all applications. Frequently accessed data will be kept in RAM with the remainder left on disk.


What is the method of breaking up IP address space into address ranges of flexible size?

It is called subnetting. Subnetting is taking an address range (for example a class C address range) and assigning VLSM (variable length subnet masks) to break it up into smaller address ranges.


What is function of microprocessor and write down its component?

task baricon barfree space


What is meant by effective address in microprocessor?

Effective address is the final address generated by offsetting and indexing which is sent to the virtual translation logic. It is the address of the operand in the virtual address space of the process, but not necessarily the address of the operand in the physical address space of the computer. In the 8085, efffective/virtual address is the same as physical address, because there is no virtual addressing logic in the 8085. In the 8086/8088, effective/virtual address is the same as physical address, but only in real mode. For example, in the 8086/8088, if the EBX register contains 1000000H, then the instruction MOV EAX,[EBX+1234H] has an effective address of 10001234H.