Thread: Flash Memory
View Single Post
Old 08-13-2005, 06:53 AM   #3 (permalink)
oberon
Quadrature Amplitude Modulator
 
oberon's Avatar
 
Location: Denver
Gates aren't types of memory, they're building blocks for logic circuits. Memory happens to use them. NAND/NOR gates are quite simple by themselves, but using them in large blocks can get complex. Usually people try to use only one type of gate because it simplifies routing & placement of signals in a logic circuit.

To answer your question, tape drives are sequential like the NAND memory architecture. But they are many times faster since they don't have moving mechanical parts like tapes, so for small array sizes, they are effectively random access. Also, something else to keep in mind is that deleting a file on a filesystem merely involves removing the file's entry from the filesystem table.. nothing more. And presumably the filesystem table is stored at or near the start of the memory in a flash memory chip. And there are many ways to 'cache' changes so they appear instantaneous to a user but actually happen over a slightly longer period of time than they appear to be. The wonders of modern computers.
__________________
"There are finer fish in the sea than have ever been caught." -- Irish proverb
oberon is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73