Computer Management & Security Grade 10

Keeping a computer running well and securely requires regular maintenance tasks and an understanding of common threats.

General Housekeeping Tasks

TaskPurpose
Disk Clean-upRemoves temporary files to free up storage space
DefragmentationReorganises fragmented files on HDD for faster access (not needed for SSD)
Task SchedulerAutomates tasks like backups and updates at set times
File compressionReduces file size using mathematical algorithms (.zip)
ArchivingMoves inactive data to separate storage (long-term, not duplicated)
BackupCreates copies of data on a different device for disaster recovery

Types of Backup

TypeDescription
Full backupComplete copy of all files. Slowest but easiest to restore.
Incremental backupOnly backs up files changed since last backup (any type). Fast, but restoring needs all increments.
Differential backupBacks up files changed since last full backup. Compromise between full and incremental.

Backup Locations

Common Malware Threats

ThreatDescription
VirusReplicates and spreads; performs harmful actions
WormSpreads across networks without user action
TrojanDisguised as useful software; gives attackers back-door access
RansomwareEncrypts your data; demands payment for the key
SpywareSecretly tracks your activity
AdwareDisplays unwanted advertisements (pop-ups)

Security Measures

MeasurePurpose
AntivirusDetects, prevents and removes malware
FirewallMonitors network traffic; blocks unauthorised connections
Strong password8+ chars, uppercase, lowercase, numbers, special characters
Access rightsUsers only access files they are authorised for
UPSUninterruptible Power Supply — keeps computer running during power failure
EncryptionScrambles data so only authorised parties can read it

Organising Files & Folders

A file is a collection of data stored as a single unit (a document, image, song, program). A folder (directory) is a container used to group related files. Organising files means storing them in a logical, meaningful way so they are easy to find later.

Anatomy of a File Path

A path describes exactly where a file lives on a storage device — the drive, the folders, the file name and its extension.

PartExampleMeaning
DriveC:The storage device the file is on
Path (folders)\Users\Mari\Documents\IT\The chain of folders leading to the file
File namereportThe name you gave the file
Extension.docxTells the computer what type of file it is

Put together: C:\Users\Mari\Documents\IT\report.docx

Common File Extensions

The extension (the letters after the dot) tells the operating system which program should open the file.

ExtensionFile TypeExample
.txtPlain text filenotes.txt
.docxMicrosoft Word documentreport.docx
.xlsxMicrosoft Excel spreadsheetbudget.xlsx
.pdfPortable Document Formatmanual.pdf
.jpg / .pngImage filesphoto.jpg
.mp3 / .mp4Audio / Videosong.mp3
.exeExecutable programsetup.exe
.accdbMicrosoft Access databasestudents.accdb

Why Use a Good File Structure?

A File Manager (e.g. Windows File Explorer) is the software used to view, move, copy, rename and delete files and folders.

Save As vs Export

Save AsExport
PurposeSave the file under a new name, location, or a different version/format of the same kindCreate a new output file in a different format for use elsewhere
ExampleSave a .docx as an older Word versionExport a Word document to .pdf
OriginalReplaced or copiedStays open and unchanged

File Naming Best Practices