pata1015_ATA / PATA的完整形式是什么?

pata1015

ATA / PATA:高級技術附件/并行高級技術附件 (ATA/PATA: Advanced Technology Attachment/Parallel Advanced Technology Attachment)

ATA is an abbreviation of Advanced Technology Attachment. ATA has existed for a long time with the name PATA. When newer Serial ATA (SATA) was launched, ATA is collaterally renamed to ATA (PATA). ATA is known to be a standard physical interface that used to establish a link with storage devices like hard-drive, optical drive, solid-state drive and CD-ROM to the motherboard. ATA operates from inside because of permission of up to 18 inches cable only by ATA standards. To establish a link with portable storage devices, it is created without using an external controller.

ATA是Advanced Technology Attachment的縮寫ATA已經存在很長時間了,名稱為PATA 。 當啟動較新的串行ATA(SATA)時, ATA附帶地更名為ATA(PATA) 。 眾所周知, ATA是一種標準的物理接口,用于建立與硬盤驅動器,光盤驅動器,固態驅動器和CD-ROM到主板的存儲設備的鏈接。 ATA是從內部運行的,因為只有ATA標準才允許使用18英寸的電纜。 要與便攜式存儲設備建立鏈接,無需使用外部控制器即可創建鏈接。

ATA is the extremely prevalent and low-priced interface that makes available for using a reliable speed. It is fundamentally formed of thin wires and cable bus. The ATA attainments are reverse compatible. It means with ATA interfaces that existed for a long time, every fresh version of ATA or recently developed ATA drives can be utilized.

ATA是極為流行且價格低廉的接口,可用于以可靠的速度運行。 它基本上由細電線和電纜總線組成。 ATA認證是反向兼容的。 這意味著使用已存在很長時間的ATA接口,可以使用每個新版本的ATA或最近開發的ATA驅動器。

ATA/PATA full form

歷史 (History)

In 1986, the first version of ATA was developed by the organization named Western Digital. ATA is also called Integrated Device Electronics (IDE).

1986年,名為Western Digital的組織開發了ATA的第一個版本。 ATA也稱為集成設備電子設備(IDE)。

Initially, it was called ATA but in 2003, after the origination of SATA (Serial ATA), it turned into PATA. PATA and SATA both the devices are called IDE (Integrated Drive Electronics) devices.

最初,它被稱為ATA,但是在SATA(串行ATA)誕生之后的2003年,它變成了PATA。 PATA和SATA這兩種設備都稱為IDE(集成驅動電子設備)設備。

運作中 (Functioning)

  • The pins adapter links on either side of the cable are 40, utilizes by ATA and the wire designs with distinct aspects are 40 or 80. One end of the connector is attached to the motherboard and the other is attached to the hard drive.

    電纜兩側的針腳適配器鏈接為40,被ATA使用,而外觀各異的電線設計為40或80。連接器的一端連接到主板,另一端連接到硬盤驅動器。

  • The utilization of a single bus is done by PATA but with more than one wire.

    一條總線的使用由PATA完成,但要使用多條導線。

  • To two devices at a time, ATA can make a link through connection, in which one link connection is called a slave and the other link connection is called master.

    ATA可以一次連接兩個設備,通過連接建立鏈接,其中一個鏈接連接稱為從設備,另一個鏈接連接稱為主機。

優點 (Advantages)

  • The main reason for SATA is the increased data transfer speed and that’s why it is preferred over PATA in use.

    SATA的主要原因是提高了數據傳輸速度,這就是為什么它在使用中優于PATA的原因。

  • The length of the cable linking connection from the hard drive to the computer motherboard is another benefit of SATA over PATA.

    從硬盤驅動器到計算機主板的電纜鏈接連接長度是SATA優于PATA的另一個優點。

  • The SATA connection links on a computer motherboard are four to six, permitting for more than one SATA hard drives to be curved up like a hook.

    電腦主板上的SATA連接鏈接為4到6,從而可以將多個SATA硬盤驅動器彎成鉤狀。

