SDRAM chips are not organized linearly, but rather as βrowsβ and βcolumnsβ. The row value is entered into the chip followed by the column value, and then the actual data is read or written to the chip. This allows you to use fewer contacts to access each word, while maintaining a chip for storing many millions of words.
"Burst mode" refers to setting the row and column, and then using a separate signal to advance the column, which allows you to access each word in turn, without having to set the row and column each time.
source share