We have seen that digital systems consist of many components, includin translation - We have seen that digital systems consist of many components, includin Thai how to say

We have seen that digital systems c

We have seen that digital systems consist of many components, including arithmetic
logic units, registers, memory, decoders, and control units. These units are
interconnected by buses to allow information to flow through the system. The
instruction set presented for MARIE in the preceding sections constitutes a set of
machine level instructions used by these components to execute a program. Each
instruction appears to be very simplistic; however, if you examine what actually
happens at the component level, each instruction involves multiple operations.
For example, the Load instruction loads the contents of the given memory location
into the AC register. But, if we observe what is happening at the component
level, we see that multiple “mini-instructions” are being executed. First, the
address from the instruction must be loaded into the MAR. Then the data in
memory at this location must be loaded into the MBR. Then the MBR must be
loaded into the AC. These mini-instructions are called microoperations and specify
the elementary operations that can be performed on data stored in registers.
The symbolic notation used to describe the behavior of microoperations is
called register transfer notation (RTN) or register transfer language (RTL). We
use the notation M[X] to indicate the actual data stored at location X in memory,
and ← to indicate a transfer of information. In reality, a transfer from one register
to another always involves a transfer onto the bus from the source register, and
then a transfer off the bus into the destination register. However, for the sake of
clarity, we do not include these bus transfers, assuming that you understand that
the bus must be used for data transfer.
We now present the register transfer notation for each of the instructions in
the ISA for MARIE.
Load X
Recall that this instruction loads the contents of memory location X into the AC.
However, the address X must first be placed into the MAR. Then the data at location
M[MAR] (or address X) is moved into the MBR. Finally, this data is placed
in the AC.
0/5000
From: -
To: -
Results (Thai) 1: [Copy]
Copied!
เราได้เห็นว่า ระบบดิจิทัลประกอบด้วยส่วนประกอบหลาย รวมทั้งเลขคณิตหน่วยตรรกะ ทะเบียน หน่วยความจำ ถอดรหัส และหน่วยควบคุมการ หน่วยเหล่านี้เข้าใจรถให้ข้อมูลไหลผ่านระบบ ที่คำแนะนำที่ตั้งนำเสนอสำหรับมารีในส่วนก่อนหน้านี้ถือเป็นชุดเครื่องระดับคำแนะนำส่วนประกอบเหล่านี้ใช้เพื่อเรียกใช้โปรแกรม แต่ละคำแนะนำที่ดูเหมือนจะ เป็นพี่มาก อย่างไรก็ตาม ถ้าคุณตรวจสอบว่าจริงเกิดขึ้นที่ระดับส่วนประกอบ แต่ละคำสั่งเกี่ยวข้องกับการดำเนินงานหลายตัวอย่าง คำสั่งโหลดโหลดเนื้อหาของตำแหน่งหน่วยความจำที่กำหนดในการลงทะเบียน AC แต่ ถ้าเราสังเกตสิ่งที่เกิดขึ้นในคอมโพเนนต์ระดับ เราเห็นว่า หลาย "มินิคำแนะนำ" จะถูกดำเนินการ ครั้งแรก การต้องโหลดอยู่จากคำสั่งในใบ MAR แล้วข้อมูลในหน่วยความจำที่ตำแหน่งนี้ต้องโหลดลงใน MBR ต้องเป็น MBRโหลดไป AC มินิคำสั่งเหล่านี้เรียกว่า microoperations และระบุการดำเนินงานระดับประถมศึกษาที่สามารถดำเนินการกับข้อมูลที่เก็บไว้ในทะเบียนเครื่องหมายสัญลักษณ์ที่ใช้อธิบายลักษณะการทำงานของ microoperations คือเรียกว่าทะเบียนโอนเครื่องหมาย (RTN) หรือลงทะเบียนโอนภาษา (ซ้าย) เราใช้สัญลักษณ์ M [X] เพื่อระบุข้อมูลจริงที่เก็บไว้ที่ตำแหน่ง X ในหน่วยความจำและ←เพื่อระบุการโอนย้ายข้อมูล ในความเป็นจริง ทะเบียนการโอนย้ายจากอื่นเสมอเกี่ยวข้องกับการโอนย้ายบนรถจากการลงทะเบียนแหล่งที่มา และแล้วโอนปิดรถลงทะเบียนปลายทาง อย่างไรก็ตาม นมัสการของความชัดเจน เราไม่รวมโอนรถเหล่านี้ สมมติว่า คุณเข้าใจว่ารถต้องใช้สำหรับการโอนย้ายข้อมูลเรานำเสนอตอนนี้ทะเบียนโอนเครื่องหมายสำหรับแต่ละคำแนะนำในISA สำหรับมารีโหลด Xนึกว่า คำสั่งนี้โหลดเนื้อหาของหน่วยความจำตำแหน่ง X เป็น ACอย่างไรก็ตาม อยู่ X ต้องแรกมีอยู่ MAR ข้อมูลสถานที่แล้ว[MAR] M (หรือ X ที่อยู่) จะถูกย้ายลงใน MBR ในที่สุด ข้อมูลนี้อยู่ใน AC
Being translated, please wait..
Results (Thai) 2:[Copy]
Copied!
We have seen that digital systems consist of many components, including arithmetic
logic units, registers, memory, decoders, and control units. These units are
interconnected by buses to allow information to flow through the system. The
instruction set presented for MARIE in the preceding sections constitutes a set of
machine level instructions used by these components to execute a program. Each
instruction appears to be very simplistic; however, if you examine what actually
happens at the component level, each instruction involves multiple operations.
For example, the Load instruction loads the contents of the given memory location
into the AC register. But, if we observe what is happening at the component
level, we see that multiple “mini-instructions” are being executed. First, the
address from the instruction must be loaded into the MAR. Then the data in
memory at this location must be loaded into the MBR. Then the MBR must be
loaded into the AC. These mini-instructions are called microoperations and specify
the elementary operations that can be performed on data stored in registers.
The symbolic notation used to describe the behavior of microoperations is
called register transfer notation (RTN) or register transfer language (RTL). We
use the notation M[X] to indicate the actual data stored at location X in memory,
and ← to indicate a transfer of information. In reality, a transfer from one register
to another always involves a transfer onto the bus from the source register, and
then a transfer off the bus into the destination register. However, for the sake of
clarity, we do not include these bus transfers, assuming that you understand that
the bus must be used for data transfer.
We now present the register transfer notation for each of the instructions in
the ISA for MARIE.
Load X
Recall that this instruction loads the contents of memory location X into the AC.
However, the address X must first be placed into the MAR. Then the data at location
M[MAR] (or address X) is moved into the MBR. Finally, this data is placed
in the AC.
Being translated, please wait..
Results (Thai) 3:[Copy]
Copied!
เราได้เห็นแล้วว่า ระบบ ดิจิตอล ประกอบด้วยองค์ประกอบหลาย รวมทั้งหน่วยตรรกะเลขคณิต
, รีจิสเตอร์ , หน่วยความจำ , ถอดรหัส , และหน่วยควบคุม หน่วยเหล่านี้จะถูกเชื่อมต่อกันโดย
รถโดยสารให้ข้อมูลไหลผ่านระบบ
ชุดการสอนที่นำเสนอสำหรับมารีในก่อนหน้านี้ส่วนถือชุดของเครื่องที่ใช้โดย
ระดับคอมโพเนนต์เหล่านี้เพื่อรันโปรแกรม แต่ละ
การสอนจะเป็นแบบง่ายๆมาก อย่างไรก็ตาม ถ้าคุณศึกษาแล้ว
เกิดขึ้นที่ระดับองค์ประกอบแต่ละวิชาเกี่ยวข้องกับการดำเนินการหลาย .
ตัวอย่างเช่นโหลดการโหลดเนื้อหาของสถานที่ให้
หน่วยความจำในการลงทะเบียน AC แต่ถ้าเราสังเกตสิ่งที่เกิดขึ้นที่ระดับองค์ประกอบ
เราจะเห็นว่าหลาย " มิใช้ " จะถูกประหาร แรก ,
ที่อยู่จากการต้องโหลดลงในเดือน มี.ค. แล้ว ข้อมูลในหน่วยความจำ ณตำแหน่งนี้
ต้องโหลดลง MBR . แล้ว ( ต้องโหลดลงในคำสั่งมิ
.
และเหล่านี้จะเรียกว่า microoperations ระบุระดับปฏิบัติการที่สามารถดำเนินการกับข้อมูลที่เก็บไว้ในทะเบียน .
สัญลักษณ์สัญลักษณ์ที่ใช้อธิบายพฤติกรรมของ microoperations คือ
เรียกเอกสารการโอนทะเบียน ( ทร. ) หรือการโอนทะเบียนภาษา ( RTL ) เราใช้สัญลักษณ์
M [ x ] แสดงข้อมูลที่จัดเก็บในสถานที่จริงในหน่วยความจำ←
x , และเพื่อบ่งชี้ถึงการถ่ายโอนข้อมูล ในความเป็นจริง การถ่ายโอนจากที่หนึ่งไปยังอีกลงทะเบียน
เสมอเกี่ยวข้องกับการถ่ายโอนไปยังรถบัส จากที่มาลงทะเบียนและ
แล้วโอนจากรถบัสเป็นปลายทางที่ลงทะเบียน อย่างไรก็ตามเพื่อเห็นแก่
ชัดเจน เราไม่ได้รวมการโอนรถบัสเหล่านี้ สมมติว่าคุณเข้าใจว่า
รถต้องใช้สำหรับการถ่ายโอนข้อมูล .
ตอนนี้เราเสนอการโอนทะเบียนหมายเหตุสำหรับแต่ละขั้นตอนใน
ISA สำหรับมารี
x
เรียกว่าโหลดคำสั่งโหลดเนื้อหาของหน่วยความจำที่ตั้ง X เป็น AC .
แต่ที่อยู่ X ครั้งแรกจะต้องวางอยู่ใน Marแล้วข้อมูลที่ตำแหน่ง
M [ 2008 ] ( ที่อยู่หรือ X ) ถูกย้ายเข้าไปใน MBR . สุดท้าย ข้อมูลนี้จะถูกวางไว้
ในระบบไฟฟ้า
Being translated, please wait..
 
Other languages
The translation tool support: Afrikaans, Albanian, Amharic, Arabic, Armenian, Azerbaijani, Basque, Belarusian, Bengali, Bosnian, Bulgarian, Catalan, Cebuano, Chichewa, Chinese, Chinese Traditional, Corsican, Croatian, Czech, Danish, Detect language, Dutch, English, Esperanto, Estonian, Filipino, Finnish, French, Frisian, Galician, Georgian, German, Greek, Gujarati, Haitian Creole, Hausa, Hawaiian, Hebrew, Hindi, Hmong, Hungarian, Icelandic, Igbo, Indonesian, Irish, Italian, Japanese, Javanese, Kannada, Kazakh, Khmer, Kinyarwanda, Klingon, Korean, Kurdish (Kurmanji), Kyrgyz, Lao, Latin, Latvian, Lithuanian, Luxembourgish, Macedonian, Malagasy, Malay, Malayalam, Maltese, Maori, Marathi, Mongolian, Myanmar (Burmese), Nepali, Norwegian, Odia (Oriya), Pashto, Persian, Polish, Portuguese, Punjabi, Romanian, Russian, Samoan, Scots Gaelic, Serbian, Sesotho, Shona, Sindhi, Sinhala, Slovak, Slovenian, Somali, Spanish, Sundanese, Swahili, Swedish, Tajik, Tamil, Tatar, Telugu, Thai, Turkish, Turkmen, Ukrainian, Urdu, Uyghur, Uzbek, Vietnamese, Welsh, Xhosa, Yiddish, Yoruba, Zulu, Language translation.

Copyright ©2025 I Love Translation. All reserved.

E-mail: