首页 > 系统相关 >Windows Basics - Common Computer Tasks

Windows Basics - Common Computer Tasks

时间:2024-05-13 16:53:05浏览次数:18  
标签:Tasks Windows Basics file keyboard copy paste your select

Common computer tasks

Learning how to use a computer can feel overwhelming at times. Fortunately, there are some common computer skills that will work the same way in almost any situation. Once you learn how to use these skills, you'll be able to use them to perform a variety of tasks on your computer. In this lesson, we'll talk about some common commands you can use in almost any application, including cut 剪切, copy复制, paste粘贴, and undo撤销.

The Menu bar

Most applications have a Menu bar at the top of the window. Each menu has a set of commands that will perform a specific action within the program. While each application is different, there are some common commands that work the same way, no matter which application you're using. Whenever you open a program for the first time, try clicking these menus to see the various options available.

Menu bar in Notepad

File menu commands

You'll find the File menu on the leftmost side of the Menu bar in almost every application. The File menu will usually have the same type of commands. For example, you can create a new file, open an existing file, and save the current file, among other functions.

File menu in WordPad

Cut, copy, and paste

Many applications allow you to copy items from one place and then paste them to another. For example, if you're working with a word processor, you might copy and paste text to avoid typing the same thing over and over. If there's something you want to move from one place to another, you can cut and paste instead.

To copy and paste:

  1. Select the item you want to copy. In our example, we'll select a word in a document.
  2. Right-click the mouse and select Copy from the menu that appears. You can also press Ctrl+C on your keyboard. screenshot of text editor
  3. Locate and right-click the desired location for the item, then select Paste. You can also press Ctrl+V on your keyboard. screenshot of text editor
  4. The item will be copied to the new location. Notice how the original text that was copied has not been moved or changed. screenshot of text editor

To cut and paste:

  1. Select the item you want to cut. In our example, we'll select a paragraph of text in a document.
  2. Right-click the mouse and select Cut from the menu that appears. You can also press Ctrl+X on your keyboard. screenshot of Windows 8
  3. Locate and right-click the desired location for the item, then select Paste. You can also press Ctrl+V on your keyboard. screenshot of Windows 8
  4. The item will be pasted, or moved, to the new location. In our example, we used the cut and paste commands to move the second paragraph above the first paragraph. screenshot of Windows 8

To copy and paste files:

You can use the cut, copy, and paste commands for a variety of tasks on your computer. For example, if you wanted to create a duplicate copy of a file, you could copy it from one folder to another.

  1. Right-click the file and select Copy from the menu that appears. You can also press Ctrl+C on your keyboard. copy a file  
  2. Locate and right-click the new location, then select Paste. You can also press Ctrl+V on your keyboard. In our example, we'll paste the file to the desktop. paste the file
  3. The duplicate file will appear. Notice how the original file has not been moved or changed. Also, note that if you make a change to the original file, it will not update any copies of that file. file appears on the desktop

Copying a file is not the same as creating a shortcut. You can review our lesson on Working with Files to learn more about using shortcuts.

Undoing changes

Let's say you're working on a text document and accidentally delete some text. Fortunately, you won't have to retype everything you just deleted! Most applications allow you to undo your most recent action when you make a mistake like this. Just locate and select the Undo command, which is usually in the upper-left corner of the window near the Menu bar. You can also press Ctrl+Z on your keyboard. You can continuing using this command to undo multiple changes in a row.

Undo button in WordPad

Note that the Undo command will work almost all of the time, but not in every situation. For example, if you empty the Recycle Bin to permanently delete a file, you can't undo the action.

Now you know some of the most commonly used commands, which you'll be able to use in almost any application on your computer. As we mentioned earlier in this lesson, you can also use keyboard shortcuts to perform these commands even faster. We'll talk more about keyboard shortcuts in our lesson on Keyboard Shortcuts in Windows.

 

