Ruled

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.

Windows presents a desktop — a work surface on which programs, documents and tools appear as windows and icons.

Parts of the desktop

PartWhat it is
DesktopThe whole background work area, on which icons and windows sit
IconA small picture standing for a file, folder, program or device
ShortcutAn icon that points to an item stored elsewhere, marked with a small arrow. Deleting a shortcut does not delete the item
TaskbarThe strip along one edge showing running programs, pinned programs and the notification area
Start button / menuOpens the list of installed programs, settings and the power options
Search boxFinds programs, settings and files by name
Notification area (system tray)Clock, network, volume, and background programs
Recycle BinHolds deleted items so they can be restored
WallpaperThe 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.
ExtensionFile type
.docxWord document
.xlsxExcel workbook
.pptxPowerPoint presentation
.txtPlain text
.pdfPortable Document Format
.jpg .png .gifImages
.mp3 .wavAudio
.mp4 .aviVideo
.exeExecutable program
.zipCompressed archive
.htmlWeb page
.c .py .javaSource 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:

  1. Deleting with Shift+Delete — permanent immediately.
  2. Deleting from a pen drive or network drive — no Bin on those.
  3. 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

KeysAction
Ctrl+C / Ctrl+X / Ctrl+VCopy / Cut / Paste
Ctrl+Z / Ctrl+YUndo / Redo
Ctrl+ASelect all
Ctrl+SSave
Ctrl+PPrint
Ctrl+FFind
F2Rename
Del / Shift+DelDelete to Bin / delete permanently
Alt+TabSwitch between open windows
Alt+F4Close the active window
Win+DShow the desktop
Win+EOpen File Explorer
Win+LLock the computer
Ctrl+Shift+EscOpen Task Manager
PrtScCopy 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 procedures

Follow these at the machine. Each numbered step is one action.

Procedure 1

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.

  1. Open the parent folder

    Press Win+E to open File Explorer, then click Documents in the navigation pane.

  2. Create the main folder

    Right-click any empty space in the contents pane and choose New → Folder (or press Ctrl+Shift+N). Type BCA and press Enter.

  3. Create the subfolders inside it

    Double-click BCA to open it. Create two folders the same way, naming them Semester 1 and Semester 2.

  4. 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
  5. 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.

  6. 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.

Procedure 2

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.

  1. 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.

  2. Find the file

    Sort by Date Deleted by clicking that column heading, or type the name into the search box.

  3. 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.

  4. Confirm

    Open the original folder and check that the file is present and opens correctly.

  5. When restoring is not possible

    The file will not be in the Bin at all if:

    1. it was deleted with Shift+Delete, which bypasses the Bin
    2. it was deleted from a pen drive, memory card or network drive, none of which have a Recycle Bin
    3. the Bin has since been emptied
    4. 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 solutions

Work each one on paper first. The full solution — not just the answer — is one click away.

Problem 1Basic

Name and explain the parts of a window.

Show solution

A window is a rectangular frame in which a program or folder is displayed.

  1. 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.

  2. Minimise button — reduces the window to a taskbar button. The program keeps running and unsaved work is retained.

  3. Maximise / Restore button — expands the window to fill the screen; when already maximised the same button restores the previous size.

  4. Close button — closes the window, and ends the program if it was the last window. Prompts to save unsaved work.

  5. Menu bar / ribbon — the commands available in the program, grouped into menus or tabs.

  6. Toolbar — buttons for frequently used commands.

  7. Work area (client area) — where the document or folder contents appear.

  8. Scroll bars — vertical and horizontal, appearing only when the contents are larger than the window, and dragged to see the rest.

  9. Status bar — information at the foot: page number, word count, number of items selected.

  10. Borders and corners — dragged to resize the window.

The important distinction: minimise hides, close terminates. A minimised program still occupies memory.

AnswerTitle bar, minimise, maximise/restore and close buttons, menu bar/ribbon, toolbar, work area, scroll bars, status bar, and resizable borders.
Problem 2Basic

What is a file extension? Give six extensions with the file type each denotes.

Show 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.

ExtensionFile typeUsually opened by
.docxWord documentMS Word
.xlsxExcel workbookMS Excel
.pptxPowerPoint presentationMS PowerPoint
.pdfPortable Document FormatA PDF reader or browser
.jpgCompressed imagePhotos, any image viewer
.exeExecutable programRun 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.

AnswerThe letters after the final dot, identifying the file type and the program that opens it — e.g. .docx Word, .xlsx Excel, .pptx PowerPoint, .pdf document, .jpg image, .exe program.
Problem 3Exam level

Explain the difference between copying and moving a file, and between deleting to the Recycle Bin and permanent deletion.

Show solution

Copy against move.

CopyMove (cut)
KeysCtrl+C then Ctrl+VCtrl+X then Ctrl+V
OriginalRemains in placeRemoved from the original location
Number of copies afterwardsTwoOne
Disk space usedDoubledUnchanged
PurposeKeep a second copy, e.g. a backupReorganise; 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 goesThe Recycle BinRemoved from the file system immediately
Recoverable?Yes — right-click and RestoreNot by ordinary means
Disk space freedNo — the file still occupies spaceYes, at once
ConfirmationUsually noneA 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.

AnswerCopy leaves the original and duplicates the file; move removes it from the source. Delete sends the file to the Recycle Bin, recoverable but still using disk space; Shift+Delete removes it immediately, freeing space but leaving the data recoverable by specialist tools until overwritten.
Problem 4Exam level

What is a shortcut? How does it differ from the file it points to, and what happens if each is deleted?

Show 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.

ShortcutActual file
ContainsOnly the path to the targetThe real data
SizeA few kilobytes, whatever the target's sizeIts full size
IconCarries a small arrow overlayNo arrow
How many can existAny number, in any folderOne, in one place
PurposeConvenient access from several placesStorage 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.

AnswerA small file holding only a path to a target, marked with an arrow. Deleting the shortcut leaves the file intact; deleting the file leaves the shortcut broken. Deleting a shortcut never uninstalls a program.
Problem 5Exam level

What is the clipboard? Explain its role in cut, copy and paste, and state two of its limitations.

Show 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.

  1. 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.)

  2. 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.

AnswerA temporary OS-managed area of RAM holding cut or copied data. Copy duplicates to it, cut moves to it, paste inserts from it without emptying it, and because the OS owns it, it works between programs. Limitations: it holds only one item, each copy overwriting the last, and it is volatile so contents are lost on shutdown.