<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>devkuma – Computer</title>
    <link>https://www.devkuma.com/en/tags/computer/</link>
    <image>
      <url>https://www.devkuma.com/en/tags/computer/logo/180x180.jpg</url>
      <title>Computer</title>
      <link>https://www.devkuma.com/en/tags/computer/</link>
    </image>
    <description>Recent content in Computer on devkuma</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>kc@example.com (kc kim)</managingEditor>
    <webMaster>kc@example.com (kc kim)</webMaster>
    <copyright>The devkuma</copyright>
    
	  <atom:link href="https://www.devkuma.com/en/tags/computer/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>Introduction to Computers</title>
      <link>https://www.devkuma.com/en/docs/computer/science/</link>
      <pubDate>Tue, 01 Nov 2022 00:27:00 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/computer/science/</guid>
      <description>
        
        
        
      </description>
      
      <category>Computer</category>
      
    </item>
    
    <item>
      <title>Overview of Computers</title>
      <link>https://www.devkuma.com/en/docs/computer/overview/</link>
      <pubDate>Thu, 23 Dec 2021 09:27:00 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/computer/overview/</guid>
      <description>
        
        
        &lt;h2 id=&#34;overview-of-computers&#34;&gt;Overview of Computers&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;An electronic calculator that performs complex operations on behalf of people.&lt;/li&gt;
