“`html
Common Commands – Computer Lab Notes
“`
Common Computer Commands
Computer applications provide several commands that help users create, edit, save, print, and manage documents efficiently. Many commands can also be performed quickly using keyboard shortcuts.
1. File Commands
| Command | Shortcut | Purpose |
|---|---|---|
| New | Ctrl + N | Creates a new file or document supported by the application. |
| Open | Ctrl + O | Opens an existing file. |
| Page Setup | — | Specifies page dimensions and other page settings before printing. |
| Print Preview | Ctrl + F2 | Shows how the document will look when printed. |
| Ctrl + P | Starts the printing process. | |
| Save | Ctrl + S | Saves a new file or saves modifications made to an existing file. |
| Save As | Ctrl + Shift + S | Saves an existing file with a different name, location, or format. |
Example:
If you are working on a document named
ComputerNotes.docx and want to create another copy named
ComputerNotes_Final.docx, use Ctrl +
Shift + S and choose a new filename.
2. Selection and Editing Commands
| Command | Shortcut | Purpose |
|---|---|---|
| Select All | Ctrl + A | Selects all the content in the current file or document. |
| Cut | Ctrl + X | Removes selected content and places it on the clipboard so it can be moved elsewhere. |
| Copy | Ctrl + C | Copies selected content to the clipboard without removing the original. |
| Paste | Ctrl + V | Inserts content from the clipboard at the selected location. |
| Delete | Delete | Removes the character or selected content to the right of the cursor. |
| Backspace | Backspace | Removes the character or selected content to the left of the cursor. |
Important:
Cut is generally used when you want to move content,
while Copy is used when you want to duplicate content.
Example:
Suppose a paragraph is written under the heading “Introduction”,
but you want to move it under “Chapter 1”.
1. Select the paragraph.
2. Press Ctrl + X.
3. Place the cursor under “Chapter 1”.
4. Press Ctrl + V.
1. Select the paragraph.
2. Press Ctrl + X.
3. Place the cursor under “Chapter 1”.
4. Press Ctrl + V.
3. Find, Replace, Undo and Redo
| Command | Shortcut | Purpose |
|---|---|---|
| Find | Ctrl + F | Searches for a specified word or phrase in the document. |
| Replace | Ctrl + H | Finds specific text and replaces it with other text. |
| Undo | Ctrl + Z | Cancels or reverses the last action. |
| Redo | Ctrl + Y | Repeats a previously undone action. |
Example – Find:
If a document contains 20 pages and you want to find the word
Example – Replace: If you have typed “colour” many times and want to change it to “color”, press Ctrl + H. Enter
computer, press Ctrl + F and enter
the word in the search box.
Example – Replace: If you have typed “colour” many times and want to change it to “color”, press Ctrl + H. Enter
colour in the Find field and color in
the Replace field.
4. Saving a File
When a file is saved for the first time, three important things generally need to be specified:
- Location – Where the file should be stored.
- Filename – The name given to the file.
- Format – The file type or extension used to save the file.
Example:
Suppose you are saving a school assignment.
Location: Documents → School Work
Filename: Computer_Assignment
Format:
Location: Documents → School Work
Filename: Computer_Assignment
Format:
.docx
5. Important File Formats
| Application | File Format / Extension |
|---|---|
| Notepad | .txt |
| WordPad | .rtf |
| MS Word | .docx (Version 2007 or later).doc (up to version 2003) |
| MS Excel | .xlsx.xls |
| PowerPoint | .pptx.ppt |
| Paint | .bmp |
| Photoshop | .psd |
6. Save vs. Save As
| Save | Save As |
|---|---|
| Shortcut: Ctrl + S | Shortcut: Ctrl + Shift + S |
| Saves changes to the current file. | Creates a copy with a different name, location, or format. |
| Useful for regularly saving changes. | Useful when you want to create another version of a file. |
Remember:
Use Ctrl + S frequently while working to avoid
losing your latest changes.
7. Lab Activity
Activity 1 – Create, Save and Re-open Files
- Open different applications such as Notepad, WordPad, MS Word, Excel, or Paint.
- Create a small file in each application.
- Save each file using an appropriate filename and format.
- Close the applications.
- Re-open the saved files and verify their contents.
Activity 2 – Check File Properties
- Locate one of your saved files.
- Right-click the file.
- Select Properties.
- Observe details such as file type, size, location, and date modified.
Activity 3 – Search for a Saved File
- Save a file with a unique filename.
- Close the application.
- Use the computer’s search bar or File Explorer search.
- Type the filename.
- Locate and open the saved file.
8. Practice Questions
A. Fill in the Blanks
- The shortcut key for creating a new file is __________.
- The shortcut key for opening an existing file is __________.
- The shortcut key for saving a file is __________.
- The shortcut key for Save As is __________.
- The shortcut key for finding text is __________.
- The shortcut key for replacing text is __________.
- The shortcut key for undoing an action is __________.
- The file extension used by modern MS Word documents is __________.
- The file extension commonly associated with Photoshop documents is __________.
- Three things specified when saving a file are location, filename and __________.
B. Multiple Choice Questions
-
Which shortcut is used to copy selected content?
a) Ctrl + X b) Ctrl + C c) Ctrl + V d) Ctrl + Z -
Which command is used to insert copied content?
a) Cut b) Find c) Paste d) Replace -
Which shortcut is commonly used to print a document?
a) Ctrl + P b) Ctrl + O c) Ctrl + S d) Ctrl + H -
Which command is used to reverse the last action?
a) Redo b) Undo c) Replace d) Select All -
Which file extension is associated with PowerPoint presentations?
a) .xlsx b) .psd c) .pptx d) .txt
C. Short Answer Questions
- What is the purpose of the New command?
- What is the difference between Cut and Copy?
- What is the difference between Delete and Backspace?
- What is the purpose of Find and Replace?
- Why is Print Preview useful?
- What are the three things that should be specified when saving a file?
- What is the difference between Save and Save As?
- What is a file extension? Give two examples.
D. Practical Questions
- Create a text file in Notepad and save it as
MyNotes.txt. - Open the saved file and add two more sentences.
- Use Ctrl + F to find a particular word.
- Copy a sentence and paste it at another location.
- Cut a paragraph and move it to another location.
- Use Save As to create a second copy with a different filename.
- Check the properties of the saved file.
- Close the application and use the search bar to locate the file.
9. Quick Revision
| Shortcut | Command |
|---|---|
| Ctrl + N | New |
| Ctrl + O | Open |
| Ctrl + S | Save |
| Ctrl + Shift + S | Save As |
| Ctrl + P | |
| Ctrl + A | Select All |
| Ctrl + X | Cut |
| Ctrl + C | Copy |
| Ctrl + V | Paste |
| Ctrl + F | Find |
| Ctrl + H | Replace |
| Ctrl + Z | Undo |
| Ctrl + Y | Redo |
Tip: Learning keyboard shortcuts can make computer work faster and more efficient.