缺點 (Disadvantages)

  • SATA hard drives at some unspecified time need an exceptional device driver for the computer to identify and utilize the drive.

    SATA硬盤驅動器在未指定的時間需要特殊的設備驅動程序,計算機才能識別并使用該驅動器。

  • The cable of SATA permits only one SATA hard drive to be made link connection at a time.

    SATA電纜一次只能連接一個SATA硬盤驅動器。

翻譯自: https://www.includehelp.com/dictionary/ata-pata-full-form.aspx

pata1015

本文來自互聯網用戶投稿,該文觀點僅代表作者本人,不代表本站立場。本站僅提供信息存儲空間服務,不擁有所有權,不承擔相關法律責任。
如若轉載,請注明出處:http://www.pswp.cn/news/379777.shtml
繁體地址,請注明出處:http://hk.pswp.cn/news/379777.shtml
英文地址,請注明出處:http://en.pswp.cn/news/379777.shtml

如若內容造成侵權/違法違規/事實不符,請聯系多彩編程網進行投訴反饋email:809451989@qq.com,一經查實,立即刪除!

相關文章

產品

總結一下:  1、核心功能要做透,做的人家追不上,自己的優勢要盡量的發揮;  2、產品口碑要建立,要關注高端用戶,要調整自己心態;  3、敏捷、快,產品迭代要快,快速實現…

FreeRTOS在STM32F429上移植

準備工作 FreeRTOS系統源碼基礎工程,這里我們用跑馬燈實驗 1.在工程里面添加FreeRTOS源碼 在工程里面新建一個名為FreeROTS的文件夾 將FreeRTOS源碼添加到這個文件夾里面 protable里面只需留下Keil、MemMang、RVDS文件夾 2、向工程分組中添加文件 FreeRTOS_C…

C++中的指針與引用(轉)

原文地址:http://www.cnblogs.com/skynet/archive/2010/09/22/1832911.html寫在前面 指針和引用形式上很好區別,但是他們似乎有相同的功能,都能夠直接引用對象,對其進行直接的操作。但是什么時候使用指針?什么時候使用引用呢&…

實訓09.11:數據庫一些簡單操作

new Database 新建數據庫 new Table 新建表 utf-8 編碼格式 primary key 主鍵:特點:在表中是唯一的不可重復的,一般都是學號,編號 auto increment 自增,一般都把主鍵設置為自增 allow nul…

c語言中將整數轉換成字符串_在C語言中將ASCII字符串(char [])轉換為八進制字符串(char [])...

c語言中將整數轉換成字符串Given an ASCII string (char[]) and we have to convert it into octal string (char[]) in C. 給定一個ASCII字符串(char []),我們必須在C中將其轉換為八進制字符串(char [])。 Logic: 邏輯: To convert an ASCII string t…

Javascript的IE和Firefox兼容性匯編收藏.txt

document.form.item 問題 現有問題:現有代碼中存在許多 document.formName.item("itemName") 這樣的語句,不能在 MF 下運行 解決方法:改用 document.formName.elements["elementName"] 集合類對象問題 現有問題&#xff…

FreeRTOS系統配置文件FreeRTOSConfig.h

實際使用FreeRTOS的時候,我們時常需要根據自己需求來配置FreeRTOS,而且不同架構的MCU在使用的時候配置也不同,FreeRTOS的系統配置文件FreeRTOSConfig.h可以完成FreeRTOS的裁剪和配置。FreeRTOSConfig.h分成兩個部分,一個是INCLUDE…

SQL更新多條數據

問題:有兩個不同的表,其中都有一個編號的字段,而且存儲的內容是相同的,需要將一張表中的另外一些字段依據編號去與另一個表中編號對應來更新到另一個表中。 方法:由于在sql中是不支持同時更新多條包含編號的數據的&…

簡單的登錄系統(java+JFrame+Mysql)

