(外文翻譯)操作系統(tǒng)-the operating system.rar
(外文翻譯)操作系統(tǒng)-the operating system,(外文翻譯)操作系統(tǒng)-the operating system包含中文翻譯和英文原文,內(nèi)容詳細(xì)完整,建議下載參考!中文: 3900字英文: 13100字符1.硬件/軟件的接口 前五章集中討論了計算機硬件,現(xiàn)在我們把注意力轉(zhuǎn)向討論軟件。當(dāng)記者一想到軟件時,也許想到的是應(yīng)用程序。應(yīng)用程序支持終端用戶的功能,使用戶完成如下...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 xiaowei 發(fā)布
(外文翻譯)操作系統(tǒng)-The Operating System
包含中文翻譯和英文原文,內(nèi)容詳細(xì)完整,建議下載參考!
中文: 3900字
英文: 13100字符
1.硬件/軟件的接口
前五章集中討論了計算機硬件,現(xiàn)在我們把注意力轉(zhuǎn)向討論軟件。
當(dāng)記者一想到軟件時,也許想到的是應(yīng)用程序。應(yīng)用程序支持終端用戶的功能,使用戶完成如下一些任務(wù)。做游戲、寫文章、編排一個圖表或產(chǎn)生一個賬單等。另一類軟件稱為系統(tǒng)軟件,在后臺完成賦予它的任務(wù),建立在大量計算機上的例。操作系統(tǒng)作為一個接口提供服務(wù)(圖6.1),在硬件和應(yīng)用軟件之間搭起了一座橋梁。因此,當(dāng)我們把注意力從硬件過渡到軟件時首先研究操作系統(tǒng)是適合的。
操作系統(tǒng)究意是什么呢?從根本上講,它完成了大量的支持功能。例如,假設(shè)存儲在磁盤上的應(yīng)用程序,在能被執(zhí)行之前,因為控制計算機的程序必須在主存中,所以必須把它復(fù)制到上存中。把程序從磁盤復(fù)制到主存的過程涉及重要的邏輯,計算機的邏輯資源就是軟件。因此,如果要裝入應(yīng)用程序,必須在主存中有一個控制加載過程的程序,這個程序就屬于操作系統(tǒng)。
裝入程序僅僅是操作系統(tǒng)大量支持功能中的一個。確切地說,操作系統(tǒng)是一些軟件模塊的集合,這些模塊把用戶和硬件隔開,因此使系統(tǒng)容易使用。讓我們來研究一般操作系統(tǒng)的基本功能 ......
The Operating System
1. The hardware/Software Interface
The first five chapters focused on a computer's hardware. It's time we turned our attention to software.
When you think of software, you probably think of application programs. They support end-user functions, allowing people to perform such tasks as playing a game, writing a paper, laying out a spreadsheet, or generating paychecks. Another type of software, called system software, performs its assigned tasks behind the scenes. An excellent example is the operating system found on most computers. An operating system serves as an interface, bridging the gap between hardware to software, it's appropriate that we consider the operating system first.
What exactly dose an operating system do? Basically, it performs a number of support funcions. For example, picture an application program stored on disk. Before the program can be executed, it must first be copied into main memory, because the program that controls a computer must be in main memory. The process of copying a program for disk to memory involves considerable logic. The source of a computer's logic is software. Thus, if the application program is to be loaded, there must be a program in memory to control the loading process. That program is the operating system.
Loading programs is only one of the operating system's many support functions. Basically, it is a collection of software modules that insulate the user from the hardware, thus making the system easier to use. Let's investigate the primary functions of a typical operating system ......
包含中文翻譯和英文原文,內(nèi)容詳細(xì)完整,建議下載參考!
中文: 3900字
英文: 13100字符
1.硬件/軟件的接口
前五章集中討論了計算機硬件,現(xiàn)在我們把注意力轉(zhuǎn)向討論軟件。
當(dāng)記者一想到軟件時,也許想到的是應(yīng)用程序。應(yīng)用程序支持終端用戶的功能,使用戶完成如下一些任務(wù)。做游戲、寫文章、編排一個圖表或產(chǎn)生一個賬單等。另一類軟件稱為系統(tǒng)軟件,在后臺完成賦予它的任務(wù),建立在大量計算機上的例。操作系統(tǒng)作為一個接口提供服務(wù)(圖6.1),在硬件和應(yīng)用軟件之間搭起了一座橋梁。因此,當(dāng)我們把注意力從硬件過渡到軟件時首先研究操作系統(tǒng)是適合的。
操作系統(tǒng)究意是什么呢?從根本上講,它完成了大量的支持功能。例如,假設(shè)存儲在磁盤上的應(yīng)用程序,在能被執(zhí)行之前,因為控制計算機的程序必須在主存中,所以必須把它復(fù)制到上存中。把程序從磁盤復(fù)制到主存的過程涉及重要的邏輯,計算機的邏輯資源就是軟件。因此,如果要裝入應(yīng)用程序,必須在主存中有一個控制加載過程的程序,這個程序就屬于操作系統(tǒng)。
裝入程序僅僅是操作系統(tǒng)大量支持功能中的一個。確切地說,操作系統(tǒng)是一些軟件模塊的集合,這些模塊把用戶和硬件隔開,因此使系統(tǒng)容易使用。讓我們來研究一般操作系統(tǒng)的基本功能 ......
The Operating System
1. The hardware/Software Interface
The first five chapters focused on a computer's hardware. It's time we turned our attention to software.
When you think of software, you probably think of application programs. They support end-user functions, allowing people to perform such tasks as playing a game, writing a paper, laying out a spreadsheet, or generating paychecks. Another type of software, called system software, performs its assigned tasks behind the scenes. An excellent example is the operating system found on most computers. An operating system serves as an interface, bridging the gap between hardware to software, it's appropriate that we consider the operating system first.
What exactly dose an operating system do? Basically, it performs a number of support funcions. For example, picture an application program stored on disk. Before the program can be executed, it must first be copied into main memory, because the program that controls a computer must be in main memory. The process of copying a program for disk to memory involves considerable logic. The source of a computer's logic is software. Thus, if the application program is to be loaded, there must be a program in memory to control the loading process. That program is the operating system.
Loading programs is only one of the operating system's many support functions. Basically, it is a collection of software modules that insulate the user from the hardware, thus making the system easier to use. Let's investigate the primary functions of a typical operating system ......
TA們正在看...
- 北師大版三年級語文上冊《愛什么顏色》flash優(yōu)秀演...zip
- 北師大版三年級語文上冊《我想》flash優(yōu)秀課件.zip
- 北師大版三年級語文上冊《小鎮(zhèn)的早晨》flash優(yōu)秀課...zip
- 北師大版三年級語文上冊《一只小鳥》優(yōu)秀flash課件.zip
- 北師大版四年級下冊語文《海上日出》flash動畫課件...zip
- 北師大版四年級語文上冊《鳥鳴澗》精品flash課件.zip
- 北師大版五年級上冊語文《浪淘沙》精品flash動畫課...zip
- 北師大版小學(xué)語文第四冊插稱象flash課件.zip
- 北師大版小學(xué)語文三年級上冊《老北京的春節(jié)》flash...zip
- 北師大第五冊語文《不愿長大的小姑娘》flash精品課...zip