Monday 10 October 2016

memory - How big is a single RAM cell?


I am studying on my own how the PC works and I can't understand one thing. A 32 or 64 bit processor differs for its ability to allocate 2 ^ 32 or 2 ^ 64 addresses for the cells of the RAM. What I do not understand is how big a single cell is. Does a single cell contain only a 0 or 1 or it is bigger (like 1 byte). And also, is the "dimension" of the word related with the CPU architecture?




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...