&lt;li&gt;It can store and manage large volumes of data.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;characteristics-of-computers&#34;&gt;Characteristics of Computers&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Speed: Computers can process large volumes of data. Modern computers perform billions of arithmetic operations per second.&lt;/li&gt;
&lt;li&gt;Reliability: Computers support reliable, error-free processing of large amounts of data. This is essential when computers take over human work.&lt;/li&gt;
&lt;li&gt;Accuracy: Thanks to rapid advances in semiconductor technology, computer accuracy continues to improve.&lt;/li&gt;
&lt;li&gt;Data preservation: With the development of storage devices for preserving many kinds of data, a significant amount of data can be accumulated and stored in a small space.&lt;/li&gt;
&lt;li&gt;Economy: By processing large volumes of data quickly, computers reduce time and cost compared with human work.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;pc-personal-computer&#34;&gt;PC (Personal Computer)&lt;/h3&gt;
&lt;p&gt;Early computers were not designed for independent personal use. They were developed for shared purposes and were divided into central computers with central processing units and memory devices, and terminals for users. A PC is a computer developed for independent personal use. It combines the central processing unit, memory, and input/output devices that a computer needs into a single product.&lt;/p&gt;
&lt;h3 id=&#34;hardware-and-software&#34;&gt;Hardware and Software&lt;/h3&gt;
&lt;h4 id=&#34;hardware&#34;&gt;Hardware&lt;/h4&gt;
&lt;p&gt;Hardware means physical devices. A computer contains many kinds of hardware, such as the CPU, memory, disk drives, and input/output devices. These devices operate according to software instructions.&lt;/p&gt;
&lt;h4 id=&#34;software&#34;&gt;Software&lt;/h4&gt;
&lt;p&gt;Software means the programs that run on a computer and perform work. Operating systems, games, graphics programs, educational programs, and business programs are examples of software.&lt;/p&gt;
&lt;h3 id=&#34;basic-terms&#34;&gt;Basic Terms&lt;/h3&gt;
&lt;h4 id=&#34;bit-and-byte&#34;&gt;bit and Byte&lt;/h4&gt;
&lt;p&gt;Computers use digital electrical signals that represent all data as 0s and 1s. Digital data represents information using only two electrical states: &amp;ldquo;1&amp;rdquo;, where electricity flows, and &amp;ldquo;0&amp;rdquo;, where it does not. This is the bit, the smallest unit of data representation in a computer. In other words, 1 bit can represent only two values: 1 and 0. However, this alone is not enough to convert human characters into computer data. Combining two electrical signals can represent four values: 00, 01, 10, and 11. This still cannot represent human characters sufficiently, so 8 bits are combined. When 8 bits are combined, 256 different data values can be represented. This is called 1 byte. Ultimately, this is the amount of data used to represent one character, such as an English letter. 1 byte consists of 8 bits.&lt;/p&gt;
&lt;h4 id=&#34;bus&#34;&gt;Bus&lt;/h4&gt;
&lt;p&gt;In a computer, a bus is a transmission path for delivering data. Computers may be classified by the structure of this path. It also refers to the width of data that can be exchanged at one time between the CPU and peripheral devices. It starts with 8 bits and has developed through 16 bits, 32 bits, and 64 bits.&lt;/p&gt;
&lt;h3 id=&#34;history-of-computers&#34;&gt;History of Computers&lt;/h3&gt;
&lt;h4 id=&#34;eniac-the-first-computer&#34;&gt;ENIAC, the First Computer&lt;/h4&gt;
&lt;p&gt;In 1944, Aiken, a professor at Harvard University, built &amp;ldquo;MARK-1&amp;rdquo; with sponsorship from IBM. Although &amp;ldquo;MARK-1&amp;rdquo; could not be called a true computer, in 1946 Mauchly and Eckert at the University of Pennsylvania developed a military computer used for ballistic tables, weather forecasting, atomic energy calculations, and cosmic ray research. This was ENIAC, which used a decimal system.&lt;/p&gt;
&lt;p&gt;ENIAC was made to calculate using vacuum tubes. It had as many as 18,000 vacuum tubes and 6,000 switches, so it was large and very difficult to operate. In addition, because programs were not compatible, changing a program required reconnecting all those switches from the beginning.&lt;/p&gt;
&lt;h4 id=&#34;edsac-the-stored-program-computer&#34;&gt;EDSAC, the Stored-Program Computer&lt;/h4&gt;
&lt;p&gt;In 1949, Maurice Wilkes completed EDSAC, the first computer with a stored program. In 1951, a computer called EDVAC, again using the binary system, was developed by von Neumann. IBM also developed UNIVAC 1, which used magnetic tape as auxiliary storage, and installed it at the United States Census Bureau.&lt;/p&gt;
&lt;h4 id=&#34;computer-generations&#34;&gt;Computer Generations&lt;/h4&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Generation&lt;/th&gt;
          &lt;th&gt;Years&lt;/th&gt;
          &lt;th&gt;Central Processing Unit&lt;/th&gt;
          &lt;th&gt;Main Memory&lt;/th&gt;
          &lt;th&gt;Programming Language&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;1st generation&lt;/td&gt;
          &lt;td&gt;1946-1957&lt;/td&gt;
          &lt;td&gt;Vacuum tubes&lt;/td&gt;
          &lt;td&gt;Magnetic drum&lt;/td&gt;
          &lt;td&gt;Assembler&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;2nd generation&lt;/td&gt;
          &lt;td&gt;1958-1964&lt;/td&gt;
          &lt;td&gt;Transistors&lt;/td&gt;
          &lt;td&gt;Magnetic core&lt;/td&gt;
          &lt;td&gt;FORTRAN, COBOL&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;3rd generation&lt;/td&gt;
          &lt;td&gt;1965-1974&lt;/td&gt;
          &lt;td&gt;IC&lt;/td&gt;
          &lt;td&gt;Magnetic disk&lt;/td&gt;
          &lt;td&gt;Pascal, BASIC&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;4th generation&lt;/td&gt;
          &lt;td&gt;Since the 1970s&lt;/td&gt;
          &lt;td&gt;LSI&lt;/td&gt;
          &lt;td&gt;Semiconductor&lt;/td&gt;
          &lt;td&gt;Modern programming languages&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;5th generation&lt;/td&gt;
          &lt;td&gt;Present&lt;/td&gt;
          &lt;td&gt;VLSI&lt;/td&gt;
          &lt;td&gt;Semiconductor&lt;/td&gt;
          &lt;td&gt;Modern programming languages&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id=&#34;structure-of-a-pc&#34;&gt;Structure of a PC&lt;/h2&gt;
