answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Does data bus and address bus determine the address space of a CPU?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What stores the data that the CPU actively uses?

The CPU registers. If the data is too large to physically store in a register, the register stores the memory address containing the data instead (usually a RAM address but could be any address in the physical address space, including ROM and graphic memory). On a 32-bit system, data registers need to be at least 32-bits long in order to store memory addresses.


How General register organization in CPU?

The registers in a CPU are organized according to their purpose. There are data registers and address registers. The address registers are in charge of pointing out where certain data stores are.


What is the difference between Harvard and Princeton computer architecture?

Harvard architecture : _________ ______ | code | | | | memory | | CPU | <-----> |_________| | | | | ----------- | data | | memory | ---------------- the CPU generated address is either point to code or data memory. Princeton arhitecture: data memory <--------> CPU <-------> code memory in this the CPU generated address will point to both the data and code. for this some internal operation are take place to point to either data or code. answered by prasad. mail prasad40613@gmail.com


What primitive data types can normally be represented and processed by a CPU?

The primitive data types that can normally be represented and processed by a CPU are an integer, real number, character, Boolean, and memory address


Difference between multicomputer and multiprocessor?

Multiprocessors have a single physical address space (memory) shared by all the CPUs whereas multicomputers have one physical address space per CPU Multiprocessors have a single physical address space (memory) shared by all the CPUs whereas multicomputers have one physical address space per CPU


Does data use the CPU?

The CPU processes data, so data would be using the CPU.


What characteristics of the motherboard architecture determine the amount of memory that a CPU can address?

RAM and the memory cache


What is the memory's addressibility?

HI I am Ahtarva,The addressibility is how many bits does that particular processor or micro-controller's architecture use to specify the address of a memory location in the memory. For example if someone say that addressibility is 8 bit then your memory address contains 8 bits and at maximum you have 2^8 different memory locations (or say memory addresses in your device). Here 2^8 is called Address space.


What are the 3 bus types present in every CPU?

The three types of bus present in every CPU are address bus, data bus and control bus.


How does CPU RAM ROM Input Output in a computer communicate?

Via the address/data/control busses.


What is the function of the control unit in the CPU?

The control unit provides the timing and control signal to all operations of microcomputer. It control the flow of data between microprocessor and memory and peripherals.


What is an address buffer and a data buffer?

The contents of the stack pointer and program counter are loaded into the address buffer and address-data buffer. These buffers are then used to drive the external address bus and address-data bus. As the memory and I/O chips are connected to these buses, the CPU can exchange desired data to the memory and I/O chips. The address-data buffer is not only connected to the external data bus but also to the internal data bus which consists of 8-bits. The address data buffer can both send and receive data from internal data bus.