Every time you open a file, your computer pulls it from permanent storage into something called RAM, the working memory that vanishes the second the power goes off. Today you'll see where your work actually lives, and you'll build a habit that separates losing your coursework from keeping it: save it in three different places.
Think of a time the power went out, a laptop froze, or the school network dropped while you were working. Did you lose anything? If you didn't, why not? Sit with that for thirty seconds before moving on.
Before saving anything, it helps to know the difference between the memory your computer is using right now and the memory that actually keeps your file.
| Concept | Why it matters | Example |
|---|---|---|
| RAM (working memory) — fast, temporary memory that holds whatever is open right now | When power goes off or an app crashes, RAM is wiped; anything that wasn't saved is gone | — |
| Permanent storage — memory that keeps files even when the machine is off | Nothing exists until it lands in storage; a file open in RAM alone is not yet a saved file | Your {{code:01_project_brief}} sits in cloud storage, not in RAM |
| Local storage — files saved on the specific computer you are using (its hard drive or SSD) | Fast to open, but tied to one machine; if that machine dies or isn't yours tomorrow, the file is stuck there | The Downloads folder on a school PC, gone the moment you sign in on a different PC next week |
| USB stick — a small portable drive you plug into a USB port | Physical backup that doesn't need internet; handy for bringing work to a Work Experience placement or a job interview | A CV on a USB for an Intreo appointment when the office Wi-Fi is unreliable |
| Cloud storage — files stored on remote servers, reached through a browser | Accessible from any device, auto-backed up, survives if your laptop is lost or stolen | Your {{code:Digital_Portfolio}} on OneDrive or Google Drive |
Professional advice for anything you can't afford to lose: keep at least three copies in at least two different kinds of places. One in the cloud, one on the local machine, one on a USB is a simple version of that rule. If any single location fails tomorrow, you still have your work.
Autosave exists in online apps, but not everywhere. Building the habit of pressing {{kbd:Ctrl+S}} (Windows/Chromebook) or {{kbd:Cmd+S}} (Mac) every few minutes costs you nothing and protects you from the one time the network drops mid-sentence.
Save your {{code:01_project_brief}} to three different locations — cloud, local, USB — and take a screenshot of each. You'll use those screenshots in the next step to build your portfolio page.
Your school uses either OneDrive (Microsoft 365) or Google Drive (Google Workspace). Use the tab that matches your account.
Each platform works differently. Use the one that matches your computer, then save each image to your Desktop so you can find it again in the portfolio build step.
Name your three screenshots so you can tell them apart: cloud_copy, local_copy, usb_copy.
| Issue | Solution |
|---|---|
| I pressed {{kbd:Win+Shift+S}} but nothing saved | Win+Shift+S on Windows only copies the image to the clipboard. Look for a small preview notification in the bottom-right corner and click it, then click {{btn:Save}} to save the file to your Desktop. Or paste into {{btn:Paint}} with {{kbd:Ctrl+V}} and save from there. |
| I downloaded the file but can't find it in Downloads | Check the browser's downloads bar at the bottom of the window and click 'Show in folder'. You can also search your file manager for 01_project_brief to locate it. |
| My USB stick doesn't show up in the file manager | Unplug and try a different USB port. If it still doesn't show, try another port or another computer. Older USB sticks can fail without warning, which is exactly why you keep a cloud copy. |
| The cloud says 'Saved' but I can't see my file on a different device | Refresh the browser tab. Cloud storage can take a few seconds to show a new file across devices. If it still doesn't show, check that you are signed into the same account on both machines. |
| What's the difference between Save and Save As? | Save updates the current file in its current location. Save As creates a new copy, which is how you put a copy in a different folder or under a different name. In online apps (Word Online, Google Docs) you rarely need Save As because everything auto-saves as you type. |