&lt;h3 id=&#34;central-processing-unit-cpu&#34;&gt;Central Processing Unit (CPU)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;It contains a control unit that operates each device in the computer and controls normal operation.&lt;/li&gt;
&lt;li&gt;It contains an arithmetic unit that processes various computational data.&lt;/li&gt;
&lt;li&gt;It contains registers for temporarily storing data.&lt;/li&gt;
&lt;li&gt;It determines computer performance and the type of system.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;input-devices&#34;&gt;Input Devices&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Devices that receive commands and data from the user. Keyboards and mice are examples.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;output-devices&#34;&gt;Output Devices&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Devices that deliver the results processed by the computer to the user. Monitors and printers are examples.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;storage-devices&#34;&gt;Storage Devices&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Devices where the operating system and various programs are installed and where data created by users is stored.&lt;/li&gt;
&lt;li&gt;Hard disks, CD-ROMs, and CD-RWs are examples.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;peripheral-devices&#34;&gt;Peripheral Devices&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Devices that are not necessary for basic computer operation and management but are added when needed are called peripheral devices.&lt;/li&gt;
&lt;li&gt;They can improve user convenience.&lt;/li&gt;
&lt;li&gt;LAN cards, sound cards, mice, printers, and joysticks are examples.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;controllers&#34;&gt;Controllers&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Controllers manage smooth data flow between devices and detect errors.&lt;/li&gt;
&lt;li&gt;They determine the connection method for peripheral devices.&lt;/li&gt;
&lt;li&gt;When implemented as hardware, the term &amp;ldquo;controller&amp;rdquo; is used.&lt;/li&gt;
&lt;li&gt;When implemented as software, a program installed to operate hardware is called a &amp;ldquo;driver&amp;rdquo;.&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>Computer</category>
      
    </item>
    
    <item>
      <title>Central Processing Unit (CPU)</title>
      <link>https://www.devkuma.com/en/docs/cpu/</link>
      <pubDate>Mon, 07 Nov 2022 10:45:00 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/cpu/</guid>
      <description>
        
        
        &lt;h2 id=&#34;central-processing-unit-cpu&#34;&gt;Central Processing Unit (CPU)&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;CPU stands for &lt;strong&gt;C&lt;/strong&gt;entral &lt;strong&gt;P&lt;/strong&gt;rocessing &lt;strong&gt;U&lt;/strong&gt;nit.&lt;/li&gt;
&lt;li&gt;It contains a control unit that operates each device in the computer and controls normal operation.&lt;/li&gt;
&lt;li&gt;It contains an arithmetic unit that processes various computational data.&lt;/li&gt;
&lt;li&gt;It contains registers for temporarily storing data.&lt;/li&gt;
&lt;li&gt;It contains an arithmetic logic unit and performs computational functions.&lt;/li&gt;
&lt;li&gt;It determines computer performance and the type of system.
&lt;ul&gt;
&lt;li&gt;It determines the type of computer.&lt;/li&gt;
&lt;li&gt;It determines computer performance.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Execution Unit (EU)&lt;/strong&gt;&lt;br&gt;
The execution unit is the unit that executes each instruction in a microprocessor.&lt;br&gt;
The execution unit consists of the ALU (Arithmetic Logic Unit), the control unit (CU), and registers.&lt;br&gt;
The ALU performs arithmetic operations, such as addition and comparison, as well as logical operations, and stores intermediate results in registers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Instruction Unit&lt;/strong&gt;&lt;br&gt;
The instruction unit controls instructions fetched from memory so that they can be executed correctly by the execution unit.&lt;br&gt;
At this time, the control unit ensures that the ALU and registers operate correctly.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Addressing Unit&lt;/strong&gt;&lt;br&gt;
The addressing unit creates memory or input/output addresses when the CPU reads data from, or writes data to, memory or input/output devices.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Bus Interface Unit&lt;/strong&gt;&lt;br&gt;
The bus interface unit connects the microprocessor to the outside through the address, data, and control buses.&lt;/p&gt;
&lt;h2 id=&#34;cache-memory&#34;&gt;Cache Memory&lt;/h2&gt;
&lt;p&gt;Cache memory is one type of buffer memory temporarily used inside the CPU.&lt;/p&gt;
&lt;h3 id=&#34;understanding-cache-memory&#34;&gt;Understanding Cache Memory&lt;/h3&gt;
&lt;p&gt;A cache is a temporary storage device located between two devices with different speeds. It improves the speed of data access between devices and improves processing speed during repeated access.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;When cache is not applied&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run a program called TEST.EXE.&lt;/li&gt;
&lt;li&gt;Load TEST.EXE from (1) auxiliary storage, such as a hard disk, into (3) main memory.&lt;/li&gt;
&lt;li&gt;When the program exits, the program loaded in (3) disappears.&lt;/li&gt;
&lt;li&gt;Run the same program again.&lt;/li&gt;
&lt;li&gt;The program is loaded from (1) into (3) again. In this case, the user must wait each time while the program is read from (1).&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;strong&gt;When cache is applied&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Run TEST.EXE.&lt;/li&gt;
&lt;li&gt;While the program is loaded from (1) into (3), it is also written to (2).&lt;/li&gt;
&lt;li&gt;When the program exits, the program loaded in (3) disappears. However, what was stored in (2) is not erased.&lt;/li&gt;
&lt;li&gt;Run the same program again.&lt;/li&gt;
&lt;li&gt;This time, the program is loaded from (2), not from (1). From the perspective of (3), the same program is being loaded, but the first time it was loaded from slower auxiliary storage. From the second time onward, repeated loading occurs from faster cache memory, which improves speed.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;clock-operating-frequency&#34;&gt;Clock (Operating Frequency)&lt;/h2&gt;
&lt;p&gt;A clock is a unit that represents CPU speed. A clock refers to the time it takes for a waveform to move once in one second, and CPU speed changes depending on the amount of data processed during that time.&lt;br&gt;
It is written in Hz. In general, the higher the clock value, the faster the performance.&lt;br&gt;
However, if only the clock is raised to improve performance, power consumption increases and heat generation can become severe, so this must also be considered.&lt;/p&gt;
&lt;h3 id=&#34;clock-and-fsb&#34;&gt;Clock and FSB&lt;/h3&gt;
&lt;p&gt;A clock is an electrical rhythm that oscillates at a fixed cycle and is generated by the motherboard&amp;rsquo;s clock generator to operate the CPU and other devices. It is expressed in MHz (megahertz).&lt;/p&gt;
&lt;p&gt;1 Hz is a clock that oscillates once per second, and a CPU basically processes one instruction per clock.&lt;/p&gt;
&lt;p&gt;It is used as a unit for expressing the speed of the CPU and the system.&lt;/p&gt;
&lt;p&gt;FSB (Front Side Bus) is another name for the clock generated by the motherboard&amp;rsquo;s clock generator and supplied to each device. It is also called the external clock. The CPU and devices inside the computer operate according to the clock speed supplied by the clock generator. However, the CPU does not use the supplied clock as-is. It uses &amp;ldquo;clock doubling&amp;rdquo; to increase that speed several times before using it.&lt;/p&gt;
&lt;h2 id=&#34;core&#34;&gt;Core&lt;/h2&gt;
&lt;p&gt;A core is the central part of the processing circuit built into the central processing unit. In the past, when computers were not as widespread, it was natural for one CPU to have one core.&lt;br&gt;
However, dual-core processors with two cores appeared in 2005, making multi-core processors popular in general PCs. Later, processors with four, six, and even eight cores appeared.&lt;/p&gt;
&lt;p&gt;A dual-core processor can reduce work that a single core would have processed in two steps to one step. Therefore, it has the advantage of improving overall processing efficiency.&lt;/p&gt;
&lt;h2 id=&#34;virtualization-support&#34;&gt;Virtualization Support&lt;/h2&gt;
&lt;p&gt;Virtualization support, simply put, means running another operating system inside an operating system. For example, it is a technology that allows Linux or another operating system to run inside Windows, just as a program runs after Windows starts. Intel CPUs support virtualization under the name &amp;ldquo;VT-x&amp;rdquo;, and AMD CPUs under the name &amp;ldquo;AMD-V&amp;rdquo;. To build a cloud environment with servers, it is essential to check whether the CPU supports virtualization.&lt;/p&gt;
&lt;h2 id=&#34;types-of-cpus&#34;&gt;Types of CPUs&lt;/h2&gt;
&lt;h3 id=&#34;cpu-types-by-data-processing-capacity&#34;&gt;CPU Types by Data Processing Capacity&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Classification according to the amount of data that can be processed simultaneously.&lt;/li&gt;
&lt;li&gt;The width of the bus, which is the path that transfers data.&lt;/li&gt;
&lt;li&gt;8 bits is the minimum unit of data processed by a computer.&lt;/li&gt;
&lt;li&gt;Development progressed from 8088 (8-bit) to 80286 (16-bit), 80386 (32-bit), and Pentium (64-bit).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;arm&#34;&gt;ARM&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Licensed products from companies such as Apple and Samsung.&lt;/li&gt;
&lt;li&gt;ARM chips are small, generate less heat, and consume less power. They do not require a cooling fan. However, they have tended to be limited to specialized uses.&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>Computer</category>
      
    </item>
    
    <item>
      <title>Main Memory (Memory) ROM, RAM</title>
      <link>https://www.devkuma.com/en/docs/memory/</link>
      <pubDate>Wed, 30 Nov 2022 00:21:00 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/memory/</guid>
      <description>
        
        
        &lt;h2 id=&#34;main-memory-memory&#34;&gt;Main Memory (Memory)&lt;/h2&gt;
&lt;h3 id=&#34;overview-of-romrom-bios&#34;&gt;Overview of ROM/ROM BIOS&lt;/h3&gt;
&lt;p&gt;ROM (Read Only Memory) is a read-only memory element and is used in computers to store the BIOS.&lt;br&gt;
The Basic Input/Output System is the basic program for operating a computer.&lt;br&gt;
It contains basic information about each device in the computer and diagnoses each device.&lt;br&gt;
When the power is turned on, it starts the computer and diagnoses itself. The BIOS must never be erased, so it is stored in ROM, which is non-volatile memory.&lt;/p&gt;
&lt;h3 id=&#34;ram&#34;&gt;RAM&lt;/h3&gt;
&lt;p&gt;RAM (Random Access Memory) is also called RWM (Read Write Memory). Because all information stored inside disappears when the computer is turned off, it is called volatile memory. RAM is a memory device that allows data to be read and written freely. Since it is volatile, all contents in memory are erased when power is cut off.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;How DRAM Stores Data&lt;/strong&gt;&lt;br&gt;
DRAM (Dynamic RAM) stores data using the principle that capacitors store electricity. What we call data in a computer is actually the flow of electrical signals. Computer data is represented by 1s and 0s, which respectively mean a state where electricity flows and a state where it does not. If this electrical state can be maintained, that is storage. The most common media for storing electricity are electronic components called capacitors or batteries.&lt;br&gt;
For example, to store the data 10101010, prepare eight capacitors and store the data by charging those corresponding to 1 and not charging those corresponding to 0. This stores the data 10101010. DRAM is a device that stores data using this capacitor principle.&lt;br&gt;
However, electricity once stored in a capacitor or battery does not last forever. Even when it is not used, natural discharge occurs, and after a certain amount of time data is lost. Therefore, RAM performs a refresh, or recharge, operation to maintain its current state before data is lost. When the computer is turned off, RAM cannot perform this refresh, so the data is lost. In other words, it has volatile properties. DRAM has long been used as an element for computer main memory because its principle is simple and it is easy to manufacture, but it is now being improved into new forms because refresh operations increase waiting time.&lt;/p&gt;
&lt;h3 id=&#34;types-of-ram&#34;&gt;Types of RAM&lt;/h3&gt;
&lt;table&gt;
  &lt;thead&gt;
      &lt;tr&gt;
          &lt;th&gt;Category&lt;/th&gt;
          &lt;th&gt;DRAM&lt;/th&gt;
          &lt;th&gt;SRAM&lt;/th&gt;
      &lt;/tr&gt;
  &lt;/thead&gt;
  &lt;tbody&gt;
      &lt;tr&gt;
          &lt;td&gt;Refresh&lt;/td&gt;
          &lt;td&gt;Required&lt;/td&gt;
          &lt;td&gt;Not required&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Access speed&lt;/td&gt;
          &lt;td&gt;Slow&lt;/td&gt;
          &lt;td&gt;Fast&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Circuit structure&lt;/td&gt;
          &lt;td&gt;Simple&lt;/td&gt;
          &lt;td&gt;Complex&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Integration density&lt;/td&gt;
          &lt;td&gt;High&lt;/td&gt;
          &lt;td&gt;Low&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Price&lt;/td&gt;
          &lt;td&gt;Cheap&lt;/td&gt;
          &lt;td&gt;Expensive&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;Use&lt;/td&gt;
          &lt;td&gt;Main memory&lt;/td&gt;
          &lt;td&gt;Cache memory&lt;/td&gt;
      &lt;/tr&gt;
      &lt;tr&gt;
          &lt;td&gt;&lt;strong&gt;Comparison of DRAM and SRAM&lt;/strong&gt;&lt;/td&gt;
          &lt;td&gt;&lt;/td&gt;
          &lt;td&gt;&lt;/td&gt;
      &lt;/tr&gt;
  &lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id=&#34;types-of-dram&#34;&gt;Types of DRAM&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;SDRAM&lt;/strong&gt;&lt;br&gt;
SDRAM is DRAM whose clock speed is synchronized with the microprocessor. Clock speed synchronization helps increase the number of instructions the processor can execute within a given time.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DDR SDRAM&lt;/strong&gt;&lt;br&gt;
DDR (Double Data Rate) memory SDRAM is the name given to memory that can transfer twice as much data as previous SDRAM. DDR memory has two standards, PC2100 and PC1600, but they do not actually operate at 2100 MHz and 1600 MHz respectively. DDR SDRAM operating on a 100 MHz memory bus has a speed around PC200, and when operating on a 133 MHz bus, around PC266.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;DDR2 SDRAM&lt;/strong&gt;&lt;br&gt;
DRAM that improves the operating speed of DDR SDRAM by two times.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Rambus DRAM&lt;/strong&gt;&lt;br&gt;
Rambus DRAM is DRAM connected through the Rambus Channel, a data transfer bus developed by the American company Rambus. This channel uses a 9-bit bus and transfers data synchronized with a 250 MHz clock.&lt;/p&gt;

      </description>
      
      <category>Computer</category>
      
    </item>
    
  </channel>
</rss>