連接數據庫 package 注冊信息; import java.sql.Connection; import java.sql.DriverManager; import java.sql.Statement; public class conn_db{ Connection con; String url null; Statement stmt; public void connection() throws ClassNotFoundException{ //…

冬季止咳化痰的飲食偏方集錦

1、蘿卜蔥白風寒咳嗽 蘿卜1個,蔥白6根,生姜15克.用水三碗先將蘿卜煮熟,再放蔥白,姜,煮剩一碗湯.連渣一次服.宣肺解表,化痰止咳.治風寒咳嗽,痰多泡沫,伴畏寒,身倦酸痛等. 2、紅糖姜棗湯治傷風咳嗽 紅糖30克,鮮姜15克,紅棗30克. 以水三碗煎至過半.頓服,服后出微汗即愈. 驅風散寒.…

c語言中數組越界怎么辦_如果我們使用C語言數組中的越界索引怎么辦?

c語言中數組越界怎么辦Let’s understand first, what is index out of bounds? 首先讓我們了解一下 , 什么是索引超出范圍? Let suppose you have an array with 5 elements then the array indexing will be from 0 to 4 i.e. we can access element…

FreeRTOS任務基礎知識

任務特性 在RTOS中,一個實時應用可以作為一個獨立的任務,支持搶占,支持優先級,每個任務都有自己的堆棧,當任務切換時將上下文環境保存在堆棧中,再次調用任務時,取出上下文信息,繼續…

測試Rockey 4 Smart加密鎖的C語言代碼

測試Rockey 4 Smart加密鎖的C語言代碼 // win32Console_dog_test.cpp : Defines the entry point for the console application. /// // //測試Rockey 4 Smart加密鎖的C語言代碼 // /// #include "stdafx.h" #include <conio.h> #include "time.h" #…

C——任意一個偶數分解兩個素數

題目&#xff1a;一個偶數總能表示為兩個素數之和 以上實例運行輸出結果為&#xff1a; 請輸入一個偶數: 4 偶數4可以分解成1和3兩個素數的和 #include <stdio.h> #include <stdlib.h> int Isprimer(int n); int main() {int n,i;do{printf("請輸入一個偶數&…

c#委托調用另一窗口函數_在C#中使用委托調用成員函數

c#委托調用另一窗口函數Prerequisite: Delegates in C# 先決條件&#xff1a; C&#xff03;中的代表 We can also call a member function of a class using delegates. It is similar to static function calls, here we have to pass member function using an object on t…

Java版AVG游戲開發入門[0]——游戲模式轉換中的事件交互

Java版AVG游戲開發入門[0]——游戲模式轉換中的事件交互 示例程序下載地址&#xff1a;http://download.csdn.net/source/999273&#xff08;源碼在jar內&#xff09; AVG&#xff0c;即Adventure Game&#xff0c;可以直譯為[冒險游戲]。但是通常情況下我們說AVG是指[文字冒險…

FreeRTOS任務創建和刪除

任務創建和刪除的API函數 xTaskCreate()&#xff1a;使用動態方法創建一個任務xTaskCreateStatic()&#xff1a;使用靜態方法創建一個任務xTaskCreateRestricated()&#xff1a;創建一個使用MPU進行限制的任務&#xff0c;相關內存使用動態內存分配vTaskDelete()&#xff1a;刪…

Delphi 調試

調試&#xff1a;F9執行F8逐過程單步調試F7逐語句單步調試轉載于:https://www.cnblogs.com/JackShao/archive/2012/04/30/2476931.html

1.創建單項鏈表

# include <stdio.h> # include <malloc.h> # include <stdlib.h>typedef struct Node{int data;//數據域struct Node *pNext;//指針域}NODE, *PNODE; //NODE等價于struct Node //PNOD等價于struct Node * //函數聲明PNODE create_list(void); void traverse…

python 日本就業_日本的繪圖標志 Python中的圖像處理

python 日本就業Read basics of the drawing/image processing in python: Drawing flag of Thailand 閱讀python中繪圖/圖像處理的基礎知識&#xff1a; 泰國的繪圖標志 The national flag of Japan is a rectangular white banner bearing a crimson-red disc at its center…