标签:Tasks,Windows,Basics,file,keyboard,copy,paste,your,select
From: https://www.cnblogs.com/emanlee/p/18185480

相关文章

  • Windows Basics - Adjusting Your Settings
     AdjustingyoursettingsAtsomepoint,youmaywanttoadjustyourcomputer'ssettings.Forexample,youmightwanttochangeyourdesktopbackgroundormodifyyourInternetsettings.YoucanchangethesesettingsandmorefromtheControlPanel控制......
  • Windows Basics - Working with Files
     WorkingwithfilesUnderstandinghowtoworkwithfilesandfoldersisanimportantpartofusingyourcomputer.Onceyouunderstandhowfilesandfolderwork,you'llusethemallthetime.Inthislesson,we'llshowyoutheabsolutebasicsof......
  • Using Windows
    UsingWindows2NavigatingWindowsLearnhowtonavigateWindows.3WorkingwithFilesLearnhowtousetheWindowsfilesystemtoworkwithfilesmoreeasily.4FindingFilesonYourComputerUsethesetipstofindfilesonyourcomp......
  • Windows Basics - Navigating Windows
     NavigatingWindowsWhetheryou'renewtocomputersorjustWindows,it'simportanttolearnthebasicsofusingyourcomputer.Ifitallseemsalittleoverwhelmingrightnow,don'tworry!We'lltakeyouthroughitstepbystepands......
  • Windows编程系列:PE文件结构
    最近在参考OpenShell为任务栏设置图片背景时,发现里面使用了IATHook,这一块没有接触过,去查资料的时候发现IATHook需要对PE文件结构有一定的了解,索性将PE文件结构的资料找出来,系统学习一下。 PE文件结构PortableExecutable(PE),可移植的可执行文件。在Windows平台下,所有的可执......
  • 使用python在windows系统操作快捷方式
    其实问题是由上一篇文章(https://www.cnblogs.com/anpengapple/p/18179353)的结尾引出来的。不需要了解背景的话,我现在需要做的是,右键打开桌面上的chrome快捷方式的属性,在目标的后面增加一个参数。我不想傻傻地手动添加,想交给程序来处理。 首先需要简单来说一下,windows的快捷方式......
  • 【Python】模拟windows文件名排序(自动处理文件名中有数字类型排序)
    实现了一种模拟windows排序的python方法,其排序规则为:不处理浮点数特殊字符(如:&、$、#等)排在数字和字母之前;数字优先于字母排序;数字是连着的整数,应该按照整数进行排序;小写字母排在大写字母前面;英文字符按字母表顺序排序; defcustom_sort_key(str_value):digita......
  • Windows中常用的硬盘检测工具包括:
    Windows中常用的硬盘检测工具包括:Windows自带工具:磁盘检查工具(Chkdsk):可用于检查和修复文件系统错误和硬盘坏道。磁盘碎片整理器(DefragmentandOptimizeDrives):可用于优化磁盘性能,整理碎片文件。第三方工具:CrystalDiskInfo:提供硬盘的健康状态和性能信息,包括温度......
  • 推荐一款Windows兼容的开源操作系统-ReactOS
    ReactOS介绍ReactOS™isanOpenSourceefforttodevelopaqualityoperatingsystemthatiscompatiblewithapplicationsanddriverswrittenfortheMicrosoft®Windows™NTfamilyofoperatingsystems(NT4,2000,XP,2003,Vista,7).TheReactOSproject,al......
  • 还有许多其他常见的Windows问题,可以记录在「Windows 捉虫日记」中。以下是一些其他可
     「Windows捉虫日记」是一个非常有趣的主题,它可以记录你在Windows系统中发现和解决各种问题的过程,类似于软件开发中的「程序员日记」或者「DebuggingDiary」。以下是一份可能的Windows捉虫日记的样本:日期:2050年5月20日问题描述:开机后,Windows系统启动速度异常缓慢,且任......