vote up 8 vote down star

i know a byte is made up of 8 binary bits. and i know what a computer RAM module looks like. but all you see is a black microchip.

i can imagine what a byte would look like in my mind by drawing a a small rectangle with 8 little compartments.

but what does it actually look like in real life? are the any pictures? I guess you would need a electron microscope or something?

flag
6  
I'm interested in seeing this as well, but a byte is an abstract concept - it can be implemented with candy corn, for example. – Jeff Meatball Yang Jun 24 at 3:25
At this level it makes more sense to look at individual bits. A byte may be close together or spread out over several chips. There may be more than 8 bits representing a byte for error correction (usually 36 bits for a 32 bit word IIRC). – starblue Jun 24 at 6:04
Damn closed before I could answer it, however I'll answer here: A byte in memeory does not visually look like anything, except that it is a 'state' held via electricsl charge. – Darknight Aug 28 at 23:02

closed as not programming related by Nosredna, Matthew Flaschen, cobbal, paxdiablo, Darryl Hein Jun 24 at 4:18

4 Answers

vote up 7 vote down

Here is a link to an article that includes the following image of a transistor, the basic component of RAM.

link|flag
The link to the Images is navier.engr.colostate.edu/whatische/… – FishyBug Jun 24 at 3:31
vote up 3 vote down

For a historical perspective, I always liked looking at magnetic core memory. But yeah, for modern memory like DRAM chips, you're going to need a scanning electron microscope to see the detail on the transistors.

link|flag
vote up 1 vote down

This might help:

http://en.wikipedia.org/wiki/Computer_programming_in_the_punch_card_era

Today we use electricity instead of that, much faster.

link|flag
vote up 1 vote down

Not purely focused on memory, but this is a nice article with pictures on what's really inside those black chips: http://techon.nikkeibp.co.jp/english/NEWS_EN/20090218/165866/

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.