SDRAM Full Form Last Updated : 30 Apr, 2020 Summarize Comments Improve Suggest changes Share Like Article Like Report SDRAM stands for Synchronous Dynamic Random Access Memory. It synchronizes itself with the computer's system clock. This makes it easy to manage faster, and the speed of the SDRAM measured in MHz instead of nanoseconds. The first commercial SDRAM was the Samsung KM48SL2000 memory chip, which had a capacity of 16 Mb. It was manufactured by Samsung Electronics using a complementary metal-oxide-semiconductor(CMOS) fabrication process in 1992 and mass-produced in 1993. By 2000, SDRAM had replaced virtually all other types of DRAM in modern computers, because of its greater performance and faster speed. It exploits the fact that most PC memory accesses are sequential and are designed to fetch all the bits in a burst as fast as possible. With SDRAM an on-chip burst counter allows the column part of the address to be incremented very rapidly which speeds up the retrieval of information in sequential reads considerably. The size of the block of memory location required is provided by the memory controller and the SDRAM chip supplies the bits as fast as the CPU can take them, using a clock to synchronize the timing of the memory chip to the CPU’s system clock. Since it's manufacture, SDRAM is modified and a new version is produced for better performance. Generations of SDRAM The list of various generation are: SDR SDRAM DDR SDRAM DDR2 SDRAM DDR3 SDRAM DDR4 SDRAM DDR5 SDRAM Characteristics Speed: SDRAM has higher operation speed make it popular. SDRAM access time is 6 to 12 nanoseconds (ns) Clock: SDRAM uses one edge of the clock. DDR uses both edges of the clock. Data transfer: SDRAM sends signals once per clock cycle. DDR transfers data twice per clock cycle. Advantages It is faster as compared to the other versions of RAM. It is more efficient, which is up to 4 times the performance of the other standard DRAMs. Has name suggest, it gets synchronized with the system clock. Disadvantages It can’t use with the older motherboards. It works in a single data rate, i.e., it can do only tasks per clock cycle. Comment More infoAdvertise with us Next Article SAS Full Form _tanya_sri_ Follow Improve Article Tags : Computer Organization & Architecture Similar Reads SAS Full Form SAS (Statistical Analysis System) is a comprehensive software suite developed by SAS Institute Inc., used globally for advanced analytics, business intelligence, data management, and predictive analytics. Developed between 1966 and 1976, SAS has evolved with advanced statistical techniques, point-an 4 min read SAS Full Form SAS (Statistical Analysis System) is a comprehensive software suite developed by SAS Institute Inc., used globally for advanced analytics, business intelligence, data management, and predictive analytics. Developed between 1966 and 1976, SAS has evolved with advanced statistical techniques, point-an 4 min read SGML Full Form SGML stands for Standard Generalized Markup Language. It can be defined as the standard for defining generalized markup language for documents. It was developed and designed by the International Organization for Standards i.e ISO. HTML was theoretically an example of an SGML-based language until HT 2 min read WSDL Full Form WSDL stands for Web Services Description Language. It was developed jointly by IBM and Microsoft and recommended on June 26' 2007 by the W3C. Written in XML, it is used in describing web services. These descriptions include service location and methods. It works in coordination with SOAP and UDDI in 2 min read LDAP Full Form LDAP stands for Lightweight Directory Access Protocol. It is a vendor-neutral, industry-standard application protocol used to access and manage directory information services and provides a means to manage user and group membership stored in Active Directory. It was developed by Tim Howes, Steve Kil 2 min read DES Full Form DES stands for Data Encryption Standard. DES is a symmetric cryptographic algorithm. It encrypts the data using the symmetric key algorithm (there will be a single key for encryption and decryption). DES encrypts by dividing the data into smaller chunks of 64 bits and then using a 56-bit key with th 2 min read Like