以下是我的翻譯,不知道樓主是為了自己理解還是會整理成書面材料,所以在翻譯是碰到由此而地方提供了兩種結(jié)果,共樓主參考,如果是個(gè)人理解,那么基本可以滿足,若是整理材料,可能有些專業(yè)術(shù)語還需要再次核對.希望我的回答可以幫到你.
1.要對機(jī)器進(jìn)行語言編程就意味著:直接用機(jī)器可以明白的1和0這樣的語言.這是最有效的(最快的)方式.因?yàn)檫@種方式在電腦部分內(nèi)部不需要再次翻譯.但是,想要通過給機(jī)器輸入成百上千的數(shù)據(jù)(/字符串)就可以讓它完成一個(gè)基本的手術(shù),就像是添加一個(gè)數(shù)據(jù)一樣的簡單,幾乎是不可能的.然而,這也正是第一代電腦編程產(chǎn)生的原因.(/然而,也正是這個(gè)想法催生了第一代電腦編程)
2.在過去的30中,操作系統(tǒng)的發(fā)展主要是為了以下兩個(gè)主要目的.首先:它為程序的發(fā)展和執(zhí)行提供一個(gè)方便的環(huán)境(/便捷的途徑).其次,操作系統(tǒng)嘗試著去安排電腦的行動步驟.(/操著系統(tǒng)嘗試著為電腦提供一個(gè)適合的行動流程)以確保電腦系統(tǒng)的運(yùn)作達(dá)到最好的狀態(tài).操作系統(tǒng)必須確??梢愿娔X系統(tǒng)的運(yùn)行.為了阻止用戶編程干擾計(jì)算機(jī)系統(tǒng)的正確運(yùn)行,于是把硬件改成了兩種模式:用戶型和檢測型.
3.輸入,輸出和輔助存儲設(shè)備(單元/部分)通常被叫做外部設(shè)備.這個(gè)術(shù)語(外部設(shè)備)是表明這些設(shè)備不屬于CPU(/不是CPU的組成部分).它們通常放置在CPU的旁邊.除此之外,電腦系統(tǒng)還包括:路徑,只讀,改寫,并行,串行,硬盤,軟盤,磁盤驅(qū)動器等.
4.輸出設(shè)備,和輸入單元一樣.輸出設(shè)備是人們和各種電腦系統(tǒng)進(jìn)行交流溝通的工具,這些設(shè)備從CUP中提取出結(jié)果再把它轉(zhuǎn)化成a.人們可以閱讀的形式(打印或者顯示出一份報(bào)告)b.或者輸入機(jī)器進(jìn)行下一個(gè)循環(huán).(此句話的意思是,舉個(gè)例子吧:從電腦上下載歌曲,再轉(zhuǎn)存進(jìn)walk man 中,這樣就是walk man 輸出給人可以用的信息了)
5.這一段前面的內(nèi)容第二段后面不是有一半了嗎,相同的我就不翻譯了,直接從不一樣的開始:各種各樣的指令(比如I/O,暫停)等都是有優(yōu)先權(quán)的,而且只能在檢測模型中用到.同時(shí)留存在檢測系統(tǒng)中的記憶也是被保護(hù)的-防止用戶修改.一個(gè)計(jì)時(shí)器可以防止無止盡的循環(huán).一旦這些變化(雙重模式,特權(quán)指令,記憶保護(hù),計(jì)時(shí)器控制)可以運(yùn)用到電腦的基本構(gòu)造中,那么編寫一個(gè)正確的手術(shù)操作系統(tǒng)就會成為可能.
6.在個(gè)人電腦系統(tǒng)中,屏幕播放和便攜打印 都是很流行的輸出方式,更大更快的打印機(jī),許多在線的工作站,以及磁帶驅(qū)動器,這些都組成了一個(gè)更大的系統(tǒng).
求英語翻譯 不要機(jī)器翻譯的
求英語翻譯 不要機(jī)器翻譯的
1.Programming in machine languages means speaking directly to the computer in the language of 1s and 0s it understands. Machine language is the fastest because no translation is required on the computer’s part. However, it is almost impossible to learn-imagine having to enter a string(字符串) of hundreds of binary digits just to tell the computer to perform a basic operation like adding numbers. Nevertheless, this is how the first generation(代) computers were programmed.
2. Operating systems have developed over the past thirty years for two main purposes. First, they provide a convenient environment for the development and execution of programs. Second, operating systems attempt to schedule computational activities to ensure good performance of the computing system. The operating system must ensure correct operation of the computer system. To prevent user programs from interfering with the proper operation of the system, the hardware was modified to create two modes: user mode and monitor mode.
3. The input/output and secondary(輔助) storage units are sometimes called peripheral devices (or just peripherals). This terminology refers to the fact that although these devices are not a part of the CPU, they are often located near it. Besides, a computer system also includes buses, ROM (read only memory), RAM (random access memory), parallel(并行) port and serial(串行) port, hard disk, floppies and CD (computer disk) drive, and so on.
4.Output DevicesLike input units, output devices are instruments of interpretation and communication between humans and computer systems of all sizes. These devices take output results from the CPU in machine-coded form and convert them into a form that can be used (a) by people (e.g., a printed and/or displayed report) or (b) as machine input in another processing cycle.
5. The operating system must ensure correct operation of the computer system. To prevent user programs from interfering with the proper operation of the system, the hardware was modified to create two modes: user mode and monitor mode. Various instructions (such as I/O instructions and halt instructions) are privileged and can only be executed in monitor mode. The memory in which the monitor resides must also be protected from modification by the user. A timer prevents infinite loops. Once these changes (dual mode, privileged instructions, memory protection, timer interrupt) have been made to the basic computer architecture, it is possible to write a correct operating system.
6. In personal computer systems, display screen and desktop printers are popular output devices. Larger and faster printers, many online workstations, and magnetic tape drives are commonly found in larger systems.
1.Programming in machine languages means speaking directly to the computer in the language of 1s and 0s it understands. Machine language is the fastest because no translation is required on the computer’s part. However, it is almost impossible to learn-imagine having to enter a string(字符串) of hundreds of binary digits just to tell the computer to perform a basic operation like adding numbers. Nevertheless, this is how the first generation(代) computers were programmed.
2. Operating systems have developed over the past thirty years for two main purposes. First, they provide a convenient environment for the development and execution of programs. Second, operating systems attempt to schedule computational activities to ensure good performance of the computing system. The operating system must ensure correct operation of the computer system. To prevent user programs from interfering with the proper operation of the system, the hardware was modified to create two modes: user mode and monitor mode.
3. The input/output and secondary(輔助) storage units are sometimes called peripheral devices (or just peripherals). This terminology refers to the fact that although these devices are not a part of the CPU, they are often located near it. Besides, a computer system also includes buses, ROM (read only memory), RAM (random access memory), parallel(并行) port and serial(串行) port, hard disk, floppies and CD (computer disk) drive, and so on.
4.Output DevicesLike input units, output devices are instruments of interpretation and communication between humans and computer systems of all sizes. These devices take output results from the CPU in machine-coded form and convert them into a form that can be used (a) by people (e.g., a printed and/or displayed report) or (b) as machine input in another processing cycle.
5. The operating system must ensure correct operation of the computer system. To prevent user programs from interfering with the proper operation of the system, the hardware was modified to create two modes: user mode and monitor mode. Various instructions (such as I/O instructions and halt instructions) are privileged and can only be executed in monitor mode. The memory in which the monitor resides must also be protected from modification by the user. A timer prevents infinite loops. Once these changes (dual mode, privileged instructions, memory protection, timer interrupt) have been made to the basic computer architecture, it is possible to write a correct operating system.
6. In personal computer systems, display screen and desktop printers are popular output devices. Larger and faster printers, many online workstations, and magnetic tape drives are commonly found in larger systems.
其他人氣:833 ℃時(shí)間:2019-08-20 20:35:53
優(yōu)質(zhì)解答
我來回答
類似推薦
猜你喜歡
- 1tan(A)=4.333333角A多少度?
- 2已知橢圓C經(jīng)過點(diǎn)A(1.2分之3),兩個(gè)焦點(diǎn)為(負(fù)1.0).(1.0) 求橢圓的方程
- 3希望你能了解我,我是愛你的英文怎樣寫
- 4寫出最能體現(xiàn)下面幾位詩人理想抱負(fù)的詩句【每人一句】 蘇軾、辛棄疾、李賀、杜甫、陸游
- 5tell me that you love me 中that you love me的句子成分是什么
- 6宇宙中有多少恒星
- 717分之21乘以(3分之8減4分之3)+17又12分之11除以21分之17
- 8什么是偏正結(jié)構(gòu)形容詞
- 9非晶體有熔點(diǎn)嗎?
- 10外貿(mào)函電寫作 內(nèi)容如下
- 11若sinα+cosα2sinα?cosα=2,則tanα=( ?。?A.1 B.-1 C.34 D.?43
- 12幫忙講解兩道高一英語單選題 謝謝