计算机英语讲课笔记07
【摘要】
文章目录
I. Sign-in ResultII. Operating System1. The Concept of Operating System2. Common Operating Sy...
I. Sign-in Result
- Let’s take a look at the screenshot of the sign-in result.
- There are thirty nine students in our class. This time thirty five student have signed in and four students have not. Three students asked for leave because they are preparing for the coming competition. Only one student is not here and did not ask for leave, so he is absent.
II. Operating System
1. The Concept of Operating System
- The Operating System is a kind of system software that manages hardware and software resources of a computer and provides a user interface to operate on the computer.
- User interfaces fall into two categories: CUI (Character User Interface) and GUI (Graphical User Interface)
- CUI operating systems require users to remember quite a few commands to operate on the computer and are not very friendly to ordinary users. Many ordinary users like to use GUI operating systems because it’s very easy and convenient for them to operate on the computer by using a mouse and need not remember any commands.
2. Common Operating Systems
(1) DOS
- 1981 – The Wintel era began.
I B M − P C { I n t e l C P U M i c r o s o f t D O S \mathrm{IBM-PC}{Intel CPUMicrosoft DOSIBM−PC{Intel CPUMicrosoft DOS - DOS - Diskette Operating System
- We can use
dir
command to display the information of directories. - Look at the above screenshot. The current directory is
C:\Users\Administrator>
. If we want to know what subdirectories and files this directory contains, we can use thedir
command to get the information.
- We know that there are four files and thirty subdirectories in the current directory.
- Task: Create a new directory named
computer
in the current directory. mkdir
meansmake directory
- Task: Rename the
computer
directory to计算机
directory. - rename <old name> <new name>
- Task: Copy the
计算机
directory to the root directory ofD
drive. - xcopy <source directory> <target directory>
- Task: Move the
D:\计算机
to the root directory of E drive and rename the name tocomputer
.
- Access has been denied. How can you solve this problem?
- Task: Delete the
D:\计算机
directory.
文章来源: howard2005.blog.csdn.net,作者:howard2005,版权归原作者所有,如需转载,请联系作者。
原文链接:howard2005.blog.csdn.net/article/details/124090387
【版权声明】本文为华为云社区用户转载文章,如果您发现本社区中有涉嫌抄袭的内容,欢迎发送邮件进行举报,并提供相关证据,一经查实,本社区将立刻删除涉嫌侵权内容,举报邮箱:
cloudbbs@huaweicloud.com
- 点赞
- 收藏
- 关注作者
评论(0)