Working with Windows
The desktop and its parts, windows and their controls, files and folders, File Explorer, the Recycle Bin, Control Panel, and the shortcuts worth knowing.
Module contents
Windows presents a desktop — a work surface on which programs, documents and tools appear as windows and icons.
Parts of the desktop
| Part | What it is |
|---|---|
| Desktop | The whole background work area, on which icons and windows sit |
| Icon | A small picture standing for a file, folder, program or device |
| Shortcut | An icon that points to an item stored elsewhere, marked with a small arrow. Deleting a shortcut does not delete the item |
| Taskbar | The strip along one edge showing running programs, pinned programs and the notification area |
| Start button / menu | Opens the list of installed programs, settings and the power options |
| Search box | Finds programs, settings and files by name |
| Notification area (system tray) | Clock, network, volume, and background programs |
| Recycle Bin | Holds deleted items so they can be restored |
| Wallpaper | The background image |
Windows and their controls
A window is a rectangular frame in which a program or folder is displayed. Its parts:
- Title bar — the strip at the top carrying the name of the document or folder. Dragging it moves the window.
- Minimise — hides the window to the taskbar; the program keeps running.
- Maximise / Restore — expands the window to fill the screen, or returns it to its previous size.
- Close — closes the window and, for a program's last window, ends the program.
- Scroll bars — appear when the contents are larger than the window.
- Menu bar / ribbon — the commands available.
- Status bar — information about the current state at the foot.
- Borders and corners — dragged to resize.
Minimise is not close. A minimised program is still in memory, still using resources, and still holds unsaved work. This is the distinction exam questions ask for.
Windows can be tiled or cascaded to see several at once, and snapped to half the screen by dragging to an edge.
Files and folders
- A file is a named collection of related data stored as a unit — a document, an image, a program.
- A folder (directory) is a container that holds files and other folders.
- A subfolder is a folder inside another. Nesting folders inside folders produces a hierarchical or tree structure, with a root at the top.
- A path is the address of a file within that tree:
- The file name is what you call it; the extension — the letters after the final dot — tells Windows what kind of file it is and therefore which program should open it.
| Extension | File type |
|---|---|
| .docx | Word document |
| .xlsx | Excel workbook |
| .pptx | PowerPoint presentation |
| .txt | Plain text |
| Portable Document Format | |
| .jpg .png .gif | Images |
| .mp3 .wav | Audio |
| .mp4 .avi | Video |
| .exe | Executable program |
| .zip | Compressed archive |
| .html | Web page |
| .c .py .java | Source code |
Rules for naming. A Windows file name may be up to 255 characters and may contain spaces, but not the characters . Two files with the same name cannot exist in the same folder, though they can in different folders.
File Explorer
The program for browsing and managing files. Its parts: the navigation pane on the left showing the folder tree, the contents pane on the right, the address bar showing the current path, the search box, and the ribbon of commands. View options change how items are shown — large icons, list, details, tiles — and items can be sorted by name, date, size or type.
The four operations
- Copy — duplicates the item; the original remains. Ctrl+C then Ctrl+V.
- Move (cut) — relocates the item; the original disappears. Ctrl+X then Ctrl+V.
- Rename — changes the name only. F2.
- Delete — sends the item to the Recycle Bin. Del.
The Recycle Bin
Deleted files from a hard disk go to the Recycle Bin rather than vanishing, and can be restored to their original location. Emptying the Bin removes them properly.
Three cases where an item does not go to the Bin:
- Deleting with Shift+Delete — permanent immediately.
- Deleting from a pen drive or network drive — no Bin on those.
- A file larger than the Bin's allotted space.
Control Panel and Settings
Where the machine is configured: display and resolution, date and time, region and language, keyboard and mouse, sound, network, printers and devices, user accounts, and the installing or removing of programs. Modern Windows presents most of this as Settings, with the older Control Panel still available for some tasks.
Accessories and utilities
Notepad (plain text), WordPad (basic formatting), Paint (drawing), Calculator, Snipping Tool (screenshots), Character Map, Task Manager (see and end running programs), Disk Cleanup, Command Prompt.
Shortcut keys worth knowing
| Keys | Action |
|---|---|
| Ctrl+C / Ctrl+X / Ctrl+V | Copy / Cut / Paste |
| Ctrl+Z / Ctrl+Y | Undo / Redo |
| Ctrl+A | Select all |
| Ctrl+S | Save |
| Ctrl+P | |
| Ctrl+F | Find |
| F2 | Rename |
| Del / Shift+Del | Delete to Bin / delete permanently |
| Alt+Tab | Switch between open windows |
| Alt+F4 | Close the active window |
| Win+D | Show the desktop |
| Win+E | Open File Explorer |
| Win+L | Lock the computer |
| Ctrl+Shift+Esc | Open Task Manager |
| PrtSc | Copy the screen to the clipboard |
The clipboard
The clipboard is a temporary area of memory holding whatever was last cut or copied, so that it can be pasted elsewhere — including into a different program. It holds one item at a time (each copy replaces the last), and its contents are lost when the computer is shut down.
Step by step
2 proceduresFollow these at the machine. Each numbered step is one action.
Creating a folder structure and moving files into it
Task
A student has 30 assignment files loose in Documents. Organise them into a folder BCA containing subfolders Semester 1 and Semester 2, and move the files accordingly.
Open the parent folder
Press Win+E to open File Explorer, then click Documents in the navigation pane.
Create the main folder
Right-click any empty space in the contents pane and choose New → Folder (or press Ctrl+Shift+N). Type
BCAand press Enter.Create the subfolders inside it
Double-click BCA to open it. Create two folders the same way, naming them
Semester 1andSemester 2.Return to Documents and select the files to move
Click the Back arrow. To select several files at once:
- Ctrl+click each file, for scattered files
- click the first, then Shift+click the last, for a continuous run
- Ctrl+A to select everything in the folder
Move rather than copy
Press Ctrl+X to cut. Open BCA → Semester 1 and press Ctrl+V to paste.
Cut-and-paste moves; copy-and-paste would leave duplicates behind in Documents and double the space used.
Repeat for the second semester, then verify
Move the remaining files into Semester 2. Return to Documents and confirm that no assignment files are left loose, and that the path shown in the address bar for a moved file now reads
Result
A two-level folder tree with the files moved (not copied) into the correct subfolder.
NoteDragging with the left button inside the same drive moves; dragging to a different drive copies. Cut-and-paste is unambiguous, which is why it is the safer habit.
Recovering a file deleted by mistake
Task
A file was deleted from the hard disk an hour ago and is needed again. Restore it, and explain when this would not be possible.
Open the Recycle Bin
Double-click the Recycle Bin icon on the desktop. It lists deleted items with their original location and the date of deletion.
Find the file
Sort by Date Deleted by clicking that column heading, or type the name into the search box.
Restore it
Right-click the file and choose Restore. It returns to the exact folder it was deleted from — not to the desktop, and not to a folder of your choosing.
To place it somewhere else instead, cut it from the Recycle Bin and paste it where wanted.
Confirm
Open the original folder and check that the file is present and opens correctly.
When restoring is not possible
The file will not be in the Bin at all if:
- it was deleted with Shift+Delete, which bypasses the Bin
- it was deleted from a pen drive, memory card or network drive, none of which have a Recycle Bin
- the Bin has since been emptied
- the file was larger than the space allotted to the Bin, so Windows deleted it outright with a warning
Result
Recycle Bin → right-click the file → Restore, which returns it to its original folder. Not possible after Shift+Delete, from removable drives, or after emptying the Bin.
Practice problems
5 with solutionsWork each one on paper first. The full solution — not just the answer — is one click away.
Name and explain the parts of a window.
Show solutionHide solution
A window is a rectangular frame in which a program or folder is displayed.
-
Title bar — the strip across the top showing the name of the document or folder. Dragging it moves the window; double-clicking it maximises or restores.
-
Minimise button — reduces the window to a taskbar button. The program keeps running and unsaved work is retained.
-
Maximise / Restore button — expands the window to fill the screen; when already maximised the same button restores the previous size.
-
Close button — closes the window, and ends the program if it was the last window. Prompts to save unsaved work.
-
Menu bar / ribbon — the commands available in the program, grouped into menus or tabs.
-
Toolbar — buttons for frequently used commands.
-
Work area (client area) — where the document or folder contents appear.
-
Scroll bars — vertical and horizontal, appearing only when the contents are larger than the window, and dragged to see the rest.
-
Status bar — information at the foot: page number, word count, number of items selected.
-
Borders and corners — dragged to resize the window.
The important distinction: minimise hides, close terminates. A minimised program still occupies memory.
What is a file extension? Give six extensions with the file type each denotes.
Show solutionHide solution
A file extension is the group of letters following the final dot in a file name — the .docx in notes.docx. It identifies the type of the file, and Windows uses it to decide which program should open the file and which icon to display.
| Extension | File type | Usually opened by |
|---|---|---|
.docx | Word document | MS Word |
.xlsx | Excel workbook | MS Excel |
.pptx | PowerPoint presentation | MS PowerPoint |
.pdf | Portable Document Format | A PDF reader or browser |
.jpg | Compressed image | Photos, any image viewer |
.exe | Executable program | Run directly by Windows |
Others: .txt plain text, .mp3 audio, .mp4 video, .zip compressed archive, .html web page, .c C source code.
A caution. Renaming photo.jpg to photo.docx does not convert it. The extension is only a label; the contents are unchanged, so Word will open it and report a damaged file. Conversion requires a program that actually rewrites the contents.
A security note. Because the extension decides what Windows does with a file, attackers disguise programs as documents — invoice.pdf.exe looks like a PDF when extensions are hidden but is an executable. This is why displaying file extensions should be left switched on.
Explain the difference between copying and moving a file, and between deleting to the Recycle Bin and permanent deletion.
Show solutionHide solution
Copy against move.
| Copy | Move (cut) | |
|---|---|---|
| Keys | Ctrl+C then Ctrl+V | Ctrl+X then Ctrl+V |
| Original | Remains in place | Removed from the original location |
| Number of copies afterwards | Two | One |
| Disk space used | Doubled | Unchanged |
| Purpose | Keep a second copy, e.g. a backup | Reorganise; put the file where it belongs |
Note also that dragging a file with the mouse within the same drive moves it, but dragging it to a different drive copies it — which is why cut-and-paste is the safer habit when the intention matters.
Deleting to the Recycle Bin against permanent deletion.
| Delete (Del) | Permanent delete (Shift+Del) | |
|---|---|---|
| Where the file goes | The Recycle Bin | Removed from the file system immediately |
| Recoverable? | Yes — right-click and Restore | Not by ordinary means |
| Disk space freed | No — the file still occupies space | Yes, at once |
| Confirmation | Usually none | A warning dialog |
A subtlety worth stating. "Permanent" deletion removes the file's directory entry and marks its blocks as free, but does not immediately overwrite the data. Until those blocks are reused, specialist recovery software can often retrieve the file. Genuinely destroying data requires overwriting it, or encrypting the drive and discarding the key — which matters when disposing of an old computer.
When the Bin is not used at all: Shift+Delete; deletion from a pen drive, memory card or network drive; or a file too large for the space allotted to the Bin.
What is a shortcut? How does it differ from the file it points to, and what happens if each is deleted?
Show solutionHide solution
A shortcut is a small file that acts as a pointer to another item — a file, folder, program or device stored elsewhere. It is recognised by a small curved arrow on its icon. Double-clicking a shortcut opens the item it points to, exactly as if the item itself had been opened.
Differences from the actual file.
| Shortcut | Actual file | |
|---|---|---|
| Contains | Only the path to the target | The real data |
| Size | A few kilobytes, whatever the target's size | Its full size |
| Icon | Carries a small arrow overlay | No arrow |
| How many can exist | Any number, in any folder | One, in one place |
| Purpose | Convenient access from several places | Storage of the data |
What happens on deletion.
- Delete the shortcut — only the pointer is removed. The actual file is untouched and still in its folder. Nothing is lost.
- Delete the actual file — the data is gone. The shortcut survives but is now broken: double-clicking it produces an error saying the item cannot be found. Windows may offer to delete the dead shortcut.
- Move or rename the actual file — Windows can often repair the shortcut automatically within the same drive, but a move to a different drive or a deletion usually breaks it.
Why shortcuts exist. A program installed once in C:\Program Files can be reached from the desktop, the Start menu and the taskbar simultaneously, without three copies of the program existing. Space is saved and, more importantly, there is only one copy to update.
Common exam trap. Deleting a desktop shortcut does not uninstall a program. Uninstalling is done through Settings → Apps or Control Panel → Programs and Features.
What is the clipboard? Explain its role in cut, copy and paste, and state two of its limitations.
Show solutionHide solution
The clipboard is a temporary area of main memory, managed by the operating system, that holds data which has been cut or copied so that it can be pasted elsewhere.
Its role in the three operations.
- Copy (Ctrl+C) — places a duplicate of the selection on the clipboard. The original is unchanged.
- Cut (Ctrl+X) — places the selection on the clipboard and removes it from its source.
- Paste (Ctrl+V) — inserts the clipboard contents at the current position. The clipboard is not emptied, so the same item can be pasted repeatedly, in as many places as needed.
Why it matters that the OS owns it. Because the clipboard belongs to the operating system rather than to any one program, it works between programs: a table copied in Excel can be pasted into Word, and text copied from a browser into Notepad. This is one of the main practical benefits of a common operating system beneath all applications.
Limitations.
-
It holds one item at a time. Each new cut or copy replaces the previous contents, which are then gone. Copying a second item before pasting the first loses the first — the commonest cause of accidental data loss in office work. (Windows offers Clipboard History, Win+V, to mitigate this, and Office keeps a multi-item clipboard of its own.)
-
It is volatile. The clipboard lives in RAM, so its contents are lost when the computer is shut down or restarted, and often when the source program is closed for large items. Data must never be "stored" on the clipboard even briefly across a restart.
Further points: pasting may lose formatting depending on the destination, which is why Paste Special offers choices such as keeping the source formatting, matching the destination, or pasting unformatted text; and copying very large items consumes real memory.