The document discusses various aspects of computer organization including memory access time, types of memory, memory addressing, and byte ordering. Memory access time refers to the time it takes for data to appear on the memory bus after a read signal. Random access memory (RAM) has the same access time for all locations, while sequential access memory (SAM) varies by location, like disks. Common types of semiconductor memory include ROM, PROM, EPROM, EEPROM, flash, SRAM, DRAM, and NV-RAM. Memory is addressed using bit patterns and organized by width, cell size, address size, and capacity. Byte ordering can be big endian or little endian depending on whether the most or least significant
Related topics: