How RAM WorksRandom access memory (RAM) is the best known form of comp การแปล - How RAM WorksRandom access memory (RAM) is the best known form of comp ไทย วิธีการพูด

How RAM WorksRandom access memory (

How RAM Works
Random access memory (RAM) is the best known form of computer memory. RAM is considered "random access" because you can access any memory cell directly if you know the row and column that intersect at that cell.
The opposite of RAM is serial access memory (SAM). SAM stores data as a series of memory cells that can only be accessed sequentially (like a cassette tape). If the data is not in the current location, each memory cell is checked until the needed data is found. SAM works very well for memory buffers, where the data is normally stored in the order in which it will be used (a good example is the texture buffer memory on a video card). RAM data, on the other hand, can be accessed in any order.
Similar to a microprocessor, a memory chip is an integrated circuit (IC) made of millions of transistors and capacitors. In the most common form of computer memory, dynamic random access memory (DRAM), a transistor and a capacitor are paired to create a memory cell, which represents a single bit of data. The capacitor holds the bit of information -- a 0 or a 1 (see How Bits and Bytes Work for information on bits). The transistor acts as a switch that lets the control circuitry on the memory chip read the capacitor or change its state.
A capacitor is like a small bucket­ that is able to store electrons. To store a 1 in the memory cell, the bucket is filled with electrons. To store a 0, it is emptied. The problem with the capacitor's bucket is that it has a leak. In a matter of a few milliseconds a full bucket becomes empty. Therefore, for dynamic memory to work, either the CPU or the memory controller has to come along and recharge all of the capacitors holding a 1 before they discharge. To do this, the mem­ory controller reads the memory and then writes it right back. This refresh operation happens automatically thousands of times per second.­
The capacitor in a dynamic RAM memory cell is like a leaky bucket. It needs to be refreshed periodically or it will discharge to 0. This refresh operation is where dynamic RAM gets its name. Dynamic RAM has to be dynamically refreshed all of the time or it forgets what it is holding. The downside of all of this refreshing is that it takes time and slows down the memory.
In this article, you'll learn all about what RAM is, what kind you should buy and how to install it. See the next page to learn more about dynamic RAM and memory cells
0/5000
จาก: -
เป็น: -
ผลลัพธ์ (ไทย) 1: [สำเนา]
คัดลอก!
วิธีการทำงานของ RAM
สุ่มการเข้าถึงหน่วยความจำ (RAM) เป็นแบบฟอร์มที่รู้จักกันดีของหน่วยความจำคอมพิวเตอร์ RAM จะถือว่า "การเข้าถึงโดยสุ่ม" เนื่องจากคุณสามารถเข้าถึงเซลล์หน่วยความจำโดยตรงถ้าแถวและคอลัมน์ที่อินในเซลล์นั้น
ตรงข้ามของ RAM หน่วยความจำเข้าถึงพอร์ตอนุกรม (SAM) SAM เก็บข้อมูลเป็นชุดของเซลล์หน่วยความจำที่สามารถเข้าถึงได้ตามลำดับ (เช่นเทป) เท่านั้น ถ้าข้อมูลไม่ได้อยู่ในตำแหน่งปัจจุบัน แต่ละเซลล์หน่วยความจำจะถูกตรวจสอบจนกระทั่งพบข้อมูลจำเป็น SAM ทำงานดีสำหรับหน่วยความจำบัฟเฟอร์ ซึ่งข้อมูลโดยปกติอยู่ในใบสั่งที่จะใช้ (ตัวอย่างที่ดีคือ เนื้อบัฟเฟอร์หน่วยความจำบนการ์ดแสดงผล) ข้อมูล RAM บนมืออื่น ๆ สามารถเข้าถึงได้ในใบสั่งใด ๆ ได้
คล้ายกับหน่วยประมวลผล ชิปที่จำเป็นวงจรรวม (IC) ทำ transistors และตัวเก็บประจุได้ ในรูปแบบทั่วไปของหน่วยความจำของคอมพิวเตอร์ หน่วยความจำแบบไดนามิกหน่วยความจำเข้าถึงโดยสุ่ม (DRAM), เป็นทรานซิสเตอร์และตัวเก็บประจุตัวจับคู่เพื่อสร้างเซลล์หน่วยความจำ การแทนบิตของข้อมูลเดียว ตัวเก็บประจุเก็บบิตของข้อมูล - เป็น 0 หรือ 1 (ดูวิธีบิตและไบต์งานข้อมูลบิต) ทรานซิสเตอร์ทำหน้าที่เป็นสวิตช์ที่ช่วยให้การควบคุมวงจรในชิจำอ่านตัวเก็บประจุ หรือเปลี่ยนสถานะของการ
ตัวเก็บประจุมีเช่นกลุ่มขนาดเล็กที่สามารถเก็บอิเล็กตรอน เก็บ 1 ในเซลล์หน่วยความจำ กลุ่มถูกเติม ด้วยอิเล็กตรอน การเก็บการ มันว่าง ปัญหากับกลุ่มของตัวเก็บประจุคือ ว่า มีการรั่วไหล ในเรื่องของมิลลิวินาทีกี่ ถังเต็มจะว่างเปล่า ดังนั้น สำหรับหน่วยความจำแบบไดนามิกในการทำงาน CPU หรือตัวควบคุมหน่วยความจำได้มาตลอด และชาร์จตัวเก็บประจุที่เก็บ 1 ก่อนที่พวกเขาถ่ายทั้งหมด การทำเช่นนี้ ตัวควบคุมหน่วยความจำอ่านหน่วยความจำแล้ว เขียนมันกลับมา ดำเนินการฟื้นฟูนี้เกิดขึ้นโดยอัตโนมัตินับพันครั้งต่อวินาที
ตัวเก็บประจุในเซลล์หน่วยความจำ RAM แบบไดนามิกเช่นกลุ่มที่รั่วได้ จำเป็นต้องฟื้นฟูเป็นระยะ ๆ หรือมันจะถ่ายเป็น 0 ดำเนินการฟื้นฟูนี้เป็นที่ RAM แบบไดนามิกได้รับชื่อ มี RAM แบบไดนามิกจะไหวฟื้นฟูทั้งหมดเวลา หรือ forgets อะไรมันถือ ข้อเสียของเย็นนี้คือ มันใช้เวลา และช้าลงหน่วยความจำ
ในบทความนี้ คุณจะได้เรียนรู้ทั้งหมดเกี่ยวกับ RAM อะไรถูก อะไรคุณควรซื้อชนิดและวิธีการติดตั้ง ดูหน้าถัดไปเพื่อเรียนรู้เพิ่มเติมเกี่ยวกับเซลล์ RAM และหน่วยความจำแบบไดนามิก
การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 2:[สำเนา]
คัดลอก!
How RAM Works
Random access memory (RAM) is the best known form of computer memory. RAM is considered "random access" because you can access any memory cell directly if you know the row and column that intersect at that cell.
The opposite of RAM is serial access memory (SAM). SAM stores data as a series of memory cells that can only be accessed sequentially (like a cassette tape). If the data is not in the current location, each memory cell is checked until the needed data is found. SAM works very well for memory buffers, where the data is normally stored in the order in which it will be used (a good example is the texture buffer memory on a video card). RAM data, on the other hand, can be accessed in any order.
Similar to a microprocessor, a memory chip is an integrated circuit (IC) made of millions of transistors and capacitors. In the most common form of computer memory, dynamic random access memory (DRAM), a transistor and a capacitor are paired to create a memory cell, which represents a single bit of data. The capacitor holds the bit of information -- a 0 or a 1 (see How Bits and Bytes Work for information on bits). The transistor acts as a switch that lets the control circuitry on the memory chip read the capacitor or change its state.
A capacitor is like a small bucket­ that is able to store electrons. To store a 1 in the memory cell, the bucket is filled with electrons. To store a 0, it is emptied. The problem with the capacitor's bucket is that it has a leak. In a matter of a few milliseconds a full bucket becomes empty. Therefore, for dynamic memory to work, either the CPU or the memory controller has to come along and recharge all of the capacitors holding a 1 before they discharge. To do this, the mem­ory controller reads the memory and then writes it right back. This refresh operation happens automatically thousands of times per second.­
The capacitor in a dynamic RAM memory cell is like a leaky bucket. It needs to be refreshed periodically or it will discharge to 0. This refresh operation is where dynamic RAM gets its name. Dynamic RAM has to be dynamically refreshed all of the time or it forgets what it is holding. The downside of all of this refreshing is that it takes time and slows down the memory.
In this article, you'll learn all about what RAM is, what kind you should buy and how to install it. See the next page to learn more about dynamic RAM and memory cells
การแปล กรุณารอสักครู่..
ผลลัพธ์ (ไทย) 3:[สำเนา]
คัดลอก!
วิธี RAM ทำงาน
แรม ( RAM ) เป็นหน่วยความจำที่ดีที่สุดที่รู้จักกันในรูปแบบของคอมพิวเตอร์ ราศีเมษ ถือว่าเป็น " การเข้าถึงแบบสุ่ม " เพราะคุณสามารถเข้าถึงหน่วยความจำโดยตรง ถ้าคุณทราบใด ๆของเซลล์แถวและคอลัมน์ที่เซ็คที่ห้องขัง
ตรงข้าม RAM เป็นหน่วยความจำเข้าถึงแบบอนุกรม ( แซม ) แซมจะเก็บข้อมูลเป็นชุดของเซลหน่วยความจำที่สามารถเข้าถึงตามลำดับ ( เช่นเทป )ถ้าข้อมูลไม่ได้อยู่ในตำแหน่งปัจจุบัน แต่ละเซลล์มีการตรวจสอบหน่วยความจำจนกว่าข้อมูลจะพบ แซมทำงานได้ดีสำหรับบัฟเฟอร์หน่วยความจำที่ข้อมูลจะเก็บไว้ในการสั่งซื้อที่จะใช้มัน ( ตัวอย่างที่ดีคือหน่วยความจำบัฟเฟอร์เนื้อบนการ์ด ) ข้อมูล ราม บนมืออื่น ๆที่สามารถเข้าถึงได้ในใด ๆสั่งซื้อ
คล้ายคลึงกับไมโครโปรเซสเซอร์หน่วยความจำชิปเป็นวงจรรวม ( IC ) ที่ทำล้านทรานซิสเตอร์และตัวเก็บประจุ ในรูปแบบที่พบมากที่สุดของหน่วยความจำคอมพิวเตอร์แรมแบบพลวัต ( ดีแรม ) , ทรานซิสเตอร์และตัวเก็บประจุจะจับคู่เพื่อสร้างความทรงจำเซลล์ซึ่งหมายถึงบิตเดียวของข้อมูล ตัวเก็บประจุเก็บบิตของข้อมูล เป็น 0 หรือ 1 ( เห็นว่าบิตและไบต์สำหรับข้อมูลเกี่ยวกับบิต )ทรานซิสเตอร์ที่ทำหน้าที่เป็นสวิทช์ที่ช่วยให้วงจรควบคุมชิปหน่วยความจำอ่านตัวเก็บประจุ หรือเปลี่ยนสถานะของมัน .
ตัวเก็บประจุเหมือนขนาดเล็กถังองที่สามารถเก็บอิเล็กตรอน เพื่อเก็บเป็น 1 ในหน่วยความจำมือถือ , ถังเติมอิเล็กตรอน เพื่อเก็บเป็น 0 มันก็ว่าง ปัญหากับถังของตัวเก็บประจุคือ มันรั่วในเรื่องของการไม่กี่มิลลิวินาทีถังเต็มกลายเป็นว่างเปล่า ดังนั้น สำหรับหน่วยความจำแบบไดนามิกเพื่อทำงานด้วยซีพียูหรือหน่วยความจำเครื่องควบคุมไปด้วย และชาร์จทั้งหมดของตัวเก็บประจุถือ 1 ก่อนที่จะปล่อย ทำแบบนี้ แหม่ม องสถานที่ควบคุมอ่านความทรงจำแล้วเขียนมันกลับมา รีเฟรชหน้านี้การเกิดขึ้นโดยอัตโนมัติหลายพันครั้งต่อวินาที อง
ตัวเก็บประจุในหน่วยความจำ RAM แบบไดนามิกเซลล์เป็นเหมือนถังรั่ว มันต้องได้รับการฟื้นฟูเป็นระยะๆ หรือจะปล่อย 0 รีเฟรชหน้านี้การผ่าตัดที่ Dynamic RAM ได้รับชื่อ . ไดนามิกแรมต้องเป็นแบบไดนามิกที่สดชื่นตลอดเวลา หรือมันลืมอะไรไว้ ข้อเสียของทั้งหมดนี้สดชื่นที่ใช้เวลาและช้าลง ความจำ
ในบทความนี้คุณจะได้เรียนรู้เกี่ยวกับสิ่งที่ RAM ชนิด คุณควรซื้อและวิธีการติดตั้ง ดูหน้าถัดไปเพื่อเรียนรู้เพิ่มเติมเกี่ยวกับ RAM และหน่วยความจำแบบไดนามิก
เซลล์
การแปล กรุณารอสักครู่..
 
ภาษาอื่น ๆ
การสนับสนุนเครื่องมือแปลภาษา: กรีก, กันนาดา, กาลิเชียน, คลิงออน, คอร์สิกา, คาซัค, คาตาลัน, คินยารวันดา, คีร์กิซ, คุชราต, จอร์เจีย, จีน, จีนดั้งเดิม, ชวา, ชิเชวา, ซามัว, ซีบัวโน, ซุนดา, ซูลู, ญี่ปุ่น, ดัตช์, ตรวจหาภาษา, ตุรกี, ทมิฬ, ทาจิก, ทาทาร์, นอร์เวย์, บอสเนีย, บัลแกเรีย, บาสก์, ปัญจาป, ฝรั่งเศส, พาชตู, ฟริเชียน, ฟินแลนด์, ฟิลิปปินส์, ภาษาอินโดนีเซี, มองโกเลีย, มัลทีส, มาซีโดเนีย, มาราฐี, มาลากาซี, มาลายาลัม, มาเลย์, ม้ง, ยิดดิช, ยูเครน, รัสเซีย, ละติน, ลักเซมเบิร์ก, ลัตเวีย, ลาว, ลิทัวเนีย, สวาฮิลี, สวีเดน, สิงหล, สินธี, สเปน, สโลวัก, สโลวีเนีย, อังกฤษ, อัมฮาริก, อาร์เซอร์ไบจัน, อาร์เมเนีย, อาหรับ, อิกโบ, อิตาลี, อุยกูร์, อุสเบกิสถาน, อูรดู, ฮังการี, ฮัวซา, ฮาวาย, ฮินดี, ฮีบรู, เกลิกสกอต, เกาหลี, เขมร, เคิร์ด, เช็ก, เซอร์เบียน, เซโซโท, เดนมาร์ก, เตลูกู, เติร์กเมน, เนปาล, เบงกอล, เบลารุส, เปอร์เซีย, เมารี, เมียนมา (พม่า), เยอรมัน, เวลส์, เวียดนาม, เอสเปอแรนโต, เอสโทเนีย, เฮติครีโอล, แอฟริกา, แอลเบเนีย, โคซา, โครเอเชีย, โชนา, โซมาลี, โปรตุเกส, โปแลนด์, โยรูบา, โรมาเนีย, โอเดีย (โอริยา), ไทย, ไอซ์แลนด์, ไอร์แลนด์, การแปลภาษา.

Copyright ©2024 I Love Translation. All reserved.

E-mail: