I know that access to computer memory, e.g. Hard and RAM, is in blocking manner. I mean in each access, a block of data will fetch. I do not know what the name of this feature to search it in web! Well I have a program that reads some names (i.e. some strings) from an array. I know that if there is 100 character for a string, we have not 100 times memory access, but I do not know how many memory access we have. I will be glad if you can help me to find it out.
strings are in the array, continuously (e.g. |b|o|o|k|-1|g|i|r|l|-1|w|i|n|t|e|r|
)
I thinks we have not 4 memory access for reading book
, am I right?