commit f7219cef946762b8029ac345ad860773a99fc43b Author: Charlie Date: Wed Mar 18 17:39:10 2026 -0700 CSIS 1 course materials: 16-week schedule, COR, syllabus, Canvas export, materials diff --git a/16wk-week-01-02-hardware.md b/16wk-week-01-02-hardware.md new file mode 100644 index 0000000..3ef741a --- /dev/null +++ b/16wk-week-01-02-hardware.md @@ -0,0 +1,201 @@ +# Weeks 1–2: Computer Hardware & Peripheral Devices +**Hours:** 4 (2 lectures) + +--- + +## Learning Objectives +By the end of this unit, students will be able to: +- Identify the major internal components of a computer and explain their function +- Distinguish between input, output, processing, and storage devices +- Explain how data flows through a computer system (input → processing → output → storage) +- Compare different types of computers (desktop, laptop, tablet, smartphone, server) +- Make informed decisions about hardware purchases + +--- + +## Lecture 1: Inside the Computer + +### Key Concepts + +**What is a computer?** +A computer is an electronic device that accepts input, processes data, produces output, and stores results. This is the **IPOS cycle** (Input → Processing → Output → Storage) — the foundational concept for the whole course. + +> 💡 **Teaching idea:** Start with something they already know. Hold up a smartphone. "This is a computer. So is a gaming console. So is the chip in your car's dashboard. What makes them all computers?" Lead into the IPOS cycle. + +**The Motherboard** +The main circuit board — everything connects to it. Think of it as the nervous system. +- Houses the CPU, RAM slots, expansion slots, and connectors +- Contains the chipset that manages data flow between components + +**Central Processing Unit (CPU)** +The "brain." Executes instructions. Key metrics: +- **Clock speed** (GHz) — how many cycles per second +- **Cores** — modern CPUs have multiple cores (like having multiple brains working in parallel) +- **Cache** — tiny, fast memory built into the CPU + +> 💡 **Analogy:** The CPU is like a chef in a kitchen. Clock speed is how fast they chop. Cores are how many chefs you have. Cache is the counter space right next to them — small but instantly accessible. + +**Memory (RAM)** +- Volatile (disappears when power off) +- Measured in GB (8GB, 16GB typical today) +- More RAM = more programs running smoothly at once + +> 💡 **Analogy:** RAM is your desk. The bigger your desk, the more papers (programs) you can spread out. But when you go home (power off), the desk gets cleared. + +**Storage** +- **HDD (Hard Disk Drive):** Spinning magnetic platters. Cheaper, slower, larger capacity. +- **SSD (Solid State Drive):** No moving parts. Faster, more expensive, increasingly standard. +- **NVMe:** Even faster SSD connected directly via PCIe bus. + +> 💡 **Analogy:** Storage is your filing cabinet. It keeps things even when you leave. HDD = big metal cabinet. SSD = well-organized digital filing system that retrieves anything instantly. + +**Graphics Processing Unit (GPU)** +- Specialized processor for rendering images/video +- Important for gaming, video editing, AI/ML +- Can be integrated (built into CPU) or discrete (separate card) + +**Power Supply Unit (PSU)** +- Converts AC wall power to DC for components +- Rated in watts + +### Diagram Ideas +1. **IPOS Cycle Diagram** — Simple flow: Input → Processing → Output, with Storage branching off. Use icons (keyboard, CPU chip, monitor, hard drive). +2. **Motherboard Layout** — Labeled top-down view showing CPU socket, RAM slots, PCIe slots, storage connectors, I/O ports. Keep it simplified. +3. **Storage Speed Comparison** — Bar chart: HDD vs SSD vs NVMe read/write speeds. +4. **Inside a Desktop PC** — Photo or illustration with labeled callouts. + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "What's Inside Your Computer?" + photo of open PC case | +| 2 | The IPOS Cycle — animated diagram | +| 3 | The Motherboard — labeled photo | +| 4 | CPU: The Brain — clock speed, cores, cache with chef analogy | +| 5 | RAM vs Storage — desk vs filing cabinet analogy, side by side | +| 6 | HDD vs SSD — comparison table with speeds, prices, use cases | +| 7 | GPU — what it does, integrated vs discrete | +| 8 | Quick Quiz: "Which component..." matching exercise | + +--- + +## Lecture 2: Peripheral Devices & Types of Computers + +### Key Concepts + +**Input Devices** +Devices that send data TO the computer: +- Keyboard, mouse, trackpad, touchscreen +- Microphone, webcam, scanner +- Biometric readers (fingerprint, face recognition) +- Game controllers, stylus/pen + +**Output Devices** +Devices that receive data FROM the computer: +- Monitor/display (LCD, LED, OLED — resolution, refresh rate) +- Printer (inkjet vs laser) +- Speakers, headphones +- Projector + +**Input/Output (I/O) Devices** +Some do both: +- Touchscreen (input + output) +- USB flash drive (storage + transfer) +- Network adapter (send + receive) +- VR headset + +**Ports and Connectors** +- **USB** (Type-A, Type-C, Micro) — universal standard +- **HDMI / DisplayPort** — video output +- **Ethernet (RJ-45)** — wired network +- **3.5mm audio jack** — headphones/mic +- **Thunderbolt** — high-speed data + video + power (via USB-C connector) +- **Bluetooth / Wi-Fi** — wireless connectivity + +> 💡 **Teaching idea:** Bring a bag of cables and adapters. Have students identify each one. Or show photos and do a matching activity. + +**Types of Computers** +- **Desktop:** Powerful, upgradeable, stationary +- **Laptop:** Portable, integrated display/keyboard/battery +- **Tablet:** Touchscreen-centric, lightweight +- **Smartphone:** Pocket computer, always connected +- **Server:** Serves data to other computers, runs 24/7 +- **Mainframe / Supercomputer:** Enterprise/scientific scale +- **Embedded systems:** Computers inside other devices (cars, appliances, ATMs) +- **Wearables:** Smartwatches, fitness trackers + +> 💡 **Discussion:** "How many computers do you interact with in a day?" Students often don't think about the computer in their car, microwave, or elevator. + +**Buying a Computer: What Matters?** +Walk through a real spec sheet (e.g., from Best Buy or Amazon): +- CPU, RAM, storage, display, battery life, ports +- What specs matter for different users (student, gamer, video editor, office worker) + +### Diagram Ideas +1. **Input/Output Classification** — Three-column layout: Input | Both | Output, with device icons in each. +2. **Common Ports Guide** — Visual reference showing each port type with label and what it's used for. +3. **Computer Types Spectrum** — From embedded → smartphone → tablet → laptop → desktop → server → supercomputer, showing trade-offs (portability vs power). +4. **Spec Sheet Breakdown** — Annotated screenshot of a real laptop listing. + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Connecting to Your Computer" | +| 2 | Input Devices — grid of photos with labels | +| 3 | Output Devices — grid of photos with labels | +| 4 | Ports & Connectors — visual guide | +| 5 | Types of Computers — spectrum from small to large | +| 6 | "How Many Computers Did You Use Today?" — discussion prompt | +| 7 | Reading a Spec Sheet — annotated real example | +| 8 | Activity: "Build Your Ideal Computer" — given a budget, pick components | + +--- + +## Vocabulary + +| Term | Definition | +|------|-----------| +| **IPOS Cycle** | Input → Processing → Output → Storage; the fundamental computer operation cycle | +| **CPU (Central Processing Unit)** | The processor; executes instructions and performs calculations | +| **Clock Speed** | How fast a CPU executes instructions, measured in GHz | +| **Core** | An independent processing unit within a CPU; multi-core = parallel processing | +| **Cache** | Small, very fast memory built into or near the CPU | +| **RAM (Random Access Memory)** | Volatile memory used for currently running programs and data | +| **Volatile** | Memory that loses its contents when power is turned off | +| **Non-volatile** | Memory/storage that retains data without power (e.g., SSD, HDD) | +| **HDD (Hard Disk Drive)** | Storage device using spinning magnetic platters | +| **SSD (Solid State Drive)** | Storage device using flash memory chips; no moving parts | +| **NVMe** | A fast SSD interface that connects directly to the PCIe bus | +| **GPU (Graphics Processing Unit)** | Specialized processor for rendering graphics and parallel computation | +| **Motherboard** | The main circuit board connecting all computer components | +| **PSU (Power Supply Unit)** | Converts AC power from the wall to DC power for components | +| **Peripheral** | Any external device connected to a computer (keyboard, monitor, printer, etc.) | +| **Input Device** | Hardware that sends data to the computer | +| **Output Device** | Hardware that receives and displays/produces data from the computer | +| **USB (Universal Serial Bus)** | Standard connector/protocol for peripherals and data transfer | +| **HDMI** | High-Definition Multimedia Interface; carries video and audio | +| **Bluetooth** | Short-range wireless technology for connecting devices | +| **Embedded System** | A computer built into another device (car, appliance, ATM) | +| **Resolution** | The number of pixels on a display (e.g., 1920×1080 = Full HD) | +| **Gigabyte (GB)** | A unit of digital storage/memory, roughly 1 billion bytes | +| **Terabyte (TB)** | A unit of digital storage, roughly 1 trillion bytes (1,000 GB) | + +--- + +## Activities & Assignments + +### In-Class +1. **IPOS Scavenger Hunt:** Give students a list of devices/scenarios. They classify each as Input, Processing, Output, or Storage. +2. **Cable Identification:** Show photos (or real cables) — students name the port type and what it connects. +3. **Spec Sheet Showdown:** Two laptop listings side-by-side. Students decide which is better for a given user (student, gamer, office worker) and justify their choice. + +### Homework +1. **Component Research Paper (1–2 pages):** Pick one component (CPU, RAM, SSD, GPU). Explain what it does, how it's measured, and what a good current spec looks like. Include at least one comparison (e.g., Intel vs AMD, HDD vs SSD). +2. **"My Computer" Inventory:** Students find and document the specs of a computer they use (their own laptop, family desktop, school computer). Identify CPU, RAM, storage type/size, and ports available. + +--- + +## Discussion Questions +1. Why is RAM volatile but storage is not? Why did engineers design it that way? +2. If SSDs are faster than HDDs, why do HDDs still exist? +3. What's the most surprising "computer" you interact with daily? +4. How would you decide between a laptop and a desktop for a college student? diff --git a/16wk-week-03-software.md b/16wk-week-03-software.md new file mode 100644 index 0000000..bef17a2 --- /dev/null +++ b/16wk-week-03-software.md @@ -0,0 +1,165 @@ +# Week 3: Software, Working with Files, Getting Started with Apps +**Hours:** 2 (1 lecture) + +--- + +## Learning Objectives +- Distinguish between system software and application software +- Explain the role of an operating system +- Navigate a file system: create, rename, move, copy, and delete files and folders +- Understand file types and extensions +- Install and update application software + +--- + +## Key Concepts + +### What is Software? +Software = instructions that tell hardware what to do. Two main categories: + +**System Software** +- **Operating System (OS):** Manages hardware, runs applications, provides user interface + - Windows, macOS, Linux, ChromeOS, iOS, Android +- **Utility Software:** Maintenance tools (disk cleanup, antivirus, backup) +- **Device Drivers:** Translators between OS and specific hardware + +**Application Software** +- Productivity: Word processors, spreadsheets, presentation tools +- Communication: Email clients, video conferencing, messaging +- Creative: Photo/video editing, music production +- Browsers: Chrome, Firefox, Edge, Safari +- Specialized: Accounting, medical records, CAD + +> 💡 **Analogy:** The OS is like a building manager — it keeps the lights on, manages the rooms, and lets tenants (applications) move in and do their work. Without the building manager, the tenants can't function. + +### Open Source vs Proprietary +| | Open Source | Proprietary | +|---|---|---| +| **Cost** | Usually free | Usually paid (or subscription) | +| **Code** | Public, modifiable | Closed, protected | +| **Examples** | Linux, LibreOffice, Firefox, VLC | Windows, MS Office, Photoshop | +| **Support** | Community-driven | Vendor support | + +> 💡 **Discussion starter:** "Is free software actually free? What's the trade-off?" Leads to conversation about ads, data collection, community maintenance. + +### The File System + +**Files and Folders (Directories)** +- A **file** is a named collection of data (document, photo, program) +- A **folder** (directory) is a container for organizing files +- Folders can contain other folders → hierarchical tree structure + +**File Paths** +- Windows: `C:\Users\Student\Documents\essay.docx` +- Mac/Linux: `/Users/Student/Documents/essay.docx` +- Components: Drive → Folders → Filename.Extension + +**File Extensions** +Common extensions students should recognize: + +| Extension | Type | Opens With | +|-----------|------|-----------| +| .docx | Word document | Microsoft Word | +| .xlsx | Spreadsheet | Microsoft Excel | +| .pptx | Presentation | Microsoft PowerPoint | +| .pdf | Portable document | Adobe Reader, browser | +| .txt | Plain text | Notepad, any text editor | +| .jpg / .png | Image | Photos app, browser | +| .mp3 / .mp4 | Audio / Video | Media player | +| .zip | Compressed archive | File Explorer, 7-Zip | +| .exe | Windows program | Windows | +| .html | Web page | Browser | + +> ⚠️ **Security tip:** Be cautious with `.exe`, `.bat`, `.scr` files from unknown sources — these can run programs on your computer. + +**File Operations** +- **Create:** New file or folder +- **Save / Save As:** Save current work; Save As = new name or location +- **Copy vs Move:** Copy = duplicate; Move = relocate (original disappears) +- **Rename:** Change the name (be careful not to change the extension) +- **Delete:** Sends to Recycle Bin / Trash (recoverable until emptied) +- **Search:** Find files by name, date, type, or contents + +### Cloud Storage +- OneDrive, Google Drive, iCloud, Dropbox +- Files sync across devices +- Collaboration features (shared folders, simultaneous editing) +- Trade-off: convenience vs privacy, requires internet + +### Installing Software +- **App stores:** Microsoft Store, Mac App Store, Google Play +- **Web downloads:** From vendor websites (verify the source!) +- **Updates:** Keep software current for security and features +- **Uninstalling:** Use the system's uninstall feature, not just deleting the icon + +> 💡 **Demo idea:** Walk through installing a free application (like VLC or 7-Zip). Show the full flow: download → verify source → install → find in Start menu → uninstall. + +--- + +## Diagram Ideas +1. **Software Layer Cake** — Bottom: Hardware. Middle: Operating System. Top: Application Software. Shows how apps sit on top of the OS which sits on top of hardware. +2. **File System Tree** — Visual tree starting from C:\ showing Users → StudentName → Documents/Pictures/Downloads with example files in each. +3. **File Extension Cheat Sheet** — Visual grid: icon + extension + "what it is" + "opens with." +4. **Cloud vs Local Storage** — Side-by-side comparison showing where files actually live. + +--- + +## Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Software: The Instructions" | +| 2 | System Software vs Application Software — two-column with examples | +| 3 | The Operating System — screenshot of Windows/Mac desktops with labeled parts (taskbar, desktop, start menu, file explorer) | +| 4 | Open Source vs Proprietary — comparison table | +| 5 | The File System — tree diagram | +| 6 | File Extensions — visual cheat sheet | +| 7 | File Operations Demo — screenshots of copy, move, rename, delete | +| 8 | Cloud Storage — logos + features | +| 9 | Installing Software Safely — do's and don'ts | +| 10 | Activity preview: organize a messy folder | + +--- + +## Vocabulary + +| Term | Definition | +|------|-----------| +| **Software** | Instructions/programs that tell computer hardware what to do | +| **System Software** | Software that manages hardware and provides a platform for applications (OS, drivers, utilities) | +| **Application Software** | Programs designed for end users to perform specific tasks | +| **Operating System (OS)** | System software that manages hardware resources and provides services for applications | +| **Device Driver** | Software that allows the OS to communicate with a specific hardware device | +| **Utility Software** | System tools for maintenance tasks (antivirus, disk cleanup, backup) | +| **Open Source** | Software whose source code is publicly available and can be modified | +| **Proprietary Software** | Software owned by a company; source code is not publicly available | +| **File** | A named collection of related data stored on a computer | +| **Folder / Directory** | A container used to organize files in a hierarchical structure | +| **File Extension** | The suffix after the dot in a filename (e.g., .docx, .pdf) indicating file type | +| **File Path** | The full address of a file in the file system (e.g., C:\Users\Documents\file.txt) | +| **Cloud Storage** | Remote servers accessed via the internet for storing and syncing files | +| **Install** | To set up software on a computer so it's ready to use | +| **Uninstall** | To remove software from a computer | +| **Update / Patch** | New version of software that fixes bugs, adds features, or improves security | +| **Recycle Bin / Trash** | Temporary holding area for deleted files before permanent removal | +| **Compression / Zip** | Reducing file size by encoding data more efficiently; .zip is a common format | + +--- + +## Activities & Assignments + +### In-Class +1. **Desktop Scavenger Hunt:** Students identify parts of the OS interface (taskbar, system tray, file explorer, etc.) on their own computers. +2. **File Organization Challenge:** Give students a "messy" folder (downloadable zip) with 20+ files poorly named and unorganized. They create a logical folder structure and organize everything. Grade on structure and naming conventions. +3. **Extension Matching Game:** Flash an extension on screen — students shout out what type of file it is and what program opens it. + +### Homework +1. **OS Comparison (1 page):** Compare two operating systems (e.g., Windows vs macOS, or Android vs iOS). Cover: target audience, cost, app availability, pros/cons. +2. **File System Map:** Screenshot or draw the folder structure of their Documents folder. Identify at least 5 different file types and explain what each extension means. + +--- + +## Discussion Questions +1. Why do we need an operating system? Why can't applications just talk to hardware directly? +2. When would you choose open source software over proprietary (or vice versa)? +3. You download a file called `free-movie.mp4.exe` — what should you do and why? +4. What happens to your files if a cloud storage company goes out of business? diff --git a/16wk-week-04-06-word.md b/16wk-week-04-06-word.md new file mode 100644 index 0000000..6a9af7d --- /dev/null +++ b/16wk-week-04-06-word.md @@ -0,0 +1,215 @@ +# Weeks 4–6: Word Processing (Microsoft Word) +**Hours:** 6 (3 lectures) + +--- + +## Learning Objectives +- Create, save, and open Word documents +- Format text (fonts, sizes, styles, colors, alignment) +- Use paragraph formatting (spacing, indentation, lists) +- Insert and format images, tables, and other objects +- Use headers/footers, page numbers, and page layout settings +- Use spelling/grammar check, Find & Replace +- Print and export documents (PDF) + +--- + +## Lecture 4: Creating a Document + +### Key Concepts + +**The Word Interface** +- **Ribbon:** Tabbed toolbar at the top (Home, Insert, Design, Layout, etc.) +- **Quick Access Toolbar:** Customizable shortcuts (Save, Undo, Redo) +- **Ruler:** Shows margins and tab stops +- **Status Bar:** Word count, page number, zoom +- **Views:** Print Layout (default), Read Mode, Web Layout + +> 💡 **Teaching idea:** Do a "ribbon tour" — click through each tab and briefly show what lives there. Students follow along. This builds familiarity without memorizing. + +**Creating & Saving** +- New blank document vs templates +- **Save** (Ctrl+S) vs **Save As** (new name/location/format) +- File formats: .docx (default), .pdf, .txt, .rtf +- AutoSave with OneDrive — explain what it is and when it helps +- File naming conventions: descriptive, no special characters, include date if versioning + +**Entering & Selecting Text** +- Typing, Enter for new paragraph (not new line — Shift+Enter for line break) +- Selection techniques: + - Click and drag + - Double-click = select word + - Triple-click = select paragraph + - Ctrl+A = select all +- Cut (Ctrl+X), Copy (Ctrl+C), Paste (Ctrl+V) +- Undo (Ctrl+Z) and Redo (Ctrl+Y) — "your best friends" + +> 💡 **Common student mistake:** Pressing Enter multiple times to create space instead of using paragraph spacing. Address this early. + +### Diagram Ideas +1. **Word Interface Labeled Screenshot** — Annotated screenshot with callouts for Ribbon, Quick Access Toolbar, Ruler, Status Bar, Document Area. +2. **Save vs Save As Flowchart** — "First time saving?" → Save As. "Already saved and just updating?" → Save. + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Getting Started with Word" | +| 2 | The Word Interface — labeled screenshot | +| 3 | Creating & Saving — Save vs Save As, file formats | +| 4 | Typing Tips — Enter vs Shift+Enter, selection shortcuts | +| 5 | Essential Shortcuts — table of Ctrl+S, C, V, X, Z, Y | +| 6 | Live Demo: Create a document from scratch | + +--- + +## Lecture 5: Formatting a Document + +### Key Concepts + +**Character Formatting (Home Tab → Font Group)** +- Font family: serif (Times New Roman) vs sans-serif (Calibri, Arial) +- Font size: measured in points (12pt standard for body text) +- Bold (Ctrl+B), Italic (Ctrl+I), Underline (Ctrl+U) +- Font color, highlight, text effects +- Strikethrough, superscript, subscript +- **Format Painter** (paintbrush icon) — copy formatting from one selection to another + +> 💡 **Design tip:** Limit to 2 fonts per document (one for headings, one for body). This is a real-world design principle worth teaching early. + +**Paragraph Formatting (Home Tab → Paragraph Group)** +- Alignment: Left, Center, Right, Justify +- Line spacing: Single, 1.5, Double (and custom) +- Paragraph spacing: Space Before / Space After (use this instead of extra Enter keys!) +- Indentation: First line indent, hanging indent +- Bullets and numbering — and how to customize them +- Borders and shading + +**Styles** +- Pre-built formatting combinations (Heading 1, Heading 2, Normal, etc.) +- Why styles matter: consistency, easy changes, accessibility, and they power the Table of Contents +- Modify existing styles or create custom ones + +> 💡 **Teaching idea:** Give students an ugly, inconsistently formatted document. Have them fix it using ONLY styles (no manual formatting). Teaches the "right way" from the start. + +**Page Layout (Layout Tab)** +- Margins (Normal, Narrow, Wide, Custom) +- Orientation: Portrait vs Landscape +- Paper size (Letter = 8.5" × 11") +- Columns (for newsletters, brochures) +- Page breaks vs section breaks + +### Diagram Ideas +1. **Serif vs Sans-Serif** — Side-by-side examples with the serifs highlighted/circled. +2. **Paragraph Spacing Visual** — Show the difference between "extra Enter keys" vs proper paragraph spacing. +3. **Styles Cascade** — Heading 1 → Heading 2 → Heading 3 → Normal body text, showing the visual hierarchy. +4. **Margin Diagram** — Page outline showing top, bottom, left, right margins with measurements. + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Making It Look Good" | +| 2 | Font Basics — serif vs sans-serif, sizes, "2-font rule" | +| 3 | Bold, Italic, Underline — when to use each | +| 4 | Format Painter — demo | +| 5 | Paragraph Formatting — alignment, spacing, indentation | +| 6 | "Stop Pressing Enter!" — before/after of paragraph spacing | +| 7 | Styles — why they exist, how to use them | +| 8 | Page Layout — margins, orientation, columns | +| 9 | Activity: Fix the Ugly Document | + +--- + +## Lecture 6: Finalizing a Document + +### Key Concepts + +**Inserting Objects** +- **Images:** Insert → Pictures (from file, online, stock). Resize, crop, text wrapping (inline, square, tight, behind text). +- **Tables:** Insert → Table. Add/delete rows and columns. Merge cells. Table styles. +- **Shapes & Text Boxes:** For callouts, diagrams, pull quotes. +- **Headers & Footers:** Consistent info on every page (name, date, page number). +- **Page Numbers:** Insert → Page Number (top, bottom, current position). +- **Hyperlinks:** Link to websites, other documents, or places in the same document. + +**Proofing & Review** +- **Spelling & Grammar Check:** Review tab or red/blue squiggly lines. Right-click for suggestions. +- **Find & Replace (Ctrl+H):** Powerful — can replace text, formatting, special characters. +- **Word Count:** Status bar or Review → Word Count. +- **Thesaurus:** Right-click a word → Synonyms. +- **Comments:** Review → New Comment. For collaboration/feedback. +- **Track Changes:** Shows edits made by collaborators. Accept/Reject changes. + +**Printing & Exporting** +- Print Preview (Ctrl+P) — always preview before printing! +- Print settings: pages, copies, double-sided, collate +- Export to PDF: File → Save As → PDF, or File → Export +- Why PDF? Looks the same everywhere, can't be easily edited, professional standard. + +> 💡 **Teaching idea:** Have students peer-review each other's documents using Track Changes and Comments. Teaches the tool AND the skill of giving constructive feedback. + +### Diagram Ideas +1. **Text Wrapping Options** — Same image shown with different wrapping styles (inline, square, tight, behind text) to show the visual difference. +2. **Track Changes Example** — Before/after showing insertions (underlined color), deletions (strikethrough), and comments. +3. **Print Preview Checklist** — Visual checklist: margins correct? Page breaks in right places? Headers/footers showing? Images not cut off? + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Finishing Touches" | +| 2 | Inserting Images — resize, crop, text wrapping | +| 3 | Tables — creating, formatting, when to use them | +| 4 | Headers, Footers, Page Numbers | +| 5 | Spelling & Grammar — demo of proofing tools | +| 6 | Find & Replace — live demo with a real example | +| 7 | Track Changes & Comments — collaboration demo | +| 8 | Exporting to PDF — why and how | +| 9 | Print Preview Checklist | + +--- + +## Vocabulary + +| Term | Definition | +|------|-----------| +| **Ribbon** | The tabbed toolbar at the top of the Word window containing commands organized by function | +| **Quick Access Toolbar** | Small customizable toolbar above the Ribbon for frequently used commands | +| **Font** | A set of characters with a consistent design (e.g., Calibri, Times New Roman) | +| **Serif** | Small decorative strokes at the ends of letter strokes (e.g., Times New Roman) | +| **Sans-serif** | Fonts without serifs; clean, modern look (e.g., Arial, Calibri) | +| **Point (pt)** | Unit of font size measurement; 72 points = 1 inch | +| **Format Painter** | Tool that copies formatting from one selection and applies it to another | +| **Style** | A named set of formatting attributes that can be applied to text for consistency | +| **Line Spacing** | The vertical distance between lines of text within a paragraph | +| **Paragraph Spacing** | Space added before or after a paragraph (measured in points) | +| **Indentation** | The distance text is offset from the margin (first line, hanging, left, right) | +| **Margin** | The blank space between the edge of the page and the document content | +| **Orientation** | Page direction: Portrait (tall) or Landscape (wide) | +| **Text Wrapping** | How text flows around an inserted image or object | +| **Header / Footer** | Content that appears at the top/bottom of every page | +| **Find & Replace** | Tool to search for text (or formatting) and replace it throughout a document | +| **Track Changes** | Feature that marks all edits so they can be reviewed, accepted, or rejected | +| **PDF** | Portable Document Format; preserves exact layout across all devices and platforms | +| **Template** | A pre-designed document with placeholder content and formatting | +| **AutoSave** | Automatic saving feature when working with OneDrive/SharePoint | + +--- + +## Activities & Assignments + +### In-Class +1. **Ribbon Scavenger Hunt:** List of 15 features (e.g., "Where do you insert a table?" "Where is double spacing?"). Students race to find each one. +2. **Fix the Ugly Document:** Provide a poorly formatted document. Students apply styles, fix spacing, add headers/footers, and export to PDF. +3. **Peer Review with Track Changes:** Students swap documents and use Track Changes + Comments to review each other's work. + +### Homework / Projects +1. **Professional Letter:** Write a formal business letter using proper formatting: block style, appropriate font, date, addresses, salutation, body, closing. Export as PDF. +2. **Newsletter or Flyer:** Create a one-page document using columns, images, text wrapping, a table, and at least 3 different styles. Must include a header with a title and page border or shading. +3. **Resume Draft:** Create a basic resume using tables or tabs for alignment, consistent styles, and appropriate formatting. This is a real-world artifact they can keep. + +--- + +## Discussion Questions +1. Why does Microsoft default to Calibri (a sans-serif font) instead of Times New Roman? +2. When would you use Track Changes vs just editing directly? +3. Why should you export important documents as PDF instead of sending the .docx? +4. What's the difference between pressing Enter and using paragraph spacing? Why does it matter? diff --git a/16wk-week-07-09-spreadsheets.md b/16wk-week-07-09-spreadsheets.md new file mode 100644 index 0000000..39ef2cf --- /dev/null +++ b/16wk-week-07-09-spreadsheets.md @@ -0,0 +1,266 @@ +# Weeks 7–9: Spreadsheets (Microsoft Excel) +**Hours:** 6 (3 lectures) + +--- + +## Learning Objectives +- Navigate the Excel interface and understand workbooks, worksheets, cells, rows, and columns +- Enter and edit data (text, numbers, dates) +- Write formulas using arithmetic operators and cell references +- Use common functions: SUM, AVERAGE, MIN, MAX, COUNT, IF +- Format cells, rows, and columns for readability +- Create and format basic charts +- Use sorting, filtering, and conditional formatting +- Print spreadsheets with proper page setup + +--- + +## Lecture 7: Creating a Worksheet + +### Key Concepts + +**The Excel Interface** +- **Workbook:** The entire file (.xlsx). Contains one or more worksheets. +- **Worksheet (Sheet):** A single tab/page within a workbook. Grid of rows and columns. +- **Cell:** The intersection of a row and column (e.g., B3). The fundamental unit. +- **Cell Reference:** The address of a cell (column letter + row number). +- **Name Box:** Shows the active cell reference. Can also be used to navigate. +- **Formula Bar:** Shows the content or formula in the active cell. + +> 💡 **Analogy:** A workbook is like a binder. Each worksheet is a page in the binder. Each cell is a box on that page where you write one piece of information. + +**Entering Data** +- **Text (Labels):** Category names, headers — left-aligned by default +- **Numbers (Values):** Quantities, amounts — right-aligned by default +- **Dates:** Excel stores dates as numbers internally (important for calculations) +- Press **Enter** to confirm and move down. **Tab** to confirm and move right. +- **AutoFill:** Drag the fill handle (small square at bottom-right of cell) to extend patterns (months, days, number sequences). + +**Cell References in Formulas** +- Type `=` to start a formula +- Arithmetic operators: `+` `-` `*` `/` `^` (exponent) +- Example: `=B2+B3` adds the values in B2 and B3 +- **Why use cell references instead of numbers?** Because when the data changes, the formula automatically recalculates. This is the entire point of spreadsheets. + +> 💡 **Demo:** Type `=5+3` in a cell. It shows 8. Now type `=A1+A2` where A1=5 and A2=3. Same result, but change A1 to 10 — the formula updates automatically. "This is why spreadsheets changed the world." + +**Order of Operations (PEMDAS)** +Excel follows standard math order: +1. Parentheses +2. Exponents +3. Multiplication / Division (left to right) +4. Addition / Subtraction (left to right) + +Example: `=2+3*4` = 14 (not 20). Use parentheses to override: `=(2+3)*4` = 20. + +**Common Functions** +| Function | What It Does | Example | +|----------|-------------|---------| +| `=SUM(B2:B10)` | Adds all values in a range | Total sales | +| `=AVERAGE(B2:B10)` | Calculates the mean | Average grade | +| `=MAX(B2:B10)` | Returns the largest value | Highest score | +| `=MIN(B2:B10)` | Returns the smallest value | Lowest temperature | +| `=COUNT(B2:B10)` | Counts cells containing numbers | How many entries | +| `=COUNTA(B2:B10)` | Counts non-empty cells | How many responses | + +> 💡 **Teaching idea:** Build a gradebook together in class. Enter student names, assignment scores. Calculate total, average, highest, lowest. Students follow along step by step. + +### Diagram Ideas +1. **Excel Interface Labeled** — Screenshot with callouts: Name Box, Formula Bar, Column Headers, Row Numbers, Sheet Tabs, Active Cell. +2. **Cell Reference Anatomy** — Show that B3 = Column B, Row 3. Highlight the intersection. +3. **AutoFill Magic** — Before/after showing Jan, Feb → drag → Mar, Apr, May... +4. **Formula vs Value** — Split view showing what's displayed in the cell (result) vs what's in the Formula Bar (the formula). + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Spreadsheets: Where Data Comes Alive" | +| 2 | The Excel Interface — labeled screenshot | +| 3 | Workbook → Worksheet → Cell hierarchy | +| 4 | Entering Data — text, numbers, dates, AutoFill | +| 5 | Your First Formula — `=A1+A2`, why cell references matter | +| 6 | Order of Operations — PEMDAS in Excel | +| 7 | Essential Functions — SUM, AVERAGE, MAX, MIN, COUNT | +| 8 | Live Build: Class Gradebook | + +--- + +## Lecture 8: Formatting a Worksheet + +### Key Concepts + +**Cell Formatting** +- **Number Formats:** General, Number (decimal places), Currency ($), Percentage (%), Date, Text + - Formatting changes how a number LOOKS, not its actual value +- **Font:** Same options as Word — family, size, bold, italic, color +- **Alignment:** Horizontal (left, center, right) and Vertical (top, middle, bottom) +- **Merge & Center:** Combine cells for titles. Use sparingly — can cause issues with sorting/formulas. +- **Wrap Text:** Makes all content visible by expanding row height +- **Borders:** Add lines around cells for visual structure +- **Fill Color:** Background color for cells (use for headers, totals, emphasis) + +> 💡 **Design principle:** Format for readability. Bold headers, currency format for money, right-align numbers, consistent decimal places. A well-formatted spreadsheet tells its story at a glance. + +**Column & Row Operations** +- Resize: Drag borders or double-click to auto-fit +- Insert/Delete rows and columns +- Hide/Unhide (for temporary simplification) +- Freeze Panes: Keep headers visible while scrolling (View → Freeze Panes) + +**Conditional Formatting** +- Automatically format cells based on their values +- Examples: + - Highlight cells > 90 in green (A grades) + - Color scale from red (low) to green (high) + - Data bars showing relative magnitude + - Icon sets (arrows, traffic lights) + +> 💡 **Demo:** Apply conditional formatting to the gradebook. Scores above 90 → green. Below 60 → red. Instantly visual. + +**Cell References: Relative vs Absolute** +- **Relative (default):** `=A1` — adjusts when copied (A1 becomes A2, A3, etc.) +- **Absolute:** `=$A$1` — stays fixed when copied. The `$` locks the reference. +- **Mixed:** `=$A1` (column locked) or `=A$1` (row locked) +- **When do you need absolute?** When one cell is a constant used by many formulas (tax rate, conversion factor, etc.) + +> 💡 **Demo:** Create a price list with a tax rate in one cell. Write a formula to calculate tax. Copy it down — it breaks because the tax rate reference shifts. Fix it with `$`. Lightbulb moment. + +### Diagram Ideas +1. **Number Format Examples** — Same number (1234.5) shown as General, Number, Currency, Percentage, Date. +2. **Relative vs Absolute** — Show a formula being copied down: relative references shift, absolute stays fixed. Color-code which parts move. +3. **Conditional Formatting Gallery** — Examples of highlight rules, color scales, data bars, icon sets applied to sample data. +4. **Freeze Panes** — Before (headers scroll away) vs After (headers stay visible). + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Making Data Readable" | +| 2 | Number Formats — same value, different appearances | +| 3 | Cell Formatting — font, alignment, borders, fill | +| 4 | Merge & Center (and why not to overuse it) | +| 5 | Column/Row Operations — resize, insert, freeze panes | +| 6 | Conditional Formatting — highlight rules, color scales | +| 7 | Relative vs Absolute References — the `$` explained | +| 8 | Demo: Tax Calculator with absolute references | + +--- + +## Lecture 9: Finalizing a Worksheet — Charts & Output + +### Key Concepts + +**The IF Function** +- Logical test that returns one value if true, another if false +- Syntax: `=IF(condition, value_if_true, value_if_false)` +- Example: `=IF(B2>=60, "Pass", "Fail")` +- Can be nested but keep it simple at this level + +> 💡 **Teaching idea:** Add a Pass/Fail column to the gradebook using IF. Then try letter grades with nested IF (or introduce IFS if using newer Excel). + +**Charts** +Charts turn numbers into visual stories. Four main types for this course: + +| Chart Type | Best For | Example | +|-----------|---------|---------| +| **Column/Bar** | Comparing categories | Sales by product, scores by student | +| **Line** | Showing trends over time | Temperature over a week, stock price | +| **Pie** | Showing parts of a whole | Budget breakdown, market share | +| **Scatter (XY)** | Showing correlation between two variables | Study hours vs grade | + +**Creating a Chart** +1. Select the data (including headers) +2. Insert → Chart type +3. Chart appears on the worksheet + +**Chart Elements** +- **Title:** Descriptive (not just "Chart 1") +- **Axes:** X-axis (horizontal, categories) and Y-axis (vertical, values) +- **Legend:** Identifies data series by color +- **Data Labels:** Show exact values on chart elements +- **Gridlines:** Help read values from the axes + +> 💡 **Design tip:** Every chart should answer a question. "What sold the most?" → Bar chart. "Is it trending up?" → Line chart. "What's the biggest piece?" → Pie chart. Start with the question, then choose the chart. + +**Sorting & Filtering** +- **Sort:** Rearrange rows by a column's values (A→Z, Z→A, smallest→largest) +- **Filter:** Temporarily hide rows that don't match criteria (dropdown arrows on headers) +- **AutoFilter:** Home → Sort & Filter → Filter. Adds dropdowns to each column header. + +**Printing a Spreadsheet** +- Page Layout tab: Margins, Orientation, Size, Print Area +- Scale to Fit: shrink wide spreadsheets to fit on one page +- Print Titles: Repeat header row on every printed page +- Page Break Preview: See exactly where pages split +- Headers & Footers for printed pages + +### Diagram Ideas +1. **Chart Type Decision Tree** — "What do you want to show?" → Comparison? → Bar/Column. Trend? → Line. Composition? → Pie. Relationship? → Scatter. +2. **Chart Anatomy** — Labeled chart showing title, axes, legend, data labels, gridlines. +3. **Sort vs Filter** — Before/after examples. Sort rearranges. Filter hides. +4. **Print Setup Checklist** — Visual guide: set print area → choose orientation → add print titles → preview. + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Telling Stories with Data" | +| 2 | The IF Function — syntax and gradebook example | +| 3 | Chart Types — when to use each (decision tree) | +| 4 | Creating a Chart — step-by-step | +| 5 | Chart Anatomy — labeled example | +| 6 | Chart Design Tips — title, labels, clean layout | +| 7 | Sorting & Filtering — demo | +| 8 | Printing — Page Layout, Print Titles, Preview | + +--- + +## Vocabulary + +| Term | Definition | +|------|-----------| +| **Workbook** | An Excel file (.xlsx) containing one or more worksheets | +| **Worksheet / Sheet** | A single page/tab within a workbook; a grid of cells | +| **Cell** | The intersection of a row and column; the basic unit of a spreadsheet | +| **Cell Reference** | The address of a cell using its column letter and row number (e.g., B3) | +| **Range** | A group of cells identified by the reference of the upper-left and lower-right cells (e.g., A1:C10) | +| **Formula** | An expression that calculates a value, starting with `=` | +| **Function** | A predefined formula (e.g., SUM, AVERAGE, IF) | +| **AutoFill** | Feature that extends a pattern or series by dragging the fill handle | +| **Fill Handle** | The small square at the bottom-right corner of the selected cell | +| **Relative Reference** | A cell reference that adjusts when a formula is copied (default behavior) | +| **Absolute Reference** | A cell reference that stays fixed when copied, using `$` (e.g., `$A$1`) | +| **SUM** | Function that adds all values in a range | +| **AVERAGE** | Function that calculates the arithmetic mean of a range | +| **MAX / MIN** | Functions that return the largest / smallest value in a range | +| **COUNT** | Function that counts the number of cells containing numbers | +| **IF** | Logical function that tests a condition and returns different values for true/false | +| **Conditional Formatting** | Rules that automatically change cell appearance based on cell values | +| **Chart / Graph** | Visual representation of data | +| **Axis** | The horizontal (X) or vertical (Y) reference line on a chart | +| **Legend** | A key that identifies the data series in a chart | +| **Sort** | Rearranging data in order (alphabetical, numerical, by date) | +| **Filter** | Temporarily hiding rows that don't meet specified criteria | +| **Freeze Panes** | Keeping rows or columns visible while scrolling through the rest of the sheet | +| **Print Area** | The specific range of cells designated to be printed | +| **Number Format** | The display style of a number (Currency, Percentage, Date, etc.) | + +--- + +## Activities & Assignments + +### In-Class +1. **Gradebook Build-Along:** Instructor builds a gradebook from scratch; students follow. Enter names, scores, calculate totals, averages, IF for pass/fail. Format it. Add a chart. +2. **Formula Challenge:** Worksheet with 15 progressively harder formula/function problems. Start with `=A1+A2`, end with nested IF. +3. **Chart Makeover:** Give students an ugly, misleading chart. They identify what's wrong and recreate it properly. + +### Homework / Projects +1. **Personal Budget Spreadsheet:** Track one month of income and expenses. Categories in column A, amounts in B. Use SUM for totals, pie chart for expense breakdown, conditional formatting for overspending. Format as currency. +2. **Data Analysis Exercise:** Provide a dataset (e.g., class survey results, weather data, fictional sales). Students must: sort and filter, calculate summary statistics (SUM, AVERAGE, MAX, MIN), create 2 charts, write a paragraph interpreting what the data shows. +3. **IF Function Practice:** Worksheet of scenarios requiring IF formulas (grading scale, shipping cost tiers, discount eligibility). + +--- + +## Discussion Questions +1. Why are spreadsheets one of the most-used tools in business? What makes them so versatile? +2. What's the danger of formatting a number as Currency vs actually being Currency? (Hint: display vs value) +3. When would a pie chart be misleading? (Too many slices, values don't add to 100%, 3D distortion) +4. You're handed a spreadsheet with 10,000 rows. What's the first thing you'd do to make sense of it? diff --git a/16wk-week-10-11-presentations.md b/16wk-week-10-11-presentations.md new file mode 100644 index 0000000..60aa617 --- /dev/null +++ b/16wk-week-10-11-presentations.md @@ -0,0 +1,199 @@ +# Weeks 10–11: Presentations (Microsoft PowerPoint) +**Hours:** 4 (2 lectures) + +--- + +## Learning Objectives +- Create a presentation using blank slides and templates +- Add and format text, images, shapes, and SmartArt +- Apply themes, layouts, and slide masters for consistency +- Use transitions and animations purposefully +- Add speaker notes and use Presenter View +- Deliver an effective presentation (design principles + delivery tips) + +--- + +## Lecture 10: Creating a Presentation + +### Key Concepts + +**The PowerPoint Interface** +- **Slide Panel (left):** Thumbnail navigation of all slides +- **Slide Pane (center):** The main editing area +- **Notes Pane (bottom):** Speaker notes — visible to presenter, not audience +- **Views:** Normal, Slide Sorter, Reading View, Slide Show +- **Ribbon:** Similar to Word — Home, Insert, Design, Transitions, Animations, Slide Show + +**Slides & Layouts** +- Each slide has a **layout** (Title Slide, Title and Content, Two Content, Blank, etc.) +- Layouts contain **placeholders** — predefined areas for title, subtitle, content, images +- Use layouts instead of placing text boxes manually → maintains consistency + +**Adding Content** +- **Text:** Click in placeholder and type. Or Insert → Text Box for custom placement. +- **Images:** Insert → Pictures. Use high-quality, relevant images. Avoid clip art clichés. +- **Shapes:** Insert → Shapes. Useful for diagrams, callouts, process flows. +- **SmartArt:** Insert → SmartArt. Pre-built diagrams: lists, processes, cycles, hierarchies. + - Great for: organizational charts, step-by-step processes, comparison layouts +- **Icons:** Insert → Icons. Clean, modern visual elements. +- **Tables & Charts:** Can embed Excel-style tables and charts directly in slides. +- **Video/Audio:** Insert → Video (from file or online). Insert → Audio. + +> 💡 **Teaching idea:** Show the same information presented as (a) a bullet list, (b) SmartArt, and (c) an image with minimal text. Ask which is most engaging and why. + +**Themes & Design** +- **Theme:** A coordinated set of colors, fonts, and effects applied to all slides +- **Design Tab → Themes:** Browse and apply +- **Variants:** Color variations within a theme +- **Slide Master (View → Slide Master):** Edit the template behind all slides. Change the master → changes all slides at once. Powerful for branding/consistency. + +> 💡 **Design principle:** Pick ONE theme and stick with it. Mixing themes = visual chaos. If the built-in themes don't work, start with a blank and build your own look. + +**Speaker Notes** +- Type notes in the Notes pane below each slide +- Only visible in Presenter View (not to the audience) +- Use for: key points, transition phrases, timing reminders +- "If your slides need you to read them aloud, they have too much text." + +### Diagram Ideas +1. **PowerPoint Interface** — Labeled screenshot: Slide Panel, Slide Pane, Notes Pane, Ribbon, Status Bar. +2. **Slide Layouts Gallery** — Show 6 common layouts with names. +3. **SmartArt Showcase** — 4 examples: List, Process, Cycle, Hierarchy — each with sample content. +4. **Theme Anatomy** — Show how one theme applies consistent colors, fonts, and backgrounds across multiple slide types. + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Presenting Your Ideas" | +| 2 | The PowerPoint Interface — labeled | +| 3 | Slide Layouts — when to use each | +| 4 | Adding Content — text, images, shapes, SmartArt | +| 5 | SmartArt Demo — same info as bullets vs SmartArt | +| 6 | Themes — applying and customizing | +| 7 | Speaker Notes — what they are, why they matter | +| 8 | Activity: Create your first 5 slides | + +--- + +## Lecture 11: Finalizing a Presentation + +### Key Concepts + +**Transitions** +- Visual effects when moving from one slide to the next +- Applied per-slide or to all slides +- Options: None, Fade, Push, Wipe, Morph (modern and elegant) +- **Rule of thumb:** Use ONE transition type throughout. Subtle is better. +- Timing: can advance on click or after set seconds (auto-advance for kiosks) + +> ⚠️ **Common mistake:** Students use a different flashy transition on every slide. This distracts from the content. Fade or Morph for the whole deck is almost always the right choice. + +**Animations** +- Effects applied to individual objects ON a slide +- Four types: + - **Entrance:** Object appears (Fade In, Fly In, Zoom) + - **Emphasis:** Object changes while visible (Pulse, Grow/Shrink, Spin) + - **Exit:** Object disappears (Fade Out, Fly Out) + - **Motion Path:** Object moves along a defined path +- **Animation Pane:** Manage order and timing of all animations on a slide +- Use to reveal information step by step (bullet by bullet, chart by series) + +> 💡 **Guideline:** Animations should serve a purpose. "Does this animation help the audience understand the content?" If not, cut it. + +**Slide Show Delivery** +- **Start Show:** F5 (from beginning) or Shift+F5 (from current slide) +- **Presenter View:** Shows current slide, next slide, speaker notes, timer — on YOUR screen. Audience sees only the slide. Requires two displays (laptop + projector). +- **Navigation:** Arrow keys, click to advance. Press B for black screen (pause). Press W for white screen. +- **Laser pointer:** Hold Ctrl + click during slide show +- **Pen/Highlighter:** Right-click during show → Pointer Options + +**Presentation Design Principles** +The difference between a good and bad presentation: + +| Bad Practice | Good Practice | +|-------------|--------------| +| Wall of text (read aloud) | Key phrases + speak the details | +| Tiny font (< 24pt) | 28pt+ body, 36pt+ titles | +| Too many colors/fonts | 2-3 colors, 1-2 fonts | +| Bullet after bullet after bullet | Mix: images, diagrams, minimal text | +| Reading from slides | Slides support you; notes remind you | +| Clipart and word art | Clean images, icons, white space | + +> 💡 **The 6×6 Rule (guideline):** No more than 6 bullet points per slide, no more than 6 words per bullet. Forces conciseness. + +> 💡 **Teaching idea:** Show a "Death by PowerPoint" slide (wall of text, tiny font, clashing colors, random animations). Then show the same content redesigned. Discuss what changed and why it's better. + +**Exporting & Sharing** +- Save as .pptx (editable) or .pdf (flat, share-friendly) +- File → Export → Create a Video (useful for pre-recorded presentations) +- Share via OneDrive for collaboration + +### Diagram Ideas +1. **Transition vs Animation** — Clarify: transitions happen BETWEEN slides; animations happen to objects WITHIN a slide. +2. **The 6×6 Rule** — Visual: bad slide with 10 dense bullets vs good slide with 5 short phrases + an image. +3. **Presenter View Layout** — Screenshot showing what the presenter sees (current slide, next slide, notes, timer) vs what the audience sees. +4. **Design Do's and Don'ts** — Side-by-side bad vs good slide examples. + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Polish & Deliver" | +| 2 | Transitions — types, best practices, "pick one and stick with it" | +| 3 | Animations — four types, when to use them | +| 4 | "Does This Animation Help?" — decision filter | +| 5 | Presenter View — what you see vs what they see | +| 6 | Design Principles — the 6×6 rule, font sizes, white space | +| 7 | Bad vs Good: Slide Makeover (before/after) | +| 8 | Delivery Tips — eye contact, pacing, the B key | +| 9 | Activity: Presentation Prep | + +--- + +## Vocabulary + +| Term | Definition | +|------|-----------| +| **Slide** | A single page/screen in a presentation | +| **Slide Layout** | A pre-arranged structure of placeholders on a slide | +| **Placeholder** | A pre-positioned box on a slide layout for text, images, or other content | +| **Theme** | A coordinated set of colors, fonts, and effects applied to a presentation | +| **Slide Master** | The top-level slide template that controls formatting for all slides | +| **SmartArt** | Pre-designed diagrams for lists, processes, hierarchies, and relationships | +| **Transition** | A visual effect that plays when moving from one slide to the next | +| **Animation** | A visual effect applied to an individual object within a slide | +| **Entrance Animation** | Makes an object appear on a slide | +| **Exit Animation** | Makes an object disappear from a slide | +| **Motion Path** | An animation that moves an object along a defined route | +| **Animation Pane** | Panel for managing the order and timing of animations on a slide | +| **Presenter View** | A display mode showing the current slide, next slide, notes, and timer (presenter only) | +| **Speaker Notes** | Text notes associated with each slide, visible in Presenter View | +| **6×6 Rule** | Guideline: ≤6 bullets per slide, ≤6 words per bullet | +| **White Space** | Intentionally empty areas in a design that improve readability and focus | + +--- + +## Activities & Assignments + +### In-Class +1. **"Death by PowerPoint" Makeover:** Give students an intentionally terrible 5-slide presentation. They redesign it following good design principles. +2. **SmartArt Translation:** Provide a paragraph of text describing a process (e.g., how a bill becomes a law). Students represent it as SmartArt. +3. **Presentation Delivery Practice:** Students present 2-3 slides to a partner using Presenter View. Partner gives feedback on: eye contact, pacing, reliance on notes. + +### Homework / Projects +1. **5-Minute Presentation:** Choose a topic (hobby, career interest, current event, or a concept from this course). Create a 7-10 slide presentation with: + - Title slide with name and date + - At least one image, one SmartArt or shape diagram, and one chart/table + - Consistent theme + - Speaker notes on every slide + - One tasteful transition applied to all slides + - Export as PDF for submission; present live in class. + +2. **Design Critique (1 page):** Find a real presentation online (SlideShare, Google). Identify 3 things done well and 3 things that could improve, using design principles from class. + +--- + +## Discussion Questions +1. Why do people hate sitting through PowerPoint presentations? What makes them boring vs engaging? +2. "The slides are for the audience. The notes are for you." What does this mean in practice? +3. When would auto-advancing slides (timed transitions) be appropriate vs click-to-advance? +4. A colleague sends you a 40-slide presentation for a 10-minute talk. What's your advice? diff --git a/16wk-week-12-14-databases.md b/16wk-week-12-14-databases.md new file mode 100644 index 0000000..1e1cab8 --- /dev/null +++ b/16wk-week-12-14-databases.md @@ -0,0 +1,260 @@ +# Weeks 12–14: Databases (Microsoft Access) +**Hours:** 6 (3 lectures) + +--- + +## Learning Objectives +- Explain what a database is and why databases exist +- Distinguish between flat files (spreadsheets) and relational databases +- Create a database with tables, define fields and data types +- Enter, edit, and delete records +- Create and use forms for data entry +- Build queries to retrieve specific data +- Generate reports for presenting data +- Understand basic concepts: primary keys, relationships, data types + +--- + +## Lecture 12: What Is a Database? / Creating Tables + +### Key Concepts + +**Why Databases?** +Start with the problem spreadsheets can't solve well: + +> 💡 **Scenario:** A college needs to track students, courses, and enrollments. In a spreadsheet, you'd repeat student info (name, address, phone) on every row where they're enrolled. One student in 5 classes = 5 copies of their address. What if they move? You update 5 rows. Miss one? Data is inconsistent. + +A **database** solves this by storing each piece of information ONCE and linking related data together. + +**Database Terminology** +- **Database:** An organized collection of structured data +- **Table:** A collection of related records (like a spreadsheet, but smarter) +- **Record (Row):** One complete entry (one student, one product, one order) +- **Field (Column):** One attribute of a record (name, phone number, grade) +- **Primary Key:** A unique identifier for each record (Student ID, Order #) + - No two records can have the same primary key + - Usually a number or auto-generated ID + +> 💡 **Analogy:** A database is like a well-organized filing system. Each drawer (table) holds a type of document. Each folder (record) is one item. Each tab in the folder (field) is one piece of info. The label on the folder (primary key) is unique — no two folders have the same label. + +**Flat File vs Relational Database** +| Feature | Spreadsheet (Flat File) | Database (Relational) | +|---------|----------------------|---------------------| +| Data stored | All in one table | Multiple linked tables | +| Redundancy | High (data repeated) | Low (data stored once) | +| Data integrity | Error-prone | Enforced by rules | +| Good for | Small, simple datasets | Large, complex, shared data | +| Example | Personal budget | College enrollment system | + +**Data Types** +Every field has a data type that controls what can be entered: + +| Data Type | What It Stores | Example | +|-----------|---------------|---------| +| Short Text | Text up to 255 characters | Name, City, State | +| Long Text | Longer text (memos, notes) | Description, Comments | +| Number | Numeric values | Age, Quantity | +| Currency | Money values | Price, Salary | +| Date/Time | Dates and/or times | BirthDate, OrderDate | +| Yes/No | Boolean (true/false) | Enrolled?, Active? | +| AutoNumber | Auto-incrementing unique ID | StudentID, OrderID | + +**Creating a Table in Access** +1. Open Access → Blank Database → Name it +2. Table Design View: Define field names, data types, descriptions +3. Set the Primary Key (usually an AutoNumber field) +4. Save the table with a descriptive name (tblStudents, tblCourses) +5. Switch to Datasheet View to enter data + +> 💡 **Naming convention tip:** Prefix table names with "tbl", queries with "qry", forms with "frm", reports with "rpt". Keeps the Navigation Pane organized. + +### Diagram Ideas +1. **Spreadsheet vs Database** — Left: spreadsheet with repeated student data across rows. Right: two linked tables (Students, Enrollments) with no repetition. +2. **Database Anatomy** — Visual showing Database → Tables → Records → Fields → Values. +3. **Primary Key Concept** — Table with highlighted primary key column; show that each value is unique. +4. **Data Types Reference Card** — Visual grid of each type with icon and example. + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Databases: Organized Information" | +| 2 | The Problem with Spreadsheets — duplicate data scenario | +| 3 | What Is a Database? — key terminology | +| 4 | Flat File vs Relational — comparison table | +| 5 | Tables, Records, Fields, Primary Keys — visual breakdown | +| 6 | Data Types — reference chart | +| 7 | Demo: Create a table in Design View | +| 8 | Naming Conventions — tbl, qry, frm, rpt | + +--- + +## Lecture 13: Forms & Queries + +### Key Concepts + +**Relationships (brief intro)** +- Tables can be **related** through shared fields +- Example: tblStudents has StudentID. tblEnrollments has StudentID + CourseID. The StudentID field links them. +- **One-to-Many:** One student → many enrollments. One course → many enrollments. +- Relationships enforce **referential integrity** — can't enroll a student that doesn't exist. + +> 💡 **Visual:** Draw two tables on the board with a line connecting the shared field. This is the foundation of relational thinking. + +**Forms** +- A user-friendly interface for entering and viewing data (instead of raw table view) +- **Create → Form:** Auto-generates a form from a table +- **Form Design View:** Customize layout, add labels, controls, colors +- Forms can include: + - Text boxes (bound to fields) + - Drop-down lists (combo boxes) — limit input to valid choices + - Buttons (for navigation, saving) +- **Why forms?** Reduce data entry errors, look professional, can hide complexity. + +> 💡 **Teaching idea:** Show data entry in Datasheet View vs a Form. The form is immediately more intuitive and less error-prone. "This is what real database applications look like." + +**Queries** +Queries ask questions of your data. They're the power of databases. + +- **Select Query:** Retrieve specific records and fields + - "Show me all students from Gilroy" + - "Show me all orders over $100" +- **Query Design View:** Drag fields, set criteria, choose sort order +- **Criteria Operators:** + - `= "Gilroy"` — exact match + - `> 100` — greater than + - `Like "S*"` — starts with S (wildcard) + - `Between #1/1/2024# And #12/31/2024#` — date range + - `Is Not Null` — field is not empty +- **Calculated Fields:** Create new fields in queries + - Example: `TotalPrice: [Quantity]*[UnitPrice]` +- **Sorting:** A→Z, Z→A, smallest→largest within the query +- **Multiple criteria:** AND (same row in QBE grid) vs OR (different rows) + +> 💡 **Demo:** Using the student/enrollment tables, query: "Show me all students enrolled in CSIS 1 who live in Gilroy." Build it step by step in Design View. + +### Diagram Ideas +1. **One-to-Many Relationship** — tblStudents (one) linked to tblEnrollments (many) with a line and 1→∞ symbols. +2. **Form vs Datasheet** — Side-by-side: messy datasheet view vs clean, labeled form. +3. **Query Design View Explained** — Annotated screenshot: field row, table row, sort row, show checkbox, criteria row. +4. **AND vs OR in Criteria** — Visual: two conditions on same row = both must be true (AND). Two conditions on different rows = either can be true (OR). + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Asking Questions of Your Data" | +| 2 | Relationships — linking tables, one-to-many | +| 3 | Forms — why they exist, auto-generate demo | +| 4 | Form vs Datasheet — side-by-side | +| 5 | What Is a Query? — asking questions | +| 6 | Query Criteria — operators and examples | +| 7 | Wildcards and Ranges — Like, Between | +| 8 | Calculated Fields — building expressions | +| 9 | Demo: Multi-criteria query | + +--- + +## Lecture 14: Reports & Database Review + +### Key Concepts + +**Reports** +- Formatted, printable output from tables or queries +- **Create → Report:** Auto-generates from selected table/query +- **Report Design View:** Customize layout, grouping, totals +- Report sections: Report Header/Footer, Page Header/Footer, Detail (repeated per record), Group Header/Footer +- **Grouping:** Organize records by a field (group by city, by course, by date) +- **Summary calculations:** Sum, Count, Average in group footers or report footer + +> 💡 **Example:** Generate a report of all students grouped by major, with a count of students per major and a grand total at the bottom. + +**Putting It All Together** +The database workflow: +1. **Design tables** with proper fields, data types, and primary keys +2. **Define relationships** between tables +3. **Enter data** via forms (user-friendly) +4. **Ask questions** with queries (retrieve/analyze) +5. **Present results** with reports (formatted output) + +> 💡 **Teaching idea:** Walk through a complete mini-project: a small business inventory database. Create tables (Products, Categories, Orders), enter data via forms, query for low-stock items, generate an inventory report. + +**Data Integrity Best Practices** +- Always use a primary key +- Use appropriate data types (don't store phone numbers as Number — use Text to preserve leading zeros and formatting) +- Use input masks for formatted fields (phone: (###) ###-####) +- Set required fields where data must be entered +- Use validation rules (e.g., grade must be between 0 and 100) +- Use lookup fields / combo boxes to limit choices to valid entries + +### Diagram Ideas +1. **Database Workflow** — Flow diagram: Design Tables → Define Relationships → Enter Data (Forms) → Query Data → Generate Reports. +2. **Report Anatomy** — Labeled report showing header, page header, group header, detail rows, group footer with subtotal, report footer with grand total. +3. **Complete Database Example** — Entity diagram showing 3 tables with relationships (e.g., Customers → Orders → Products). + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Reports & Big Picture" | +| 2 | What Are Reports? — formatted printable output | +| 3 | Creating a Report — auto-generate and customize | +| 4 | Grouping & Totals — organizing report data | +| 5 | The Database Workflow — design → forms → queries → reports | +| 6 | Data Integrity — rules and best practices | +| 7 | Phone Numbers as Text — a common gotcha | +| 8 | Review: Databases vs Spreadsheets — when to use each | + +--- + +## Vocabulary + +| Term | Definition | +|------|-----------| +| **Database** | An organized collection of structured data, typically stored and accessed electronically | +| **Table** | A structure that stores data in rows (records) and columns (fields) | +| **Record** | A single row in a table; one complete entry | +| **Field** | A single column in a table; one attribute of a record | +| **Primary Key** | A unique identifier for each record in a table | +| **Data Type** | The kind of data a field can hold (Text, Number, Date, etc.) | +| **Relational Database** | A database where tables are connected through shared fields (relationships) | +| **Relationship** | A connection between two tables based on a common field | +| **One-to-Many** | A relationship where one record in Table A relates to multiple records in Table B | +| **Referential Integrity** | A rule ensuring relationships between tables remain consistent | +| **Form** | A user-friendly interface for entering and viewing data in a table | +| **Query** | A request for specific data from a database; retrieves records matching criteria | +| **Criteria** | Conditions that filter which records a query returns | +| **Wildcard** | A character (like `*`) used in criteria to match any sequence of characters | +| **Calculated Field** | A field in a query that computes a value from other fields | +| **Report** | A formatted, printable presentation of data from tables or queries | +| **Grouping** | Organizing report records by the values in a specified field | +| **Flat File** | A database consisting of a single table (like a spreadsheet) | +| **Input Mask** | A pattern that controls how data is entered in a field (e.g., phone number format) | +| **Validation Rule** | A condition that data must meet to be accepted into a field | +| **AutoNumber** | A data type that automatically generates a unique sequential number | +| **Combo Box** | A form control that provides a dropdown list of valid choices | + +--- + +## Activities & Assignments + +### In-Class +1. **Table Design Exercise:** Given a scenario (library, pizza shop, or student club), design the tables: identify fields, choose data types, select primary keys, and identify relationships. +2. **Query Challenge:** Provide a populated database. Students answer 10 questions by building queries (e.g., "Which products cost more than $50?" "How many customers are from California?"). +3. **Form & Report Walkthrough:** Build a form and report together from the same data. + +### Homework / Projects +1. **Mini-Database Project:** Design and build a small database for a chosen scenario (personal media collection, recipe book, fitness tracker, small business). Requirements: + - At least 2 related tables + - 10+ records per table + - 1 form for data entry + - 2 queries (one with criteria, one with a calculated field) + - 1 grouped report with totals + - Brief write-up explaining the design decisions + +2. **Real-World Database Hunt (1 page):** Identify 3 databases you interact with in daily life (banking, social media, school enrollment, online shopping). For each: what tables might it have? What would the primary keys be? How are they related? + +--- + +## Discussion Questions +1. Your boss asks you to track inventory in a spreadsheet. At what point should you move to a database? +2. Why do we need primary keys? What happens if two records have identical information in every field? +3. A database stores your health records, purchase history, and location data. What are the benefits and risks? +4. Why is it a mistake to store a phone number as a Number data type? diff --git a/16wk-week-15-16-networks.md b/16wk-week-15-16-networks.md new file mode 100644 index 0000000..d787349 --- /dev/null +++ b/16wk-week-15-16-networks.md @@ -0,0 +1,225 @@ +# Weeks 15–16: Networks, Email, and the Web +**Hours:** 4 (2 lectures) + +--- + +## Learning Objectives +- Explain what a computer network is and why they exist +- Describe the basic components of a network (routers, switches, modems, access points) +- Distinguish between LAN, WAN, and the Internet +- Explain how the Internet works at a high level (IP addresses, DNS, HTTP/HTTPS) +- Use email effectively and professionally +- Navigate the web with understanding (URLs, browsers, search engines) +- Evaluate online information for credibility + +--- + +## Lecture 15: Networks & the Internet + +### Key Concepts + +**What Is a Network?** +Two or more devices connected to share resources and communicate. + +> 💡 **Analogy:** A network is like a postal system. Every device has an address. Routers are like post offices — they figure out where to send things. Cables (or Wi-Fi) are the roads. + +**Types of Networks** +| Type | Scope | Example | +|------|-------|---------| +| **PAN** (Personal Area Network) | Within reach of a person | Bluetooth earbuds ↔ phone | +| **LAN** (Local Area Network) | One building or campus | Home Wi-Fi, office network | +| **WAN** (Wide Area Network) | Multiple locations, large area | Company offices across cities | +| **The Internet** | Global | Worldwide network of networks | + +**Network Hardware** +- **Modem:** Connects your home network to your ISP (Internet Service Provider). Translates signals. +- **Router:** Directs traffic between devices and between your network and the Internet. Assigns local IP addresses. +- **Switch:** Connects multiple devices on a LAN. Smarter than a hub — sends data only where it needs to go. +- **Wireless Access Point (WAP):** Provides Wi-Fi connectivity. +- **NIC (Network Interface Card):** Hardware in your device that connects to the network (built-in on modern devices). +- **Ethernet Cable (RJ-45):** Wired connection. Faster and more reliable than Wi-Fi. + +> 💡 **Home network walkthrough:** "At home, your ISP brings the Internet to your modem. The modem connects to your router. Your router creates your home network and shares the Internet with your devices via Wi-Fi or Ethernet." + +**How the Internet Works** +- **IP Address:** A unique address for every device on a network (like a street address) + - IPv4: 192.168.1.1 (four numbers, 0-255) + - IPv6: Longer format for the modern era (we ran out of IPv4 addresses) + - **Public IP** (your home's address to the world) vs **Private IP** (each device inside your home) +- **DNS (Domain Name System):** Translates human-readable names to IP addresses + - You type `google.com` → DNS looks up `142.250.80.46` → your browser connects + - DNS = "the phone book of the Internet" +- **HTTP / HTTPS:** Protocol for transferring web pages + - HTTP = unencrypted (anyone can read the data in transit) + - HTTPS = encrypted with SSL/TLS (look for the padlock 🔒) + - Always look for HTTPS on login pages and when entering personal info + +**How Data Travels: Packets** +- Data is broken into small **packets** +- Each packet is labeled with source and destination addresses +- Packets may take different routes and are reassembled at the destination +- Protocols (TCP/IP) ensure all packets arrive and are in the right order + +> 💡 **Analogy:** Sending a large book by mail. You tear out each page, put it in a separate envelope with a page number, and mail them. Some might go through different post offices. The receiver puts them back in order. + +**Wired vs Wireless** +| Feature | Wired (Ethernet) | Wireless (Wi-Fi) | +|---------|-----------------|-----------------| +| Speed | Faster (up to 10 Gbps) | Slower (varies, typically 100-1000 Mbps) | +| Reliability | More stable | Can have interference | +| Mobility | Fixed location | Move freely | +| Security | Harder to intercept | Needs encryption (WPA3) | +| Setup | Cables required | No cables | + +### Diagram Ideas +1. **Home Network Diagram** — ISP → Modem → Router → (Wi-Fi to laptop, phone, tablet) + (Ethernet to desktop, smart TV). Label each component. +2. **How DNS Works** — Flow: User types URL → Browser asks DNS → DNS returns IP → Browser connects to server → Page loads. +3. **Data Packets Journey** — Illustration: Message split into packets, each taking different paths, reassembled at destination. +4. **LAN vs WAN vs Internet** — Nested circles: PAN inside LAN inside WAN inside Internet. + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Connected: Networks & the Internet" | +| 2 | What Is a Network? — definition + postal analogy | +| 3 | Types: PAN → LAN → WAN → Internet | +| 4 | Network Hardware — labeled home network diagram | +| 5 | IP Addresses — your device's address | +| 6 | DNS — the Internet's phone book | +| 7 | HTTP vs HTTPS — the padlock matters | +| 8 | How Data Travels — packets explained | +| 9 | Wired vs Wireless — comparison | + +--- + +## Lecture 16: Email & the World Wide Web + +### Key Concepts + +**Email Fundamentals** +- **Email address format:** username@domain.com +- **Protocols:** SMTP (sending), IMAP/POP3 (receiving) — mention briefly, don't belabor +- **Components of an email:** + - **To:** Primary recipient(s) + - **CC:** Carbon copy — others who should see it + - **BCC:** Blind carbon copy — hidden recipients + - **Subject:** Brief, descriptive summary + - **Body:** The message + - **Attachments:** Files sent with the email + - **Signature:** Auto-appended closing info (name, title, contact) + +**Professional Email Etiquette** +- Use a clear, specific subject line (not "Hi" or "Question") +- Address the recipient appropriately +- Be concise and use proper grammar +- Don't use ALL CAPS (reads as shouting) +- Be careful with Reply All — does everyone need to see your response? +- Review before sending (especially attachments — are they actually attached?) +- BCC for mass emails to protect recipients' privacy +- Don't forward chain emails, jokes, or unverified information + +> 💡 **Teaching idea:** Show two versions of the same email — one casual/sloppy, one professional. Which would you trust? Which would get a response? + +**Managing Email** +- Inbox Zero concept: process, respond, archive, or delete +- Folders/Labels for organization +- Stars/Flags for follow-up +- Spam/Junk: what it is, how filters work, why you shouldn't click links in suspicious emails + +**The World Wide Web** +- The Web ≠ the Internet. The Internet is the infrastructure. The Web is a service that runs on it (like email, streaming, gaming). +- **Web Browser:** Software for viewing web pages (Chrome, Firefox, Edge, Safari) +- **URL (Uniform Resource Locator):** The address of a web page + - `https://www.gavilan.edu/academic/csis/index.php` + - Protocol → Domain → Path +- **Search Engine:** Tool for finding information (Google, Bing, DuckDuckGo) + - Search engines ≠ the Internet. They're a tool for finding things on it. + +**Evaluating Online Information (CRAAP Test)** +| Criterion | Question to Ask | +|-----------|----------------| +| **Currency** | When was this published or updated? | +| **Relevance** | Does this relate to my topic? | +| **Authority** | Who wrote it? Are they credible? | +| **Accuracy** | Is it supported by evidence? Can you verify it elsewhere? | +| **Purpose** | Why does this exist? To inform, sell, persuade, entertain? | + +> 💡 **Activity:** Give students 3 sources on the same topic — a peer-reviewed article, a blog post, and a satirical news article. Have them evaluate each using the CRAAP test. + +**Web 2.0 & Cloud Services** +- Social media, wikis, blogs, user-generated content +- Cloud applications: Google Docs, Microsoft 365 online, Canva +- Collaboration: real-time editing, sharing, commenting + +### Diagram Ideas +1. **Email Anatomy** — Labeled email showing To, CC, BCC, Subject, Body, Attachment icon, Signature. +2. **URL Breakdown** — `https://www.example.com/products/shoes.html` with labeled parts: protocol, subdomain, domain, path, page. +3. **Internet vs Web** — Venn-style: Internet = infrastructure (email, gaming, streaming, web). Web = one service on the Internet. +4. **CRAAP Test Infographic** — One-page visual reference for evaluating sources. + +### Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Email & the Web" | +| 2 | Email Anatomy — labeled example | +| 3 | Professional vs Unprofessional Email — side-by-side | +| 4 | Email Etiquette Rules — top 5 | +| 5 | Web vs Internet — they're not the same | +| 6 | URL Anatomy — breaking down an address | +| 7 | Search Engine Tips — quotation marks, minus sign, site: operator | +| 8 | CRAAP Test — evaluating sources | +| 9 | Activity: Evaluate 3 sources | + +--- + +## Vocabulary + +| Term | Definition | +|------|-----------| +| **Network** | Two or more connected devices that can share resources and communicate | +| **LAN (Local Area Network)** | A network covering a small area like a home, office, or building | +| **WAN (Wide Area Network)** | A network spanning a large geographic area, connecting multiple LANs | +| **Internet** | The global network connecting millions of networks worldwide | +| **ISP (Internet Service Provider)** | A company that provides Internet access (Comcast, AT&T, etc.) | +| **Modem** | Device that connects a home network to the ISP | +| **Router** | Device that directs network traffic and connects devices to the Internet | +| **Switch** | Device that connects multiple devices on a LAN | +| **IP Address** | A unique numerical address assigned to every device on a network | +| **DNS (Domain Name System)** | Service that translates domain names (google.com) into IP addresses | +| **HTTP / HTTPS** | Protocols for transferring web pages; HTTPS adds encryption | +| **Packet** | A small unit of data transmitted over a network | +| **TCP/IP** | The foundational protocol suite for Internet communication | +| **Wi-Fi** | Wireless networking technology based on radio waves | +| **Ethernet** | Wired networking technology using cables (RJ-45 connectors) | +| **Bandwidth** | The maximum data transfer rate of a network connection | +| **Email** | Electronic mail; messages sent between users via the Internet | +| **SMTP** | Protocol for sending email | +| **CC / BCC** | Carbon Copy (visible to all) / Blind Carbon Copy (hidden from others) | +| **URL (Uniform Resource Locator)** | The address of a resource on the web | +| **Web Browser** | Software for accessing and viewing web pages | +| **Search Engine** | A tool for finding information on the web (Google, Bing) | +| **CRAAP Test** | Framework for evaluating information: Currency, Relevance, Authority, Accuracy, Purpose | +| **Cloud Computing** | Delivering computing services over the Internet (storage, apps, processing) | +| **Spam** | Unsolicited bulk email, often commercial or malicious | + +--- + +## Activities & Assignments + +### In-Class +1. **Network Diagram Drawing:** Students draw their home network from memory, then compare with a partner. Identify modem, router, and connected devices. +2. **Professional Email Workshop:** Write a professional email for a given scenario (emailing a professor about a missed class, applying for a job, requesting information). Peer review. +3. **Source Evaluation:** Three sources on "Are video games harmful?" — evaluate each with the CRAAP test. Class discussion on which is most credible and why. + +### Homework +1. **"How Does Netflix Get to My TV?" (1 page):** Trace the journey of a video from Netflix's servers to your screen. Mention: Internet, ISP, modem, router, Wi-Fi/Ethernet, streaming protocol. Use the terms from class. +2. **Email Etiquette Scenarios:** Given 5 email situations, write appropriate subject lines and opening sentences. Identify when to use CC vs BCC. +3. **Search Engine Challenge:** Answer 5 research questions using advanced search techniques (quotes, site:, minus sign, date filters). Document the search strategy used for each. + +--- + +## Discussion Questions +1. If DNS stopped working tomorrow, what would happen? Could you still use the Internet? +2. Why does HTTPS matter? What could happen on an unencrypted connection? +3. Is email "private"? Who might be able to read your emails? (ISP, employer, government, hackers) +4. Your grandparent shares a health article on Facebook. How would you evaluate whether to trust it? diff --git a/16wk-week-17-security.md b/16wk-week-17-security.md new file mode 100644 index 0000000..96afb92 --- /dev/null +++ b/16wk-week-17-security.md @@ -0,0 +1,211 @@ +# Week 17: Safety, Privacy, and Security +**Hours:** 2 (1 lecture) + +--- + +## Learning Objectives +- Identify common cybersecurity threats (malware, phishing, social engineering) +- Create and manage strong passwords +- Explain the importance of software updates and backups +- Describe strategies for protecting personal privacy online +- Recognize ethical and legal issues in computing (intellectual property, digital footprint) + +--- + +## Key Concepts + +### The Threat Landscape + +**Malware (Malicious Software)** +Software designed to harm, exploit, or infiltrate. + +| Type | What It Does | How It Spreads | +|------|-------------|----------------| +| **Virus** | Attaches to files; activates when file is opened | Email attachments, downloads | +| **Worm** | Self-replicates across networks without user action | Network vulnerabilities | +| **Trojan** | Disguises as legitimate software | Downloads, fake apps | +| **Ransomware** | Encrypts your files; demands payment for the key | Phishing emails, exploit kits | +| **Spyware** | Secretly monitors your activity | Bundled with free software | +| **Adware** | Displays unwanted advertisements | Free software, browser extensions | +| **Keylogger** | Records everything you type (passwords, messages) | Trojans, physical access | + +> 💡 **Real-world example:** Show a news story about a recent ransomware attack (hospital, school, city government). Make it concrete — "This happened to a community college just like Gavilan." + +**Phishing & Social Engineering** +- **Phishing:** Fake emails/websites that trick you into revealing information + - "Your account has been compromised! Click here to verify your password." + - Look for: urgency, generic greeting, suspicious sender, bad grammar, mismatched URLs +- **Spear Phishing:** Targeted phishing using personal information about you +- **Smishing:** Phishing via SMS/text messages +- **Vishing:** Phishing via voice calls +- **Social Engineering:** Manipulating people (not computers) to bypass security + - Impersonating IT support: "I need your password to fix your account" + - Tailgating: Following someone through a secure door + +> 💡 **Activity:** Show 5 emails — some legitimate, some phishing. Students identify which are real and explain the red flags. + +### Protecting Yourself + +**Passwords** +- **Bad passwords:** `123456`, `password`, `qwerty`, your name, your birthday +- **Good passwords:** Long (12+ characters), mix of upper/lowercase, numbers, symbols +- **Passphrases:** Even better — `Correct-Horse-Battery-Staple` is stronger than `P@ssw0rd!` and easier to remember +- **Password managers:** Generate and store unique passwords for every account (Bitwarden, 1Password, LastPass) +- **Never reuse passwords** — if one site is breached, all your accounts are exposed + +**Multi-Factor Authentication (MFA / 2FA)** +- Something you **know** (password) + something you **have** (phone, security key) + something you **are** (fingerprint, face) +- Even if your password is stolen, the attacker can't get in without the second factor +- Enable MFA on email, banking, and social media — at minimum + +> 💡 **Demo:** If possible, show the MFA setup process for a service (Google, Microsoft). Students see it's quick and easy. + +**Software Updates** +- Updates patch security vulnerabilities +- Delaying updates = leaving known doors unlocked +- Enable automatic updates on OS, browser, and apps +- "But the update is annoying!" → "A ransomware attack is more annoying." + +**Antivirus / Anti-malware** +- Windows Defender (built into Windows) is decent for most users +- Keep it updated and running +- Don't install multiple antivirus programs (they conflict) +- No antivirus is 100% — your behavior is the best defense + +**Backups: The 3-2-1 Rule** +- **3** copies of your data +- **2** different types of media (local drive + cloud, for example) +- **1** copy offsite (cloud storage or a drive at another location) +- If ransomware hits and you have backups, you can recover without paying + +**Safe Browsing Habits** +- Check for HTTPS (padlock) before entering sensitive info +- Don't click links in unsolicited emails — go directly to the website +- Be cautious with public Wi-Fi (use VPN if possible) +- Review app permissions — does a flashlight app need access to your contacts? +- Log out of shared computers + +### Privacy + +**Your Digital Footprint** +- Everything you do online leaves traces +- **Active footprint:** Things you intentionally post (social media, comments, reviews) +- **Passive footprint:** Data collected about you (browsing history, location, cookies) +- Employers, colleges, and others DO search for you online + +**Who's Collecting Your Data?** +- Social media companies (Facebook, Instagram, TikTok) +- Search engines (Google) +- Advertisers (tracking cookies, targeted ads) +- Apps (location, contacts, camera access) +- ISPs (can see your browsing activity) +- Government (varies by jurisdiction and legal authority) + +**Protecting Privacy** +- Review privacy settings on social media regularly +- Use private/incognito browsing (limits local tracking, not ISP/network tracking) +- Clear cookies periodically +- Use a VPN for encrypted browsing (especially on public Wi-Fi) +- Read permissions before installing apps +- Think before posting: "Would I be comfortable if this were public forever?" + +### Ethics & Legal Issues + +**Intellectual Property** +- **Copyright:** Automatic protection for creative works. You can't copy someone's work without permission. +- **Fair Use:** Limited use for education, commentary, criticism, news (has limits) +- **Creative Commons:** Licenses that let creators share work with specific permissions +- **Plagiarism:** Presenting someone else's work as your own — academic dishonesty + +**Software Licensing** +- **Commercial:** Pay to use (Microsoft Office, Adobe CC) +- **Freeware:** Free to use, but not open source (Zoom, Acrobat Reader) +- **Open Source:** Free, source code available (LibreOffice, Firefox) +- **Piracy:** Using software without proper licensing — illegal + +**Digital Citizenship** +- Treat others with respect online (cyberbullying is real and harmful) +- Verify before sharing (misinformation spreads fast) +- Protect others' privacy (don't share their photos/info without consent) + +--- + +## Diagram Ideas +1. **Types of Malware** — Icon grid: each malware type with a simple icon and one-line description. +2. **Phishing Red Flags** — Annotated fake phishing email with callouts: suspicious sender, generic greeting, urgency, bad URL, grammar errors. +3. **Password Strength Spectrum** — Visual scale from "Terrible" (123456) → "Weak" (Password1) → "Good" (Tr0ub4dor&3) → "Great" (Correct-Horse-Battery-Staple) with estimated crack times. +4. **3-2-1 Backup Rule** — Simple visual: 3 copies, 2 media types, 1 offsite. +5. **Digital Footprint** — Footprints leading across platforms: Google search, social media post, online purchase, email, app download. +6. **MFA Explained** — Three locks: Know (password) + Have (phone) + Are (fingerprint). + +--- + +## Slide Concepts +| Slide | Content | +|-------|---------| +| 1 | Title: "Staying Safe in a Digital World" | +| 2 | Malware Types — icon grid overview | +| 3 | Ransomware — real-world case + how it works | +| 4 | Phishing — annotated example email | +| 5 | "Spot the Phish" — interactive: real vs fake | +| 6 | Passwords — bad vs good, passphrases, managers | +| 7 | Multi-Factor Authentication — what it is, enable it today | +| 8 | Updates & Antivirus — why they matter | +| 9 | The 3-2-1 Backup Rule | +| 10 | Your Digital Footprint — who's watching | +| 11 | Privacy Settings — quick wins | +| 12 | Ethics: Copyright, Fair Use, Plagiarism | + +--- + +## Vocabulary + +| Term | Definition | +|------|-----------| +| **Malware** | Malicious software designed to harm, exploit, or infiltrate computer systems | +| **Virus** | Malware that attaches to files and spreads when those files are opened | +| **Worm** | Self-replicating malware that spreads across networks without user action | +| **Trojan** | Malware disguised as legitimate software | +| **Ransomware** | Malware that encrypts files and demands payment for decryption | +| **Spyware** | Software that secretly monitors user activity | +| **Phishing** | Fraudulent attempt to obtain sensitive information by disguising as a trustworthy source | +| **Social Engineering** | Manipulating people into revealing confidential information or performing actions | +| **Multi-Factor Authentication (MFA)** | Security requiring two or more forms of verification | +| **Password Manager** | Software that generates, stores, and fills in unique passwords | +| **Passphrase** | A longer password made of multiple words, easier to remember and harder to crack | +| **Encryption** | Converting data into a coded form that can only be read with a key | +| **VPN (Virtual Private Network)** | Encrypted tunnel between your device and the Internet, hiding your activity | +| **Firewall** | Software or hardware that monitors and controls network traffic based on rules | +| **Antivirus** | Software that detects and removes malware | +| **Backup** | A copy of data stored separately in case the original is lost or damaged | +| **3-2-1 Rule** | Backup strategy: 3 copies, 2 media types, 1 offsite | +| **Digital Footprint** | The trail of data you leave behind from online activity | +| **Cookie** | Small data file stored by a website on your computer to track activity or preferences | +| **Copyright** | Legal protection giving creators exclusive rights to their work | +| **Fair Use** | Limited use of copyrighted material without permission for education, criticism, etc. | +| **Creative Commons** | Licenses that allow creators to specify how others may use their work | +| **Plagiarism** | Presenting someone else's work or ideas as your own | +| **Software Piracy** | Using, copying, or distributing software without proper authorization | + +--- + +## Activities & Assignments + +### In-Class +1. **Spot the Phish:** Show 5-8 emails (mix of real and phishing). Students vote real/fake and identify the red flags. +2. **Password Audit:** Students check one of their passwords at [haveibeenpwned.com](https://haveibeenpwned.com) (email only, not password). Discuss what a breach means and what to do. +3. **Privacy Settings Walkthrough:** Guide students through checking privacy settings on one platform (Google, Instagram, or phone settings). They screenshot their changes. + +### Homework +1. **Security Action Plan (1 page):** Based on what they learned, students create a personal action plan with 5 specific steps they'll take to improve their digital security (e.g., enable MFA on email, start using a password manager, set up backups). +2. **Phishing Analysis:** Find or create a phishing email example. Write a paragraph identifying every red flag and explaining how a victim could be tricked. +3. **Digital Footprint Audit:** Google yourself. What comes up? Write a reflection on what's public, whether you're comfortable with it, and what you'd change. + +--- + +## Discussion Questions +1. "I have nothing to hide, so I don't need to worry about privacy." Do you agree or disagree? Why? +2. Should companies be required to tell you exactly what data they collect about you? Should you be able to delete it? +3. Your friend sends you a link to download a popular $60 software for free. What do you do? +4. A hospital is hit by ransomware. Should they pay? What are the arguments for and against? +5. Is it possible to be completely anonymous online? What would it take? diff --git a/16wk-week-18-final.md b/16wk-week-18-final.md new file mode 100644 index 0000000..14334c1 --- /dev/null +++ b/16wk-week-18-final.md @@ -0,0 +1,221 @@ +# Week 18: Final Exam Review +**Hours:** 2 (1 lecture — review session) + +--- + +## Purpose +This week is a cumulative review and final exam. No new content. The goal is to help students consolidate what they've learned across all 7 units and feel prepared. + +--- + +## Review by Unit + +### Unit 1: Computer Hardware & Peripherals (Weeks 1–2) +**Key concepts to know:** +- The IPOS cycle (Input → Processing → Output → Storage) +- CPU: clock speed, cores, cache +- RAM vs Storage (volatile vs non-volatile) +- HDD vs SSD vs NVMe +- GPU, motherboard, PSU +- Input devices, output devices, I/O devices +- Ports: USB (A, C), HDMI, Ethernet, Bluetooth +- Types of computers: desktop, laptop, tablet, smartphone, server, embedded + +**Sample questions:** +1. Which component temporarily stores data for programs currently in use? → **RAM** +2. True or False: An SSD has moving parts. → **False** +3. A scanner is an example of a(n) ______ device. → **Input** +4. What does the acronym IPOS stand for? → **Input, Processing, Output, Storage** +5. Which is faster: HDD, SSD, or NVMe? → **NVMe** +6. Name two devices that are both input AND output. → **Touchscreen, network adapter, USB drive** + +--- + +### Unit 2: Software & Files (Week 3) +**Key concepts to know:** +- System software vs application software +- What an operating system does +- Open source vs proprietary software +- File system: files, folders, paths +- Common file extensions (.docx, .xlsx, .pdf, .exe, etc.) +- File operations: save, save as, copy, move, rename, delete +- Cloud storage basics + +**Sample questions:** +1. Which type of software manages hardware and provides a platform for applications? → **Operating system** +2. Linux is an example of ______ software. → **Open source** +3. What file extension indicates a Word document? → **.docx** +4. What is the difference between Save and Save As? → **Save overwrites the current file; Save As creates a new copy with a new name or location** +5. True or False: Deleting a file permanently removes it immediately. → **False (goes to Recycle Bin first)** +6. Name the three components of a file path. → **Drive, folder(s), filename.extension** + +--- + +### Unit 3: Word Processing (Weeks 4–6) +**Key concepts to know:** +- The Ribbon, Quick Access Toolbar, views +- Character formatting: font, size, bold, italic, underline, Format Painter +- Paragraph formatting: alignment, spacing, indentation, lists +- Styles and why they matter +- Page layout: margins, orientation, columns +- Inserting images, tables, headers/footers, page numbers +- Text wrapping options +- Spelling/grammar check, Find & Replace +- Track Changes and Comments +- Exporting to PDF + +**Sample questions:** +1. What keyboard shortcut saves a document? → **Ctrl+S** +2. What is the Format Painter used for? → **Copying formatting from one selection to another** +3. Name the four paragraph alignment options. → **Left, Center, Right, Justify** +4. Why should you use Styles instead of manual formatting? → **Consistency, easy to change, enables Table of Contents, improves accessibility** +5. What does Track Changes do? → **Records all edits so they can be reviewed, accepted, or rejected** +6. What is the advantage of exporting as PDF? → **Preserves layout across all devices; can't be easily edited; professional standard** + +--- + +### Unit 4: Spreadsheets (Weeks 7–9) +**Key concepts to know:** +- Workbook, worksheet, cell, cell reference, range +- Entering data, AutoFill +- Formulas with cell references and arithmetic operators +- Order of operations (PEMDAS) +- Functions: SUM, AVERAGE, MAX, MIN, COUNT, IF +- Relative vs absolute references ($) +- Cell formatting: number formats, borders, fill, merge & center +- Conditional formatting +- Charts: column, line, pie, scatter — when to use each +- Chart elements: title, axes, legend, data labels +- Sorting and filtering +- Printing: page layout, print titles, print area + +**Sample questions:** +1. What does the formula `=SUM(A1:A10)` do? → **Adds all values in cells A1 through A10** +2. What is the result of `=2+3*4`? → **14** (multiplication before addition) +3. What symbol makes a cell reference absolute? → **$ (dollar sign)** +4. When would you use an absolute reference? → **When a formula references a constant (like a tax rate) that shouldn't change when copied** +5. Which chart type is best for showing trends over time? → **Line chart** +6. What does `=IF(B2>=60,"Pass","Fail")` return if B2 is 55? → **"Fail"** +7. What is conditional formatting? → **Rules that automatically change cell appearance based on values** +8. What's the difference between sorting and filtering? → **Sorting rearranges rows; filtering hides rows that don't match criteria** + +--- + +### Unit 5: Presentations (Weeks 10–11) +**Key concepts to know:** +- Slides, layouts, placeholders +- Adding text, images, shapes, SmartArt, icons +- Themes and Slide Master +- Speaker Notes and Presenter View +- Transitions (between slides) vs Animations (within a slide) +- Four animation types: Entrance, Emphasis, Exit, Motion Path +- Design principles: 6×6 rule, font sizes, white space, consistency +- Exporting and sharing + +**Sample questions:** +1. What is the difference between a transition and an animation? → **Transition = between slides; Animation = to objects within a slide** +2. What is Presenter View? → **Shows current slide, next slide, notes, and timer — only visible to the presenter** +3. What is the 6×6 rule? → **No more than 6 bullets per slide, no more than 6 words per bullet** +4. What is SmartArt used for? → **Creating pre-designed diagrams (lists, processes, hierarchies, cycles)** +5. True or False: You should use a different transition on every slide. → **False — use one consistent transition** +6. What minimum font size is recommended for body text in presentations? → **28pt+** + +--- + +### Unit 6: Databases (Weeks 12–14) +**Key concepts to know:** +- What a database is and why it's better than a spreadsheet for complex data +- Flat file vs relational database +- Tables, records (rows), fields (columns) +- Primary key — unique identifier +- Data types: Short Text, Number, Currency, Date/Time, Yes/No, AutoNumber +- Relationships (one-to-many) and referential integrity +- Forms — user-friendly data entry +- Queries — asking questions of data, criteria, wildcards, calculated fields +- Reports — formatted printable output, grouping, totals + +**Sample questions:** +1. What is a primary key? → **A unique identifier for each record in a table** +2. Why use a database instead of a spreadsheet? → **Reduces redundancy, enforces data integrity, handles complex relationships** +3. What data type automatically generates a unique number for each new record? → **AutoNumber** +4. In a query, what does the criteria `Like "S*"` do? → **Returns records where the field starts with "S"** +5. What is the purpose of a form? → **User-friendly interface for entering and viewing data** +6. Why should phone numbers be stored as Text, not Number? → **To preserve leading zeros and formatting characters** +7. What is a one-to-many relationship? → **One record in Table A relates to multiple records in Table B** + +--- + +### Unit 7: Networks, Email, Web & Security (Weeks 15–17) +**Key concepts to know:** +- Network types: PAN, LAN, WAN, Internet +- Hardware: modem, router, switch, NIC +- IP addresses, DNS, HTTP vs HTTPS, packets +- Wired (Ethernet) vs wireless (Wi-Fi) +- Email components, CC vs BCC, professional etiquette +- URL anatomy, web browsers vs search engines +- CRAAP test for evaluating sources +- Malware types: virus, worm, trojan, ransomware, spyware, phishing +- Passwords, passphrases, password managers +- Multi-factor authentication (MFA) +- Software updates, antivirus, 3-2-1 backup rule +- Digital footprint, privacy, cookies +- Copyright, fair use, Creative Commons, plagiarism + +**Sample questions:** +1. What does DNS do? → **Translates domain names (like google.com) into IP addresses** +2. What is the difference between HTTP and HTTPS? → **HTTPS encrypts data in transit; HTTP does not** +3. What does BCC stand for and when should you use it? → **Blind Carbon Copy — use for mass emails to protect recipients' privacy** +4. What is phishing? → **Fraudulent attempt to obtain sensitive information by impersonating a trustworthy source** +5. What is the 3-2-1 backup rule? → **3 copies, 2 different media, 1 offsite** +6. What does MFA add to password protection? → **A second factor (something you have or are) so a stolen password alone isn't enough** +7. What is ransomware? → **Malware that encrypts your files and demands payment for the decryption key** +8. Name two red flags of a phishing email. → **Urgency, generic greeting, suspicious sender, bad grammar, mismatched URLs** + +--- + +## Study Checklist + +Students should be able to: + +- [ ] Explain the IPOS cycle +- [ ] Identify internal components and peripherals +- [ ] Distinguish system software from application software +- [ ] Navigate the file system and recognize file extensions +- [ ] Create, format, and finalize a Word document using styles +- [ ] Build formulas and use SUM, AVERAGE, MAX, MIN, COUNT, IF in Excel +- [ ] Explain relative vs absolute cell references +- [ ] Create and interpret basic charts +- [ ] Build a presentation following design principles +- [ ] Explain the difference between transitions and animations +- [ ] Define database terms: table, record, field, primary key +- [ ] Create a query with criteria +- [ ] Describe how the Internet works (IP, DNS, packets) +- [ ] Write a professional email +- [ ] Evaluate sources using the CRAAP test +- [ ] Identify common malware types and phishing red flags +- [ ] Describe best practices for passwords, MFA, backups, and privacy + +--- + +## Exam Format (Suggested) + +Based on the COR evaluation weights: + +| Component | Weight | Format | +|-----------|--------|--------| +| Multiple choice / True-false / Matching | 50% | ~40-50 questions covering all units | +| Skill demonstration | 20% | Practical task: create/format a document, spreadsheet, or presentation | +| Problem-solving | 15% | Scenario-based questions requiring applied thinking | +| Short answer / Written | 15% | Brief explanations of concepts, comparisons, or recommendations | + +**Total time:** 2 hours + +--- + +## Review Session Ideas + +1. **Jeopardy-style Review Game:** Categories = the 7 units. Point values by difficulty. Teams compete. (Free templates online for PowerPoint Jeopardy.) +2. **Kahoot Quiz:** Quick-fire multiple choice. Students play on their phones. Instant feedback and energy. +3. **Study Guide Swap:** Students write 5 questions each (with answers). Swap with a partner and answer each other's questions. +4. **"One Minute Expert":** Each student gets a random topic card. They have 1 minute to explain it to the class. Tests understanding, not memorization. +5. **Vocabulary Bingo:** Create bingo cards with terms. Read definitions aloud. Students mark the matching term. diff --git a/CSIS_1_COR.pdf b/CSIS_1_COR.pdf new file mode 100644 index 0000000..dfd47a6 Binary files /dev/null and b/CSIS_1_COR.pdf differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..1880d4e --- /dev/null +++ b/README.md @@ -0,0 +1,69 @@ +# CSIS 1 — Computer Literacy (MS Office) + +## Course Overview +- **Units:** 2 (Lecture only) +- **Contact Hours:** 2/week × 18 weeks = 36 total +- **Outside Hours:** 72 (2:1 ratio) +- **Grading:** Letter grade or Pass/No Pass +- **Delivery:** In-person, hybrid, online sync/async +- **Textbook:** *New Perspectives Collection: Technology for Success* (Cengage, 2020) + +## Student Learning Outcomes +1. Describe the role of technology in personal and professional life; identify appropriate technology to support productivity, learning, and career growth. +2. Describe basic principles of computer safety and security in a networked world. Demonstrate working knowledge of OS functions, software installation, and productivity suites. + +## Weekly Schedule (from COR) +| Week | Hours | Topic | +|------|-------|-------| +| 1-2 | 4 | Computer Hardware & Peripheral Devices | +| 3 | 2 | Software, Working with Files, Getting Started with Apps | +| 4-6 | 6 | Word Processing (Creating, Formatting, Finalizing Documents) | +| 7-9 | 6 | Spreadsheets (Creating, Formatting, Finalizing Worksheets) | +| 10-11 | 4 | Presentations (Creating & Finalizing) | +| 12-14 | 6 | Databases (Creating & Finalizing) | +| 15-16 | 4 | Networks, Email, Browsing the Web | +| 17 | 2 | Safety, Privacy, and Security | +| 18 | 2 | Final Exam | + +## Evaluation +- Objective exams: 50% +- Skill demonstrations: 20% +- Writing assignments: 15-20% +- Problem-solving: 15-20% + +## File Structure +One markdown file per week (or topic block): +- `week-01-02-hardware.md` — Computer Hardware & Peripherals +- `week-03-software.md` — Software & Files +- `week-04-06-word.md` — Word Processing +- `week-07-09-spreadsheets.md` — Spreadsheets +- `week-10-11-presentations.md` — Presentations +- `week-12-14-databases.md` — Databases +- `week-15-16-networks.md` — Networks, Email, Web +- `week-17-security.md` — Safety, Privacy, Security +- `week-18-final.md` — Final Exam Review + +## 6-Week Compressed Schedule (Online Async) + +Same content and contact hours (36), compressed into 6 weeks at 6 hours/week. Designed for online asynchronous delivery — each week has a heavier workload but covers complete topic blocks so students finish one subject before moving to the next. + +| Week | Hours | Topics | Files | Notes | +|------|-------|--------|-------|-------| +| 1 | 6 | Hardware, Peripherals, Software & Files | `week-01-02`, `week-03` | Foundation week. Concepts only — no Office apps yet. Combine the hardware + software content. Assign "My Computer Inventory" + file organization exercise. | +| 2 | 6 | Word Processing (full unit) | `week-04-06` | All 3 Word lectures in one week. Works well async — students can pace themselves through creating, formatting, and finalizing. Major deliverable: Professional Letter or Resume. | +| 3 | 6 | Spreadsheets (full unit) | `week-07-09` | All 3 Excel lectures. Heaviest skill-building week. Assign the Personal Budget project as the capstone. Midterm exam at end of week (covers Weeks 1–3). | +| 4 | 6 | Presentations + Databases (intro) | `week-10-11`, `week-12-14` (Lecture 12 only) | PowerPoint is lighter — 2 lectures fit in ~3 hours, leaving room to introduce database concepts (what/why, tables, data types). Assign the 5-Minute Presentation project. | +| 5 | 6 | Databases (forms, queries, reports) + Networks & Web | `week-12-14` (Lectures 13–14), `week-15-16` | Finish databases with hands-on queries and reports. Transition to networks/email/web — these are conceptual and read well async. Assign the Mini-Database Project. | +| 6 | 6 | Security & Privacy + Final Review + Final Exam | `week-17`, `week-18` | Security content (~2 hrs) + cumulative review (~2 hrs) + Final Exam (~2 hrs). Security pairs naturally with the networks material from Week 5. | + +### Compressed Schedule Notes +- **Pacing:** Each week maps to roughly 3 full-length lectures of content. In async, students replace lecture time with recorded video modules (15–20 min each) + readings + hands-on practice. +- **Assessments:** Consider a midterm after Week 3 and final after Week 6 instead of one big final. Keeps students accountable in a compressed format. +- **Discussion boards:** Replace in-class discussions with weekly discussion posts. The discussion questions in each file work well for this. +- **Due dates:** Set mid-week check-ins (e.g., discussion post due Wednesday, assignment due Sunday) to prevent students from falling behind. +- **Office hours:** Offer 2–3 live Zoom drop-in sessions per week. Compressed courses need more support touchpoints. +- **Late policy:** Be explicit up front — 6 weeks leaves zero room for catching up. Consider a "1 free late day" policy rather than open-ended extensions. + +## Source +- [COR PDF](https://www.gavilan.edu/committee/curriculum/docs/cor/CSIS/CSIS_1.pdf) (August 2021) +- [Gavilan Catalog](https://gavilan.cc/catalog/course.php?course=csis1) diff --git a/canvas-export/browsable/INDEX.md b/canvas-export/browsable/INDEX.md new file mode 100644 index 0000000..df49a7f --- /dev/null +++ b/canvas-export/browsable/INDEX.md @@ -0,0 +1,79 @@ +# CSIS 1 — Canvas Course Export (Summer 2025) + +Unpacked from `csis1-computer-literacy-su25-80966-export.imscc` on 2026-03-16. + +## How to Browse + +| Folder | What's in it | +|--------|-------------| +| `pages/` | Course pages (HTML) — syllabus, welcome, reading guides, support hub | +| `assignments/` | Real-world task instructions (HTML) — 6 assignments | +| `quizzes/readable/` | Quizzes in markdown — 6 weekly + 30-question final exam bank | +| `quizzes/` | Raw QTI XML quiz files (for Canvas re-import) | +| `settings/` | Course config, module structure, assignment groups | +| `images/` | Course header image | + +Raw unpacked IMSCC is in `../raw/` if you need it. + +--- + +## Course Structure + +### 👉🏼 Start Here +- 👋🏼 [Welcome to CSIS 1!](pages/welcome-to-csis-1.html) +- ⭐️ [Course Syllabus - Summer 2025](pages/course-syllabus-summer-2025.html) +- 📚 [Required Book, Tools & Software](pages/required-book-tools-and-software.html) +- 🚨 [Online Student Support Hub](pages/online-student-support-hub.html) + +### Module 1 (June 16–22): Computer Basics & Digital Citizenship +- 📘 [Reading: Chapters 1 & 2](pages/reading-chapters-1-and-2.html) +- 📝 [Quiz 1: Computer Basics & Citizenship](quizzes/readable/quiz-1-computer-basics--citizenship.md) (5 questions) +- 💬 Discussion 1: What does being "digitally literate" mean to you today? +- 🛠 [Real-World Task: Tech Self-Audit + Risk Assessment](assignments/real-world-task-tech-self-audit-+-risk-assessment.html) + +### Module 2 (June 23–29): Cybersecurity & Social Media +- 📘 [Reading: Chapters 3 & 4](pages/reading-chapters-3-and-4.html) +- 📝 [Quiz 2: Online Safety & Social Media](quizzes/readable/quiz-2-online-safety--social-media.md) (5 questions) +- 💬 Discussion 2: Share an experience or concern about online safety or social media boundaries +- 🛠 [Real-World Task: Online Safety & Reputation Report](assignments/real-world-task-online-safety-and-reputation-report.html) + +### Module 3 (June 30–July 6): Operating Systems & Docs +- 📘 [Reading: Chapters 5 & 6](pages/reading-chapters-5-and-6.html) +- 📝 [Quiz 3: OS Navigation & Document Tools](quizzes/readable/quiz-3-os-navigation--document-tools.md) (5 questions) +- 💬 Discussion 3: What tools (if any) have you used for writing or presentations? What's new for you here? +- 🛠 [Real-World Task: Professional Document Build](assignments/real-world-task-professional-document-build.html) + +### Module 4 (July 7–13): Email, Calendars & Notes +- 📘 [Reading: Chapters 7 & 8](pages/reading-chapters-7-and-8.html) +- 📝 [Quiz 4: Communication & Organization Tools](quizzes/readable/quiz-4-communication--organization-tools.md) (5 questions) +- 💬 Discussion 4: What's your biggest challenge staying organized digitally—or a tip that helps you? +- 🛠 [Real-World Task: Work & Life Digital Communication Simulation](assignments/real-world-task-work-and-life-digital-communication-simulation.html) + +### Module 5 (July 14–20): Cloud Storage & AI +- 📘 [Reading: Chapters 9 & 10](pages/reading-chapters-9-and-10.html) +- 📝 [Quiz 5: Cloud Tools & Artificial Intelligence](quizzes/readable/quiz-5-cloud-tools--artificial-intelligence.md) (5 questions) +- 💬 Discussion 5: What's one AI tool you've used (or heard about)? How do you feel about it? +- 🛠 [Real-World Task: Collaborative Cloud Workspace](assignments/real-world-task-collaborative-cloud-workspace.html) + +### Module 6 (July 21–27): Data, Careers & Access +- 📘 [Reading: Chapters 11, 12, 13, 14](pages/reading-chapters-11-12-13-14.html) +- 📝 [Quiz 6: Data, Careers & the Digital Divide](quizzes/readable/quiz-6-data-careers--the-digital-divide.md) (5 questions) +- 💬 Discussion 6: What role do you think tech should play in creating access and opportunity? +- 🛠 [Real-World Task: AI or Emerging Tech Use Case Report](assignments/real-world-task-ai-or-emerging-tech-use-case-report.html) + +### Final Exam +- 📝 [Question Bank](quizzes/readable/final-exam-question-bank.md) (30 questions, multiple choice) + +--- + +## Textbook Reference + +The "chapters" referenced in the reading pages refer to a **different textbook** than what we selected for our Summer 2026 syllabus. This export uses a textbook organized as: +- Ch 1-2: Computer basics, digital citizenship +- Ch 3-4: Cybersecurity, social media +- Ch 5-6: Operating systems, documents +- Ch 7-8: Email, calendars, notes +- Ch 9-10: Cloud storage, AI +- Ch 11-14: Data, careers, digital divide, access + +Our Summer 2026 syllabus uses **OpenStax Workplace Software and Skills** + **OpenStax Intro to CS**. The topic coverage overlaps significantly but chapter numbers won't match. diff --git a/canvas-export/browsable/assignments/real-world-task-ai-or-emerging-tech-use-case-report.html b/canvas-export/browsable/assignments/real-world-task-ai-or-emerging-tech-use-case-report.html new file mode 100644 index 0000000..f142600 --- /dev/null +++ b/canvas-export/browsable/assignments/real-world-task-ai-or-emerging-tech-use-case-report.html @@ -0,0 +1,26 @@ + + + +Assignment: 🛠 Real-World Task: AI or Emerging Tech Use Case Report + + +

🤖 What to Submit: A brief report (250–300 words total) on a real or imagined use case of AI or emerging tech:

+

Prompt:
Choose one technology (from the reading or your own research)—AI, blockchain, robotics, VR, etc.—and describe:

+ +

💡 Tips:

+ +

Checklist:

+ + + \ No newline at end of file diff --git a/canvas-export/browsable/assignments/real-world-task-collaborative-cloud-workspace.html b/canvas-export/browsable/assignments/real-world-task-collaborative-cloud-workspace.html new file mode 100644 index 0000000..7aac753 --- /dev/null +++ b/canvas-export/browsable/assignments/real-world-task-collaborative-cloud-workspace.html @@ -0,0 +1,34 @@ + + + +Assignment: 🛠 Real-World Task: Collaborative Cloud Workspace + + +

📂 What to Submit: A document with 2 parts:

+ +

💡 Format Tips:

+ +

Checklist:

+ + + \ No newline at end of file diff --git a/canvas-export/browsable/assignments/real-world-task-online-safety-and-reputation-report.html b/canvas-export/browsable/assignments/real-world-task-online-safety-and-reputation-report.html new file mode 100644 index 0000000..10d8908 --- /dev/null +++ b/canvas-export/browsable/assignments/real-world-task-online-safety-and-reputation-report.html @@ -0,0 +1,20 @@ + + + +Assignment: 🛠 Real-World Task: Online Safety & Reputation Report + + +

📄 What to Submit: A typed document with:

+ +

Checklist:

+ + + \ No newline at end of file diff --git a/canvas-export/browsable/assignments/real-world-task-professional-document-build.html b/canvas-export/browsable/assignments/real-world-task-professional-document-build.html new file mode 100644 index 0000000..9f1671d --- /dev/null +++ b/canvas-export/browsable/assignments/real-world-task-professional-document-build.html @@ -0,0 +1,50 @@ + + + +Assignment: 🛠 Real-World Task: Professional Document Build + + +

📄 What to Submit: A clean, well-formatted document (Google Docs or Word) that demonstrates how to structure and format a real professional document. You’ll create a basic résumé-style or letter-style document using tools introduced in this module (Docs, Word, formatting tools, etc.).

+

🧩 Option A – Résumé Snapshot
Create a 1-page mock résumé with the following sections:

+ +

🎯 Must include:

+ +

OR

+

🧩 Option B – Simple Business Letter
Write a professional-style letter to a future employer, club leader, or instructor. Topic examples:

+ +

🎯 Must include:

+ +
+

💡 Format Tips:

+ +
+

Checklist Before You Submit:

+ + + \ No newline at end of file diff --git a/canvas-export/browsable/assignments/real-world-task-tech-self-audit-+-risk-assessment.html b/canvas-export/browsable/assignments/real-world-task-tech-self-audit-+-risk-assessment.html new file mode 100644 index 0000000..8756946 --- /dev/null +++ b/canvas-export/browsable/assignments/real-world-task-tech-self-audit-+-risk-assessment.html @@ -0,0 +1,20 @@ + + + +Assignment: 🛠 Real-World Task: Tech Self-Audit + Risk Assessment + + +

📄 What to Submit: A typed document (Word or Google Doc) with the following:

+ +

Checklist:

+ + + \ No newline at end of file diff --git a/canvas-export/browsable/assignments/real-world-task-work-and-life-digital-communication-simulation.html b/canvas-export/browsable/assignments/real-world-task-work-and-life-digital-communication-simulation.html new file mode 100644 index 0000000..cb068da --- /dev/null +++ b/canvas-export/browsable/assignments/real-world-task-work-and-life-digital-communication-simulation.html @@ -0,0 +1,34 @@ + + + +Assignment: 🛠 Real-World Task: Work & Life Digital Communication Simulation + + +

📄 What to Submit: One typed document with two simulated communications:

+ +

💡 Format Tips:

+ +

Checklist:

+ + + \ No newline at end of file diff --git a/canvas-export/browsable/images/Purple and White Modern Computer Class Google Classroom Header.png b/canvas-export/browsable/images/Purple and White Modern Computer Class Google Classroom Header.png new file mode 100644 index 0000000..ca1fd59 Binary files /dev/null and b/canvas-export/browsable/images/Purple and White Modern Computer Class Google Classroom Header.png differ diff --git a/canvas-export/browsable/pages/course-syllabus-summer-2025.html b/canvas-export/browsable/pages/course-syllabus-summer-2025.html new file mode 100644 index 0000000..1096a13 --- /dev/null +++ b/canvas-export/browsable/pages/course-syllabus-summer-2025.html @@ -0,0 +1,158 @@ + + + +⭐️ Course Syllabus - Summer 2025 + + + + + +

🔑 Key Course Information

+

Instructor: Dr. Corey Cason
Contact: ccason@gavilan.edu • Text/Call: (720) 224-2447
Office Hours: By appointment, weekdays 7:00 AM – 1:00 PM PT (Zoom or phone)
Course Dates: June 16 – July 27, 2025
Delivery Mode: Fully Online via iLearn

+

📅 Course Overview

+

An introduction to computer concepts, including the history of computing. Provides an overview of networking, security, the web, computer hardware, operating systems, and application software. The role of the computer in modern life, both personal and professional, and applications of popular productivity software are examined. This course has the option of a letter grade or pass/no pass. No prerequisites are required to enroll is this course.

+

Textbook: Computer Literacy: Navigating the Digital Age by Dr. Corey Cason
Tools: Microsoft Office, Google Workspace, or Apple iWork

+

+

📚 Student Learning Outcomes

+

By the end of this course, you will be able to:

+
    +
  1. Describe the role of technology in both the personal and the professional world, and identify appropriate technology to support personal productivity, learning, and future career growth.
  2. +
  3. Describe the basic principles of computer safety, security, and ethics in an increasingly digital world.
  4. +
  5. Demonstrate a working knowledge of operating system functions, installation of application software, and use of productivity suites.
  6. +
+

+

📉 How This Course Works

+ +

+

📆 Weekly Module Breakdown

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekDatesModule TitleReadings
1Jun 16–22Computer Basics & Digital CitizenshipChapters 1 & 2
2Jun 23–29Cybersecurity & Social MediaChapters 3 & 4
3Jun 30–Jul 6Operating Systems & DocsChapter 5 & 6
4Jul 7–13Email, Calendars & NotesChapters 7 & 8
5Jul 14–20Cloud Storage & AIChapters 9 & 10
6Jul 21–27Data, Careers & AccessChapters 12–14
+

+

📈 Assignments & Grading

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TypeDescriptionFrequencyPoints EachTotal
QuizMultiple-choice check on reading65 pts30 pts
DiscussionMain post (150+ words) + 1 reply (50+ words)610 pts60 pts
Real World TaskReal-world tech application615 pts90 pts
TOTAL180 pts
+

Grading Scale:
A = 162+ • B = 144–161 • C = 126–143
D = 108–125 • F = Below 108
Pass/No Pass: Pass = 126+ pts

+

+

🔗 Course Policies

+
    +
  1. +

    Due Date Policy: Assignments are due on the scheduled due date and will not be accepted late unless your absence has been excused.

    +
  2. +
  3. +

    Attendance Policy: The college policy on attendance, as stated in the catalog, is: “Students missing one more class hour than the unit value for a particular course, without making prior arrangements, may, at the instructor’s option, be dropped without the possibility of credit.” In this asynchronous course, if you fail to submit work for 2+ weeks without prior arrangement, you will be dropped.

    +
  4. +
  5. +

    Student Honesty Policy: Students are expected to exercise academic honesty and integrity. Violations such as plagiarism will result in disciplinary action, which may include a recommendation for dismissal.

    +
  6. +
+

+

🌎 Inclusive, Accessible, Supported

+

This course welcomes all students and strives to support your unique needs.  We are committed to maintaining an inclusive, respectful learning environment. Please contact me if there is anything I can do to help you succeed in this course.

+

ADA Accommodation Statement

+

Students requiring special services or arrangements because of hearing, visual, or other disabilities should contact their instructor, counselor, or the Accessible Education Center.

+

Occupational/Vocational Statement

+

Occupational/Vocational students: Limited English skills will not be a barrier to admittance to and participation in Vocational Educational Programs.

+

+

📖 Support Resources

+

Gavilan offers many student services:

+ +

+

✨ Let's Make Tech Work for You

+

I’m here to help you feel more confident using technology in school, work, and life. Don’t hesitate to reach out—you’re not expected to know everything right away. We’ll build your skills, together.

+ + \ No newline at end of file diff --git a/canvas-export/browsable/pages/online-student-support-hub.html b/canvas-export/browsable/pages/online-student-support-hub.html new file mode 100644 index 0000000..5c7ccd2 --- /dev/null +++ b/canvas-export/browsable/pages/online-student-support-hub.html @@ -0,0 +1,12 @@ + + + +🚨 Online Student Support Hub + + + + + +

Welcome Gavilan College Student Support hub banner

 

As your instructor, I really want you to be successful learning in this class. Please use the resources below as needed.

If you are new:

Need some support? Select a service below or go to the "Welcome Center" for help!

 

   

Library Online

Connect to great campus library sources, wherever you are.

   

Tutoring Online

Get help with your classes even when you can't go to an on-campus support center.

   

Writing Center Online

Work on your writing, reading, or speeches online or on campus. 

   

Counseling Online

Counselors help you identify your educational goals, create plans, and stay on track to completion.

   

Online Student Help

Get help with iLearn, or other technology questions.

   

Online Student Support Services

Don't know what you are looking for? This is a centralized spot for our online support services.

+ + \ No newline at end of file diff --git a/canvas-export/browsable/pages/reading-chapters-1-and-2.html b/canvas-export/browsable/pages/reading-chapters-1-and-2.html new file mode 100644 index 0000000..c9b37e8 --- /dev/null +++ b/canvas-export/browsable/pages/reading-chapters-1-and-2.html @@ -0,0 +1,18 @@ + + + +📘 Reading: Chapters 1 & 2 + + + + + +

This week, you’ll read Chapters 1 and 2 to build a strong foundation.
Chapter 1 introduces core tech terms and the parts of a computer.
Chapter 2 covers online behavior, netiquette, and how to be a respectful digital citizen.

+

What to Do:

+ + + \ No newline at end of file diff --git a/canvas-export/browsable/pages/reading-chapters-11-12-13-14.html b/canvas-export/browsable/pages/reading-chapters-11-12-13-14.html new file mode 100644 index 0000000..b5fba6e --- /dev/null +++ b/canvas-export/browsable/pages/reading-chapters-11-12-13-14.html @@ -0,0 +1,18 @@ + + + +📘 Reading: Chapters 11, 12, 13, 14 + + + + + +

In our final module, we look ahead.
Chapter 11 introduces basic data skills.
Chapters 12–14 explore careers in tech, future trends, and the digital divide.

+

What to Do:

+ + + \ No newline at end of file diff --git a/canvas-export/browsable/pages/reading-chapters-3-and-4.html b/canvas-export/browsable/pages/reading-chapters-3-and-4.html new file mode 100644 index 0000000..5ac6616 --- /dev/null +++ b/canvas-export/browsable/pages/reading-chapters-3-and-4.html @@ -0,0 +1,18 @@ + + + +📘 Reading: Chapters 3 & 4 + + + + + +

Chapters 3 and 4 dive into staying safe online and navigating social platforms.
We’ll talk passwords, scams, privacy settings, and what it means to have a digital footprint.

+

What to Do:

+ + + \ No newline at end of file diff --git a/canvas-export/browsable/pages/reading-chapters-5-and-6.html b/canvas-export/browsable/pages/reading-chapters-5-and-6.html new file mode 100644 index 0000000..e4e8c50 --- /dev/null +++ b/canvas-export/browsable/pages/reading-chapters-5-and-6.html @@ -0,0 +1,18 @@ + + + +📘 Reading: Chapters 5 & 6 + + + + + +

Time to get practical. Chapter 5 explains how operating systems work.
Chapter 6 walks you through creating documents and slides—tools you’ll use in every job, class, or project.

+

What to Do:

+ + + \ No newline at end of file diff --git a/canvas-export/browsable/pages/reading-chapters-7-and-8.html b/canvas-export/browsable/pages/reading-chapters-7-and-8.html new file mode 100644 index 0000000..048abbb --- /dev/null +++ b/canvas-export/browsable/pages/reading-chapters-7-and-8.html @@ -0,0 +1,18 @@ + + + +📘 Reading: Chapters 7 & 8 + + + + + +

This week is all about staying organized and communicating clearly.
Chapter 7 covers professional email and calendar use.
Chapter 8 is all about capturing and organizing info—notes, screenshots, links, and more.

+

What to Do:

+ + + \ No newline at end of file diff --git a/canvas-export/browsable/pages/reading-chapters-9-and-10.html b/canvas-export/browsable/pages/reading-chapters-9-and-10.html new file mode 100644 index 0000000..fc42505 --- /dev/null +++ b/canvas-export/browsable/pages/reading-chapters-9-and-10.html @@ -0,0 +1,18 @@ + + + +📘 Reading: Chapters 9 & 10 + + + + + +

Chapter 9 introduces cloud tools for saving, sharing, and collaborating.
Chapter 10 breaks down AI—what it is, how it works, and how it’s already in your life.

+

What to Do:

+ + + \ No newline at end of file diff --git a/canvas-export/browsable/pages/required-book-tools-and-software.html b/canvas-export/browsable/pages/required-book-tools-and-software.html new file mode 100644 index 0000000..e7bc454 --- /dev/null +++ b/canvas-export/browsable/pages/required-book-tools-and-software.html @@ -0,0 +1,66 @@ + + + +📚 Required Book, Tools & Software + + + + + +

📘 Textbook

+

Computer Literacy: Navigating the Digital Age by Dr. Corey Cason
We’ll follow this book throughout the course. It’s your go-to guide for everything from basic tech skills to understanding AI, cybersecurity, and digital careers.

+
+

🧰 Required Software

+

You’ll need access to a productivity suite for creating documents, spreadsheets, and presentations. Any of the following will work:

+ +
+

💡 Free Access Options

+

No need to buy software—these tools are available at no cost:

+

🔹 Microsoft Office 365

+ +

🔹 Google Docs, Sheets, Slides

+ +

🔹 Apple iWork

+ +
+

🌐 Browser & Internet Requirements

+

To make sure everything runs smoothly:

+ +
+

🆘 Need Tech Help?

+

If you’re having trouble accessing software or navigating iLearn:
📧 Email me directly — I’m here to help.
🖥️ Or contact Gavilan College IT Support for login and software issues.

+

Let’s make sure tech isn’t a barrier—reach out early so we can keep you on track.

+ + \ No newline at end of file diff --git a/canvas-export/browsable/pages/welcome-to-csis-1.html b/canvas-export/browsable/pages/welcome-to-csis-1.html new file mode 100644 index 0000000..a620825 --- /dev/null +++ b/canvas-export/browsable/pages/welcome-to-csis-1.html @@ -0,0 +1,47 @@ + + + +👋🏼 Welcome to CSIS 1! + + + + + + +

Computer Literacy | Summer 2025 | June 16 – July 27, 2025

+

Hi everyone,

+

Welcome to CSIS 1 – Computer Literacy. I’m glad you’re here.

+

This course is about building confidence with the digital tools and systems that shape our daily lives. Whether you’re here to meet a requirement or get more comfortable with technology, we’ll keep things practical, grounded, and connected to the real world. 

+

👩🏻‍🏫 About Me

+

I’m Dr. Corey Cason, and I’ll be guiding you through the next six weeks. My background is in IT project management, business, and digital strategy—and I’ve worked across both corporate and educational spaces. I also run a small business and teach project management.

+

I care about making tech feel more accessible, more useful, and less overwhelming. I'm not looking for perfection—just effort, curiosity, and honesty.

+

📚 What to Expect

+

Each week will include:

+ +

All items are due Sundays at 11:59 PM

+

✅ Week 1: What to Do First (Due Sunday, June 22)

+ +

📩 How to Reach Me

+

Need help or have a question? Reach out anytime:
📧 Email: ccason@gavilan.edu
💬 Canvas Messages are totally fine
📞 Office hours: By appointment—Zoom or phone, just let me know what works for you

+

🧭 A Few Tips to Stay on Track

+ +

Looking forward to learning with you this term,

+

Dr. Corey Cason

+ + \ No newline at end of file diff --git a/canvas-export/browsable/quizzes/g0992cecf0e5a8053211e1c50e00cea7e.xml.qti b/canvas-export/browsable/quizzes/g0992cecf0e5a8053211e1c50e00cea7e.xml.qti new file mode 100644 index 0000000..d7c0b55 --- /dev/null +++ b/canvas-export/browsable/quizzes/g0992cecf0e5a8053211e1c50e00cea7e.xml.qti @@ -0,0 +1,323 @@ + + + + + + cc_maxattempts + 1 + + +
+ + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3132,5366,5961,839 + + + assessment_question_identifierref + gdef743c1ff429b3818fce6ff18fd88a6 + + + + + + <div><p><span>Which of these is an operating system?</span></p></div> + + + + + + PowerPoint + + + + + Windows 11 + + + + + Adobe Acrobat + + + + + Excel + + + + + + + + + + + + 5366 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3231,4220,5070,1718 + + + assessment_question_identifierref + g0489383ad877d1aebc433cdb83b79349 + + + + + + <div><p><span>What is the purpose of a file extension (like .docx or .pptx)?</span></p></div> + + + + + + It controls the speed of the file + + + + + It makes the file more secure + + + + + It tells you what kind of file it is + + + + + It keeps the file hidden + + + + + + + + + + + + 5070 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1635,9629,6173,7140 + + + assessment_question_identifierref + gaa152e1a2beaae78f9e09984892cf6a1 + + + + + + <div><p><span>Which tool would you use to create a slideshow?</span></p></div> + + + + + + Word + + + + + Excel + + + + + PowerPoint + + + + + Notepad + + + + + + + + + + + + 6173 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3674,7816,7305,1487 + + + assessment_question_identifierref + gd8239d08f52c06b5d33296b9f47ddd32 + + + + + + <div><p><span>What does “Save As” do?</span></p></div> + + + + + + Deletes the file + + + + + Saves over your original file + + + + + Creates a new copy of the file + + + + + Sends the file to someone + + + + + + + + + + + + 7305 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 6938,6212,9347,1492 + + + assessment_question_identifierref + g3391500b67af685305ea6d24c704a09c + + + + + + <div><p><span>Which feature helps organize text in a Word document?</span></p></div> + + + + + + Filters + + + + + Transitions + + + + + Bullets and numbering + + + + + Pivot tables + + + + + + + + + + + + 9347 + + 100 + + + +
+
+
diff --git a/canvas-export/browsable/quizzes/g0992cecf0e5a8053211e1c50e00cea7e_meta.xml b/canvas-export/browsable/quizzes/g0992cecf0e5a8053211e1c50e00cea7e_meta.xml new file mode 100644 index 0000000..6610dc7 --- /dev/null +++ b/canvas-export/browsable/quizzes/g0992cecf0e5a8053211e1c50e00cea7e_meta.xml @@ -0,0 +1,73 @@ + + + 📝 Quiz 3: OS Navigation & Document Tools + + 2025-07-07T06:59:00 + false + keep_highest + + assignment + 5.0 + false + false + false + + true + false + true + false + 1 + false + false + true + false + false + false + false + + 📝 Quiz 3: OS Navigation & Document Tools + 2025-07-07T06:59:00 + + + false + 2025-07-06 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + g0992cecf0e5a8053211e1c50e00cea7e + + false + 5.0 + points + true + online_quiz + 7 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + g3ccb70974bdf59d253685d37fd9f3669 + + + diff --git a/canvas-export/browsable/quizzes/g0992cecf0e5a8053211e1c50e00cea7e_qti.xml b/canvas-export/browsable/quizzes/g0992cecf0e5a8053211e1c50e00cea7e_qti.xml new file mode 100644 index 0000000..b74c3c2 --- /dev/null +++ b/canvas-export/browsable/quizzes/g0992cecf0e5a8053211e1c50e00cea7e_qti.xml @@ -0,0 +1,275 @@ + + + + + + cc_profile + cc.exam.v0p1 + + + qmd_assessmenttype + Examination + + + qmd_scoretype + Percentage + + + cc_maxattempts + 1 + + +
+ + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which of these is an operating system?</span></p></div> + + + + + + PowerPoint + + + + + Windows 11 + + + + + Adobe Acrobat + + + + + Excel + + + + + + + + + + + + 5366 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is the purpose of a file extension (like .docx or .pptx)?</span></p></div> + + + + + + It controls the speed of the file + + + + + It makes the file more secure + + + + + It tells you what kind of file it is + + + + + It keeps the file hidden + + + + + + + + + + + + 5070 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which tool would you use to create a slideshow?</span></p></div> + + + + + + Word + + + + + Excel + + + + + PowerPoint + + + + + Notepad + + + + + + + + + + + + 6173 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What does “Save As” do?</span></p></div> + + + + + + Deletes the file + + + + + Saves over your original file + + + + + Creates a new copy of the file + + + + + Sends the file to someone + + + + + + + + + + + + 7305 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which feature helps organize text in a Word document?</span></p></div> + + + + + + Filters + + + + + Transitions + + + + + Bullets and numbering + + + + + Pivot tables + + + + + + + + + + + + 9347 + + 100 + + + +
+
+
diff --git a/canvas-export/browsable/quizzes/g160172ca328f1d3fd5f08cf1b2c3313f.xml.qti b/canvas-export/browsable/quizzes/g160172ca328f1d3fd5f08cf1b2c3313f.xml.qti new file mode 100644 index 0000000..4b51c3e --- /dev/null +++ b/canvas-export/browsable/quizzes/g160172ca328f1d3fd5f08cf1b2c3313f.xml.qti @@ -0,0 +1,323 @@ + + + + + + cc_maxattempts + 1 + + +
+ + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 9620,9933,9276,3633 + + + assessment_question_identifierref + gf6b4b3696a3c616b3f931729eb43a4a5 + + + + + + <div><p><span>What is data visualization?</span></p></div> + + + + + + A fancy font + + + + + A type of password protection + + + + + A way to show data using charts and graphs + + + + + A method of hiding files + + + + + + + + + + + + 9276 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4430,1750,6320,4006 + + + assessment_question_identifierref + g587682910fd39d0f61af44df0fc8acae + + + + + + <div><p><span>What is one use of spreadsheets like Excel or Google Sheets?</span></p></div> + + + + + + Editing video + + + + + Making memes + + + + + Organizing and calculating data + + + + + Designing logos + + + + + + + + + + + + 6320 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3934,2979,780,1525 + + + assessment_question_identifierref + g1db8e2be978fa647b87664651d61941a + + + + + + <div><p><span>What’s a benefit of a career in tech?</span></p></div> + + + + + + Limited job variety + + + + + Inflexible work environments + + + + + Fast-changing industry with many opportunities + + + + + No need for digital skills + + + + + + + + + + + + 780 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 2363,8207,1009,4605 + + + assessment_question_identifierref + g086738d3306b0a28cf7bc53fb28b14aa + + + + + + <div><p><span>What is the digital divide?</span></p></div> + + + + + + A type of network cable + + + + + A problem in routers + + + + + Unequal access to technology and internet + + + + + A math concept + + + + + + + + + + + + 1009 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 5700,4958,9249,1367 + + + assessment_question_identifierref + gaee427f1657e64f84f64859879490f09 + + + + + + <div><p><span>Which of the following helps bridge the digital divide?</span></p></div> + + + + + + Ignoring tech issues + + + + + Offering free public Wi-Fi and training + + + + + Selling expensive devices + + + + + Reducing education funding + + + + + + + + + + + + 4958 + + 100 + + + +
+
+
diff --git a/canvas-export/browsable/quizzes/g160172ca328f1d3fd5f08cf1b2c3313f_meta.xml b/canvas-export/browsable/quizzes/g160172ca328f1d3fd5f08cf1b2c3313f_meta.xml new file mode 100644 index 0000000..a554c4f --- /dev/null +++ b/canvas-export/browsable/quizzes/g160172ca328f1d3fd5f08cf1b2c3313f_meta.xml @@ -0,0 +1,73 @@ + + + 📝 Quiz 6: Data, Careers & the Digital Divide + + 2025-07-28T06:59:00 + false + keep_highest + + assignment + 5.0 + false + false + false + + true + false + true + false + 1 + false + false + true + false + false + false + false + + 📝 Quiz 6: Data, Careers & the Digital Divide + 2025-07-28T06:59:00 + + + false + 2025-07-27 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + g160172ca328f1d3fd5f08cf1b2c3313f + + false + 5.0 + points + true + online_quiz + 16 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + g3ccb70974bdf59d253685d37fd9f3669 + + + diff --git a/canvas-export/browsable/quizzes/g160172ca328f1d3fd5f08cf1b2c3313f_qti.xml b/canvas-export/browsable/quizzes/g160172ca328f1d3fd5f08cf1b2c3313f_qti.xml new file mode 100644 index 0000000..2df2e98 --- /dev/null +++ b/canvas-export/browsable/quizzes/g160172ca328f1d3fd5f08cf1b2c3313f_qti.xml @@ -0,0 +1,275 @@ + + + + + + cc_profile + cc.exam.v0p1 + + + qmd_assessmenttype + Examination + + + qmd_scoretype + Percentage + + + cc_maxattempts + 1 + + +
+ + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is data visualization?</span></p></div> + + + + + + A fancy font + + + + + A type of password protection + + + + + A way to show data using charts and graphs + + + + + A method of hiding files + + + + + + + + + + + + 9276 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is one use of spreadsheets like Excel or Google Sheets?</span></p></div> + + + + + + Editing video + + + + + Making memes + + + + + Organizing and calculating data + + + + + Designing logos + + + + + + + + + + + + 6320 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What’s a benefit of a career in tech?</span></p></div> + + + + + + Limited job variety + + + + + Inflexible work environments + + + + + Fast-changing industry with many opportunities + + + + + No need for digital skills + + + + + + + + + + + + 780 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is the digital divide?</span></p></div> + + + + + + A type of network cable + + + + + A problem in routers + + + + + Unequal access to technology and internet + + + + + A math concept + + + + + + + + + + + + 1009 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which of the following helps bridge the digital divide?</span></p></div> + + + + + + Ignoring tech issues + + + + + Offering free public Wi-Fi and training + + + + + Selling expensive devices + + + + + Reducing education funding + + + + + + + + + + + + 4958 + + 100 + + + +
+
+
diff --git a/canvas-export/browsable/quizzes/g2ed93fb656c2609f1765e2d08a25ea1f.xml.qti b/canvas-export/browsable/quizzes/g2ed93fb656c2609f1765e2d08a25ea1f.xml.qti new file mode 100644 index 0000000..6f94658 --- /dev/null +++ b/canvas-export/browsable/quizzes/g2ed93fb656c2609f1765e2d08a25ea1f.xml.qti @@ -0,0 +1,1759 @@ + + + + + + bank_title + Unfiled Questions + + + bank_context_uuid + w361kghKMfPCVl4jvEpimC5HvdyG3ZnxwxYgNGyf + + + bank_state + active + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1377,264,4876,4597 + + + + + + <div><p><span>What does the CPU in a computer do?</span></p></div> + + + + + + Stores data permanently + + + + + Sends documents to the printer + + + + + Processes instructions and runs programs + + + + + Connects to the internet + + + + + + + + + + + + 4876 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 550,8109,4808,5910 + + + + + + <div><p><span>Which of the following is an example of input hardware?</span></p></div> + + + + + + Printer + + + + + Monitor + + + + + Mouse + + + + + Speaker + + + + + + + + + + + + 4808 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 6602,1724,1700,5696 + + + + + + <div><p><span>What is “netiquette”?</span></p></div> + + + + + + Antivirus software + + + + + Digital note-taking + + + + + Rules for using email attachments + + + + + Guidelines for respectful online behavior + + + + + + + + + + + + 5696 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7475,6158,7962,8168 + + + + + + <div><p><span>Which is a safe password practice?</span></p></div> + + + + + + Using “password123” for convenience + + + + + Writing your password on a sticky note + + + + + Creating a strong, unique password for each account + + + + + Sharing your password with trusted friends + + + + + + + + + + + + 7962 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4028,4807,5248,146 + + + + + + <div><p><span>Which device stores data even when the power is off?</span></p></div> + + + + + + RAM + + + + + Hard Drive + + + + + CPU + + + + + Router + + + + + + + + + + + + 4807 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8005,7641,8673,9546 + + + + + + <div><p><span>What is phishing?</span></p></div> + + + + + + Installing malware + + + + + Searching on Google + + + + + Sending fake messages to trick people into giving personal info + + + + + Using social media for marketing + + + + + + + + + + + + 8673 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4021,4925,88,9802 + + + + + + <div><p><span>Which is a strong password?</span></p></div> + + + + + + Summer2024 + + + + + ilovedogs + + + + + T8r!9f@Qz2 + + + + + 123456 + + + + + + + + + + + + 88 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3684,331,8808,8874 + + + + + + <div><p><span>What is a digital footprint?</span></p></div> + + + + + + A trail of personal data left online + + + + + Your browser history + + + + + Your shoe size + + + + + Internet usage fees + + + + + + + + + + + + 3684 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 470,5980,2539,2489 + + + + + + <div><p><span>What setting should you check on social media to protect your privacy?</span></p></div> + + + + + + Sound settings + + + + + Storage options + + + + + Profile visibility + + + + + Notification tones + + + + + + + + + + + + 2539 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3061,8039,3725,5470 + + + + + + <div><p><span>Which behavior is risky online?</span></p></div> + + + + + + Ignoring messages from unknown senders + + + + + Clicking unknown links in DMs + + + + + Using two-factor authentication + + + + + Using two-factor authentication + + + + + + + + + + + + 8039 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3132,5366,5961,839 + + + + + + <div><p><span>Which of these is an operating system?</span></p></div> + + + + + + PowerPoint + + + + + Windows 11 + + + + + Adobe Acrobat + + + + + Excel + + + + + + + + + + + + 5366 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3231,4220,5070,1718 + + + + + + <div><p><span>What is the purpose of a file extension (like .docx or .pptx)?</span></p></div> + + + + + + It controls the speed of the file + + + + + It makes the file more secure + + + + + It tells you what kind of file it is + + + + + It keeps the file hidden + + + + + + + + + + + + 5070 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1635,9629,6173,7140 + + + + + + <div><p><span>Which tool would you use to create a slideshow?</span></p></div> + + + + + + Word + + + + + Excel + + + + + PowerPoint + + + + + Notepad + + + + + + + + + + + + 6173 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3674,7816,7305,1487 + + + + + + <div><p><span>What does “Save As” do?</span></p></div> + + + + + + Deletes the file + + + + + Saves over your original file + + + + + Creates a new copy of the file + + + + + Sends the file to someone + + + + + + + + + + + + 7305 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 6938,6212,9347,1492 + + + + + + <div><p><span>Which feature helps organize text in a Word document?</span></p></div> + + + + + + Filters + + + + + Transitions + + + + + Bullets and numbering + + + + + Pivot tables + + + + + + + + + + + + 9347 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 6094,6812,3559,9937 + + + + + + <div><p><span>What is the subject line in an email used for?</span></p></div> + + + + + + To write a long message + + + + + To format attachments + + + + + To summarize the email topic + + + + + To add emojis + + + + + + + + + + + + 3559 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8337,7232,5557,5892 + + + + + + <div><p><span>What does CC stand for in email?</span></p></div> + + + + + + Copy Creator + + + + + Collaborative Contact + + + + + Carbon Copy + + + + + Calendar Contact + + + + + + + + + + + + 5557 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1208,5913,6543,4872 + + + + + + <div><p><span>Which is a best practice for professional email?</span></p></div> + + + + + + Use all caps to show urgency + + + + + Leave the subject line blank + + + + + Use polite greetings and clear language + + + + + Leave the subject line blank + + + + + + + + + + + + 6543 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7373,3095,5345,419 + + + + + + <div><p><span>Which tool is best for setting reminders for meetings?</span></p></div> + + + + + + Notepad + + + + + Calendar app + + + + + Calculator + + + + + Stopwatch + + + + + + + + + + + + 3095 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8094,355,4568,9018 + + + + + + <div><p><span>What is one benefit of digital note-taking?</span></p></div> + + + + + + It increases your typing speed + + + + + It guarantees perfect recall + + + + + Notes can be easily edited, searched, and shared + + + + + It eliminates the need to study + + + + + + + + + + + + 4568 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8760,1947,8160,1485 + + + + + + <div><p><span>What is cloud storage?</span></p></div> + + + + + + Data saved on your desktop + + + + + Data stored on paper + + + + + Data stored on remote internet servers + + + + + A backup USB drive + + + + + + + + + + + + 8160 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1196,8852,495,9217 + + + + + + <div><p><span>Which of these is a cloud storage service?</span></p></div> + + + + + + Photoshop + + + + + Google Drive + + + + + Excel + + + + + VLC Player + + + + + + + + + + + + 8852 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4628,6012,5515,5652 + + + + + + <div><p><span>What is a key benefit of using cloud storage?</span></p></div> + + + + + + It slows down your device + + + + + You can only access it from home + + + + + Files are accessible from multiple devices + + + + + It deletes your files automatically + + + + + + + + + + + + 5515 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7109,9415,1458,2475 + + + + + + <div><p><span>What does AI stand for?</span></p></div> + + + + + + Automated Interaction + + + + + Artificial Intelligence + + + + + Auto Information + + + + + Auto Information + + + + + + + + + + + + 9415 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7702,4320,5052,4435 + + + + + + <div><p><span>Which of these is an example of AI?</span></p></div> + + + + + + WordArt + + + + + Spell check + + + + + ChatGPT + + + + + Disk Cleanup + + + + + + + + + + + + 5052 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 9620,9933,9276,3633 + + + + + + <div><p><span>What is data visualization?</span></p></div> + + + + + + A fancy font + + + + + A type of password protection + + + + + A way to show data using charts and graphs + + + + + A method of hiding files + + + + + + + + + + + + 9276 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4430,1750,6320,4006 + + + + + + <div><p><span>What is one use of spreadsheets like Excel or Google Sheets?</span></p></div> + + + + + + Editing video + + + + + Making memes + + + + + Organizing and calculating data + + + + + Designing logos + + + + + + + + + + + + 6320 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3934,2979,780,1525 + + + + + + <div><p><span>What’s a benefit of a career in tech?</span></p></div> + + + + + + Limited job variety + + + + + Inflexible work environments + + + + + Fast-changing industry with many opportunities + + + + + No need for digital skills + + + + + + + + + + + + 780 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 2363,8207,1009,4605 + + + + + + <div><p><span>What is the digital divide?</span></p></div> + + + + + + A type of network cable + + + + + A problem in routers + + + + + Unequal access to technology and internet + + + + + A math concept + + + + + + + + + + + + 1009 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 5700,4958,9249,1367 + + + + + + <div><p><span>Which of the following helps bridge the digital divide?</span></p></div> + + + + + + Ignoring tech issues + + + + + Offering free public Wi-Fi and training + + + + + Selling expensive devices + + + + + Reducing education funding + + + + + + + + + + + + 4958 + + 100 + + + + + diff --git a/canvas-export/browsable/quizzes/g55e12300463fc786de13f041871687cc.xml.qti b/canvas-export/browsable/quizzes/g55e12300463fc786de13f041871687cc.xml.qti new file mode 100644 index 0000000..1daefe0 --- /dev/null +++ b/canvas-export/browsable/quizzes/g55e12300463fc786de13f041871687cc.xml.qti @@ -0,0 +1,323 @@ + + + + + + cc_maxattempts + 1 + + +
+ + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 6094,6812,3559,9937 + + + assessment_question_identifierref + gd972fd516faefb0da371ac21fdce176c + + + + + + <div><p><span>What is the subject line in an email used for?</span></p></div> + + + + + + To write a long message + + + + + To format attachments + + + + + To summarize the email topic + + + + + To add emojis + + + + + + + + + + + + 3559 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8337,7232,5557,5892 + + + assessment_question_identifierref + gbdda59574f24f6ea3506b32b167c68e2 + + + + + + <div><p><span>What does CC stand for in email?</span></p></div> + + + + + + Copy Creator + + + + + Collaborative Contact + + + + + Carbon Copy + + + + + Calendar Contact + + + + + + + + + + + + 5557 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1208,5913,6543,4872 + + + assessment_question_identifierref + g7b80e0ce9ec931cf93bbb662a4be54e4 + + + + + + <div><p><span>Which is a best practice for professional email?</span></p></div> + + + + + + Use all caps to show urgency + + + + + Leave the subject line blank + + + + + Use polite greetings and clear language + + + + + Leave the subject line blank + + + + + + + + + + + + 6543 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7373,3095,5345,419 + + + assessment_question_identifierref + g4a181dbc18345db7d798649cb6f56402 + + + + + + <div><p><span>Which tool is best for setting reminders for meetings?</span></p></div> + + + + + + Notepad + + + + + Calendar app + + + + + Calculator + + + + + Stopwatch + + + + + + + + + + + + 3095 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8094,355,4568,9018 + + + assessment_question_identifierref + ged46f3179a1111edafceaf9b044634e5 + + + + + + <div><p><span>What is one benefit of digital note-taking?</span></p></div> + + + + + + It increases your typing speed + + + + + It guarantees perfect recall + + + + + Notes can be easily edited, searched, and shared + + + + + It eliminates the need to study + + + + + + + + + + + + 4568 + + 100 + + + +
+
+
diff --git a/canvas-export/browsable/quizzes/g55e12300463fc786de13f041871687cc_meta.xml b/canvas-export/browsable/quizzes/g55e12300463fc786de13f041871687cc_meta.xml new file mode 100644 index 0000000..48bc320 --- /dev/null +++ b/canvas-export/browsable/quizzes/g55e12300463fc786de13f041871687cc_meta.xml @@ -0,0 +1,73 @@ + + + 📝 Quiz 4: Communication & Organization Tools + + 2025-07-14T06:59:00 + false + keep_highest + + assignment + 5.0 + false + false + false + + true + false + true + false + 1 + false + false + true + false + false + false + false + + 📝 Quiz 4: Communication & Organization Tools + 2025-07-14T06:59:00 + + + false + 2025-07-13 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + g55e12300463fc786de13f041871687cc + + false + 5.0 + points + true + online_quiz + 10 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + g3ccb70974bdf59d253685d37fd9f3669 + + + diff --git a/canvas-export/browsable/quizzes/g55e12300463fc786de13f041871687cc_qti.xml b/canvas-export/browsable/quizzes/g55e12300463fc786de13f041871687cc_qti.xml new file mode 100644 index 0000000..2fa7414 --- /dev/null +++ b/canvas-export/browsable/quizzes/g55e12300463fc786de13f041871687cc_qti.xml @@ -0,0 +1,275 @@ + + + + + + cc_profile + cc.exam.v0p1 + + + qmd_assessmenttype + Examination + + + qmd_scoretype + Percentage + + + cc_maxattempts + 1 + + +
+ + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is the subject line in an email used for?</span></p></div> + + + + + + To write a long message + + + + + To format attachments + + + + + To summarize the email topic + + + + + To add emojis + + + + + + + + + + + + 3559 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What does CC stand for in email?</span></p></div> + + + + + + Copy Creator + + + + + Collaborative Contact + + + + + Carbon Copy + + + + + Calendar Contact + + + + + + + + + + + + 5557 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which is a best practice for professional email?</span></p></div> + + + + + + Use all caps to show urgency + + + + + Leave the subject line blank + + + + + Use polite greetings and clear language + + + + + Leave the subject line blank + + + + + + + + + + + + 6543 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which tool is best for setting reminders for meetings?</span></p></div> + + + + + + Notepad + + + + + Calendar app + + + + + Calculator + + + + + Stopwatch + + + + + + + + + + + + 3095 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is one benefit of digital note-taking?</span></p></div> + + + + + + It increases your typing speed + + + + + It guarantees perfect recall + + + + + Notes can be easily edited, searched, and shared + + + + + It eliminates the need to study + + + + + + + + + + + + 4568 + + 100 + + + +
+
+
diff --git a/canvas-export/browsable/quizzes/g776056fb648f876aff392d3c9cc54c8a.xml.qti b/canvas-export/browsable/quizzes/g776056fb648f876aff392d3c9cc54c8a.xml.qti new file mode 100644 index 0000000..aed56aa --- /dev/null +++ b/canvas-export/browsable/quizzes/g776056fb648f876aff392d3c9cc54c8a.xml.qti @@ -0,0 +1,323 @@ + + + + + + cc_maxattempts + 1 + + +
+ + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8760,1947,8160,1485 + + + assessment_question_identifierref + ga80772194185f992ca765d7ed78ab787 + + + + + + <div><p><span>What is cloud storage?</span></p></div> + + + + + + Data saved on your desktop + + + + + Data stored on paper + + + + + Data stored on remote internet servers + + + + + A backup USB drive + + + + + + + + + + + + 8160 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1196,8852,495,9217 + + + assessment_question_identifierref + ge9bd90e0e31cd0f846f035a090d497a6 + + + + + + <div><p><span>Which of these is a cloud storage service?</span></p></div> + + + + + + Photoshop + + + + + Google Drive + + + + + Excel + + + + + VLC Player + + + + + + + + + + + + 8852 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4628,6012,5515,5652 + + + assessment_question_identifierref + g7e41d82a93adc05bd9d444195f084d0f + + + + + + <div><p><span>What is a key benefit of using cloud storage?</span></p></div> + + + + + + It slows down your device + + + + + You can only access it from home + + + + + Files are accessible from multiple devices + + + + + It deletes your files automatically + + + + + + + + + + + + 5515 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7109,9415,1458,2475 + + + assessment_question_identifierref + gc9e4cfc2c1a5fc4c04282ed6be5dfbb5 + + + + + + <div><p><span>What does AI stand for?</span></p></div> + + + + + + Automated Interaction + + + + + Artificial Intelligence + + + + + Auto Information + + + + + Auto Information + + + + + + + + + + + + 9415 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7702,4320,5052,4435 + + + assessment_question_identifierref + g2581db898caf4c4a3661ab322193b2d5 + + + + + + <div><p><span>Which of these is an example of AI?</span></p></div> + + + + + + WordArt + + + + + Spell check + + + + + ChatGPT + + + + + Disk Cleanup + + + + + + + + + + + + 5052 + + 100 + + + +
+
+
diff --git a/canvas-export/browsable/quizzes/g776056fb648f876aff392d3c9cc54c8a_meta.xml b/canvas-export/browsable/quizzes/g776056fb648f876aff392d3c9cc54c8a_meta.xml new file mode 100644 index 0000000..faa8d72 --- /dev/null +++ b/canvas-export/browsable/quizzes/g776056fb648f876aff392d3c9cc54c8a_meta.xml @@ -0,0 +1,73 @@ + + + 📝 Quiz 5: Cloud Tools & Artificial Intelligence + + 2025-07-21T06:59:00 + false + keep_highest + + assignment + 5.0 + false + false + false + + true + false + true + false + 1 + false + false + true + false + false + false + false + + 📝 Quiz 5: Cloud Tools & Artificial Intelligence + 2025-07-21T06:59:00 + + + false + 2025-07-20 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + g776056fb648f876aff392d3c9cc54c8a + + false + 5.0 + points + true + online_quiz + 13 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + g3ccb70974bdf59d253685d37fd9f3669 + + + diff --git a/canvas-export/browsable/quizzes/g776056fb648f876aff392d3c9cc54c8a_qti.xml b/canvas-export/browsable/quizzes/g776056fb648f876aff392d3c9cc54c8a_qti.xml new file mode 100644 index 0000000..5574349 --- /dev/null +++ b/canvas-export/browsable/quizzes/g776056fb648f876aff392d3c9cc54c8a_qti.xml @@ -0,0 +1,275 @@ + + + + + + cc_profile + cc.exam.v0p1 + + + qmd_assessmenttype + Examination + + + qmd_scoretype + Percentage + + + cc_maxattempts + 1 + + +
+ + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is cloud storage?</span></p></div> + + + + + + Data saved on your desktop + + + + + Data stored on paper + + + + + Data stored on remote internet servers + + + + + A backup USB drive + + + + + + + + + + + + 8160 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which of these is a cloud storage service?</span></p></div> + + + + + + Photoshop + + + + + Google Drive + + + + + Excel + + + + + VLC Player + + + + + + + + + + + + 8852 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is a key benefit of using cloud storage?</span></p></div> + + + + + + It slows down your device + + + + + You can only access it from home + + + + + Files are accessible from multiple devices + + + + + It deletes your files automatically + + + + + + + + + + + + 5515 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What does AI stand for?</span></p></div> + + + + + + Automated Interaction + + + + + Artificial Intelligence + + + + + Auto Information + + + + + Auto Information + + + + + + + + + + + + 9415 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which of these is an example of AI?</span></p></div> + + + + + + WordArt + + + + + Spell check + + + + + ChatGPT + + + + + Disk Cleanup + + + + + + + + + + + + 5052 + + 100 + + + +
+
+
diff --git a/canvas-export/browsable/quizzes/g8683e6f662efce59c49f0727ebb08b8e.xml.qti b/canvas-export/browsable/quizzes/g8683e6f662efce59c49f0727ebb08b8e.xml.qti new file mode 100644 index 0000000..70a442a --- /dev/null +++ b/canvas-export/browsable/quizzes/g8683e6f662efce59c49f0727ebb08b8e.xml.qti @@ -0,0 +1,323 @@ + + + + + + cc_maxattempts + 1 + + +
+ + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8005,7641,8673,9546 + + + assessment_question_identifierref + g18c7fcad724518a0a5a7e56827776468 + + + + + + <div><p><span>What is phishing?</span></p></div> + + + + + + Installing malware + + + + + Searching on Google + + + + + Sending fake messages to trick people into giving personal info + + + + + Using social media for marketing + + + + + + + + + + + + 8673 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4021,4925,88,9802 + + + assessment_question_identifierref + g851863e8bcc2520fdb5fe16fc1b49a8c + + + + + + <div><p><span>Which is a strong password?</span></p></div> + + + + + + Summer2024 + + + + + ilovedogs + + + + + T8r!9f@Qz2 + + + + + 123456 + + + + + + + + + + + + 88 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3684,331,8808,8874 + + + assessment_question_identifierref + g887faef50f3ef0aaea8e7256fa0da1b9 + + + + + + <div><p><span>What is a digital footprint?</span></p></div> + + + + + + A trail of personal data left online + + + + + Your browser history + + + + + Your shoe size + + + + + Internet usage fees + + + + + + + + + + + + 3684 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 470,5980,2539,2489 + + + assessment_question_identifierref + g3084b4c98b8acd5ac55ada89eb4fe8db + + + + + + <div><p><span>What setting should you check on social media to protect your privacy?</span></p></div> + + + + + + Sound settings + + + + + Storage options + + + + + Profile visibility + + + + + Notification tones + + + + + + + + + + + + 2539 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3061,8039,3725,5470 + + + assessment_question_identifierref + ga9d64b67d140353f0f1777c0729386ca + + + + + + <div><p><span>Which behavior is risky online?</span></p></div> + + + + + + Ignoring messages from unknown senders + + + + + Clicking unknown links in DMs + + + + + Using two-factor authentication + + + + + Using two-factor authentication + + + + + + + + + + + + 8039 + + 100 + + + +
+
+
diff --git a/canvas-export/browsable/quizzes/g8683e6f662efce59c49f0727ebb08b8e_meta.xml b/canvas-export/browsable/quizzes/g8683e6f662efce59c49f0727ebb08b8e_meta.xml new file mode 100644 index 0000000..68a27d1 --- /dev/null +++ b/canvas-export/browsable/quizzes/g8683e6f662efce59c49f0727ebb08b8e_meta.xml @@ -0,0 +1,73 @@ + + + 📝 Quiz 2: Online Safety & Social Media + + 2025-06-30T06:59:00 + false + keep_highest + + assignment + 5.0 + false + false + false + + true + false + true + false + 1 + false + false + true + false + false + false + false + + 📝 Quiz 2: Online Safety & Social Media + 2025-06-30T06:59:00 + + + false + 2025-06-29 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + g8683e6f662efce59c49f0727ebb08b8e + + false + 5.0 + points + true + online_quiz + 4 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + g3ccb70974bdf59d253685d37fd9f3669 + + + diff --git a/canvas-export/browsable/quizzes/g8683e6f662efce59c49f0727ebb08b8e_qti.xml b/canvas-export/browsable/quizzes/g8683e6f662efce59c49f0727ebb08b8e_qti.xml new file mode 100644 index 0000000..fce8b91 --- /dev/null +++ b/canvas-export/browsable/quizzes/g8683e6f662efce59c49f0727ebb08b8e_qti.xml @@ -0,0 +1,275 @@ + + + + + + cc_profile + cc.exam.v0p1 + + + qmd_assessmenttype + Examination + + + qmd_scoretype + Percentage + + + cc_maxattempts + 1 + + +
+ + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is phishing?</span></p></div> + + + + + + Installing malware + + + + + Searching on Google + + + + + Sending fake messages to trick people into giving personal info + + + + + Using social media for marketing + + + + + + + + + + + + 8673 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which is a strong password?</span></p></div> + + + + + + Summer2024 + + + + + ilovedogs + + + + + T8r!9f@Qz2 + + + + + 123456 + + + + + + + + + + + + 88 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is a digital footprint?</span></p></div> + + + + + + A trail of personal data left online + + + + + Your browser history + + + + + Your shoe size + + + + + Internet usage fees + + + + + + + + + + + + 3684 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What setting should you check on social media to protect your privacy?</span></p></div> + + + + + + Sound settings + + + + + Storage options + + + + + Profile visibility + + + + + Notification tones + + + + + + + + + + + + 2539 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which behavior is risky online?</span></p></div> + + + + + + Ignoring messages from unknown senders + + + + + Clicking unknown links in DMs + + + + + Using two-factor authentication + + + + + Using two-factor authentication + + + + + + + + + + + + 8039 + + 100 + + + +
+
+
diff --git a/canvas-export/browsable/quizzes/gf7e854532890cce27c3d002551563523.xml.qti b/canvas-export/browsable/quizzes/gf7e854532890cce27c3d002551563523.xml.qti new file mode 100644 index 0000000..8fb5aa1 --- /dev/null +++ b/canvas-export/browsable/quizzes/gf7e854532890cce27c3d002551563523.xml.qti @@ -0,0 +1,323 @@ + + + + + + cc_maxattempts + 1 + + +
+ + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1377,264,4876,4597 + + + assessment_question_identifierref + gcc0d0f8fb3c6fa86bf6aa5ab60af4d32 + + + + + + <div><p><span>What does the CPU in a computer do?</span></p></div> + + + + + + Stores data permanently + + + + + Sends documents to the printer + + + + + Processes instructions and runs programs + + + + + Connects to the internet + + + + + + + + + + + + 4876 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 550,8109,4808,5910 + + + assessment_question_identifierref + g530187ef6f0ddacf0397c62741ed4219 + + + + + + <div><p><span>Which of the following is an example of input hardware?</span></p></div> + + + + + + Printer + + + + + Monitor + + + + + Mouse + + + + + Speaker + + + + + + + + + + + + 4808 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 6602,1724,1700,5696 + + + assessment_question_identifierref + g8cc9b9260a2804e054d48da987eb3438 + + + + + + <div><p><span>What is “netiquette”?</span></p></div> + + + + + + Antivirus software + + + + + Digital note-taking + + + + + Rules for using email attachments + + + + + Guidelines for respectful online behavior + + + + + + + + + + + + 5696 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7475,6158,7962,8168 + + + assessment_question_identifierref + g511653d380e2a696938b354b110a233b + + + + + + <div><p><span>Which is a safe password practice?</span></p></div> + + + + + + Using “password123” for convenience + + + + + Writing your password on a sticky note + + + + + Creating a strong, unique password for each account + + + + + Sharing your password with trusted friends + + + + + + + + + + + + 7962 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4028,4807,5248,146 + + + assessment_question_identifierref + ge7e409c29079002d0461014f67bf45c1 + + + + + + <div><p><span>Which device stores data even when the power is off?</span></p></div> + + + + + + RAM + + + + + Hard Drive + + + + + CPU + + + + + Router + + + + + + + + + + + + 4807 + + 100 + + + +
+
+
diff --git a/canvas-export/browsable/quizzes/gf7e854532890cce27c3d002551563523_meta.xml b/canvas-export/browsable/quizzes/gf7e854532890cce27c3d002551563523_meta.xml new file mode 100644 index 0000000..ab443fb --- /dev/null +++ b/canvas-export/browsable/quizzes/gf7e854532890cce27c3d002551563523_meta.xml @@ -0,0 +1,73 @@ + + + 📝 Quiz 1: Computer Basics & Citizenship + + 2025-06-23T06:59:00 + false + keep_highest + + assignment + 5.0 + false + false + false + + true + false + true + false + 1 + false + false + true + false + false + false + false + + 📝 Quiz 1: Computer Basics & Citizenship + 2025-06-23T06:59:00 + + + false + 2025-06-22 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + gf7e854532890cce27c3d002551563523 + + false + 5.0 + points + true + online_quiz + 1 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + g3ccb70974bdf59d253685d37fd9f3669 + + + diff --git a/canvas-export/browsable/quizzes/gf7e854532890cce27c3d002551563523_qti.xml b/canvas-export/browsable/quizzes/gf7e854532890cce27c3d002551563523_qti.xml new file mode 100644 index 0000000..babf412 --- /dev/null +++ b/canvas-export/browsable/quizzes/gf7e854532890cce27c3d002551563523_qti.xml @@ -0,0 +1,275 @@ + + + + + + cc_profile + cc.exam.v0p1 + + + qmd_assessmenttype + Examination + + + qmd_scoretype + Percentage + + + cc_maxattempts + 1 + + +
+ + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What does the CPU in a computer do?</span></p></div> + + + + + + Stores data permanently + + + + + Sends documents to the printer + + + + + Processes instructions and runs programs + + + + + Connects to the internet + + + + + + + + + + + + 4876 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which of the following is an example of input hardware?</span></p></div> + + + + + + Printer + + + + + Monitor + + + + + Mouse + + + + + Speaker + + + + + + + + + + + + 4808 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is “netiquette”?</span></p></div> + + + + + + Antivirus software + + + + + Digital note-taking + + + + + Rules for using email attachments + + + + + Guidelines for respectful online behavior + + + + + + + + + + + + 5696 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which is a safe password practice?</span></p></div> + + + + + + Using “password123” for convenience + + + + + Writing your password on a sticky note + + + + + Creating a strong, unique password for each account + + + + + Sharing your password with trusted friends + + + + + + + + + + + + 7962 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which device stores data even when the power is off?</span></p></div> + + + + + + RAM + + + + + Hard Drive + + + + + CPU + + + + + Router + + + + + + + + + + + + 4807 + + 100 + + + +
+
+
diff --git a/canvas-export/browsable/quizzes/readable/final-exam-question-bank.md b/canvas-export/browsable/quizzes/readable/final-exam-question-bank.md new file mode 100644 index 0000000..159a7d6 --- /dev/null +++ b/canvas-export/browsable/quizzes/readable/final-exam-question-bank.md @@ -0,0 +1,271 @@ +# Final Exam Question Bank (30 questions) + +## Question 1 + +What does the CPU in a computer do? + + A. Stores data permanently + B. Sends documents to the printer + C. Processes instructions and runs programs + D. Connects to the internet + +## Question 2 + +Which of the following is an example of input hardware? + + A. Printer + B. Monitor + C. Mouse + D. Speaker + +## Question 3 + +What is “netiquette”? + + A. Antivirus software + B. Digital note-taking + C. Rules for using email attachments + D. Guidelines for respectful online behavior + +## Question 4 + +Which is a safe password practice? + + A. Using “password123” for convenience + B. Writing your password on a sticky note + C. Creating a strong, unique password for each account + D. Sharing your password with trusted friends + +## Question 5 + +Which device stores data even when the power is off? + + A. RAM + B. Hard Drive + C. CPU + D. Router + +## Question 6 + +What is phishing? + + A. Installing malware + B. Searching on Google + C. Sending fake messages to trick people into giving personal info + D. Using social media for marketing + +## Question 7 + +Which is a strong password? + + A. Summer2024 + B. ilovedogs + C. T8r!9f@Qz2 + D. 123456 + +## Question 8 + +What is a digital footprint? + + A. A trail of personal data left online + B. Your browser history + C. Your shoe size + D. Internet usage fees + +## Question 9 + +What setting should you check on social media to protect your privacy? + + A. Sound settings + B. Storage options + C. Profile visibility + D. Notification tones + +## Question 10 + +Which behavior is risky online? + + A. Ignoring messages from unknown senders + B. Clicking unknown links in DMs + C. Using two-factor authentication + D. Using two-factor authentication + +## Question 11 + +Which of these is an operating system? + + A. PowerPoint + B. Windows 11 + C. Adobe Acrobat + D. Excel + +## Question 12 + +What is the purpose of a file extension (like .docx or .pptx)? + + A. It controls the speed of the file + B. It makes the file more secure + C. It tells you what kind of file it is + D. It keeps the file hidden + +## Question 13 + +Which tool would you use to create a slideshow? + + A. Word + B. Excel + C. PowerPoint + D. Notepad + +## Question 14 + +What does “Save As” do? + + A. Deletes the file + B. Saves over your original file + C. Creates a new copy of the file + D. Sends the file to someone + +## Question 15 + +Which feature helps organize text in a Word document? + + A. Filters + B. Transitions + C. Bullets and numbering + D. Pivot tables + +## Question 16 + +What is the subject line in an email used for? + + A. To write a long message + B. To format attachments + C. To summarize the email topic + D. To add emojis + +## Question 17 + +What does CC stand for in email? + + A. Copy Creator + B. Collaborative Contact + C. Carbon Copy + D. Calendar Contact + +## Question 18 + +Which is a best practice for professional email? + + A. Use all caps to show urgency + B. Leave the subject line blank + C. Use polite greetings and clear language + D. Leave the subject line blank + +## Question 19 + +Which tool is best for setting reminders for meetings? + + A. Notepad + B. Calendar app + C. Calculator + D. Stopwatch + +## Question 20 + +What is one benefit of digital note-taking? + + A. It increases your typing speed + B. It guarantees perfect recall + C. Notes can be easily edited, searched, and shared + D. It eliminates the need to study + +## Question 21 + +What is cloud storage? + + A. Data saved on your desktop + B. Data stored on paper + C. Data stored on remote internet servers + D. A backup USB drive + +## Question 22 + +Which of these is a cloud storage service? + + A. Photoshop + B. Google Drive + C. Excel + D. VLC Player + +## Question 23 + +What is a key benefit of using cloud storage? + + A. It slows down your device + B. You can only access it from home + C. Files are accessible from multiple devices + D. It deletes your files automatically + +## Question 24 + +What does AI stand for? + + A. Automated Interaction + B. Artificial Intelligence + C. Auto Information + D. Auto Information + +## Question 25 + +Which of these is an example of AI? + + A. WordArt + B. Spell check + C. ChatGPT + D. Disk Cleanup + +## Question 26 + +What is data visualization? + + A. A fancy font + B. A type of password protection + C. A way to show data using charts and graphs + D. A method of hiding files + +## Question 27 + +What is one use of spreadsheets like Excel or Google Sheets? + + A. Editing video + B. Making memes + C. Organizing and calculating data + D. Designing logos + +## Question 28 + +What’s a benefit of a career in tech? + + A. Limited job variety + B. Inflexible work environments + C. Fast-changing industry with many opportunities + D. No need for digital skills + +## Question 29 + +What is the digital divide? + + A. A type of network cable + B. A problem in routers + C. Unequal access to technology and internet + D. A math concept + +## Question 30 + +Which of the following helps bridge the digital divide? + + A. Ignoring tech issues + B. Offering free public Wi-Fi and training + C. Selling expensive devices + D. Reducing education funding diff --git a/canvas-export/browsable/quizzes/readable/quiz-1-computer-basics--citizenship.md b/canvas-export/browsable/quizzes/readable/quiz-1-computer-basics--citizenship.md new file mode 100644 index 0000000..08d4620 --- /dev/null +++ b/canvas-export/browsable/quizzes/readable/quiz-1-computer-basics--citizenship.md @@ -0,0 +1,46 @@ +# 📝 Quiz 1: Computer Basics & Citizenship + +## Question 1: Question + +What does the CPU in a computer do? + + A. Stores data permanently + B. Sends documents to the printer + C. Processes instructions and runs programs + D. Connects to the internet + +## Question 2: Question + +Which of the following is an example of input hardware? + + A. Printer + B. Monitor + C. Mouse + D. Speaker + +## Question 3: Question + +What is “netiquette”? + + A. Antivirus software + B. Digital note-taking + C. Rules for using email attachments + D. Guidelines for respectful online behavior + +## Question 4: Question + +Which is a safe password practice? + + A. Using “password123” for convenience + B. Writing your password on a sticky note + C. Creating a strong, unique password for each account + D. Sharing your password with trusted friends + +## Question 5: Question + +Which device stores data even when the power is off? + + A. RAM + B. Hard Drive + C. CPU + D. Router diff --git a/canvas-export/browsable/quizzes/readable/quiz-2-online-safety--social-media.md b/canvas-export/browsable/quizzes/readable/quiz-2-online-safety--social-media.md new file mode 100644 index 0000000..4a3585a --- /dev/null +++ b/canvas-export/browsable/quizzes/readable/quiz-2-online-safety--social-media.md @@ -0,0 +1,46 @@ +# 📝 Quiz 2: Online Safety & Social Media + +## Question 1: Question + +What is phishing? + + A. Installing malware + B. Searching on Google + C. Sending fake messages to trick people into giving personal info + D. Using social media for marketing + +## Question 2: Question + +Which is a strong password? + + A. Summer2024 + B. ilovedogs + C. T8r!9f@Qz2 + D. 123456 + +## Question 3: Question + +What is a digital footprint? + + A. A trail of personal data left online + B. Your browser history + C. Your shoe size + D. Internet usage fees + +## Question 4: Question + +What setting should you check on social media to protect your privacy? + + A. Sound settings + B. Storage options + C. Profile visibility + D. Notification tones + +## Question 5: Question + +Which behavior is risky online? + + A. Ignoring messages from unknown senders + B. Clicking unknown links in DMs + C. Using two-factor authentication + D. Using two-factor authentication diff --git a/canvas-export/browsable/quizzes/readable/quiz-3-os-navigation--document-tools.md b/canvas-export/browsable/quizzes/readable/quiz-3-os-navigation--document-tools.md new file mode 100644 index 0000000..7264b39 --- /dev/null +++ b/canvas-export/browsable/quizzes/readable/quiz-3-os-navigation--document-tools.md @@ -0,0 +1,46 @@ +# 📝 Quiz 3: OS Navigation & Document Tools + +## Question 1: Question + +Which of these is an operating system? + + A. PowerPoint + B. Windows 11 + C. Adobe Acrobat + D. Excel + +## Question 2: Question + +What is the purpose of a file extension (like .docx or .pptx)? + + A. It controls the speed of the file + B. It makes the file more secure + C. It tells you what kind of file it is + D. It keeps the file hidden + +## Question 3: Question + +Which tool would you use to create a slideshow? + + A. Word + B. Excel + C. PowerPoint + D. Notepad + +## Question 4: Question + +What does “Save As” do? + + A. Deletes the file + B. Saves over your original file + C. Creates a new copy of the file + D. Sends the file to someone + +## Question 5: Question + +Which feature helps organize text in a Word document? + + A. Filters + B. Transitions + C. Bullets and numbering + D. Pivot tables diff --git a/canvas-export/browsable/quizzes/readable/quiz-4-communication--organization-tools.md b/canvas-export/browsable/quizzes/readable/quiz-4-communication--organization-tools.md new file mode 100644 index 0000000..6a0c4cf --- /dev/null +++ b/canvas-export/browsable/quizzes/readable/quiz-4-communication--organization-tools.md @@ -0,0 +1,46 @@ +# 📝 Quiz 4: Communication & Organization Tools + +## Question 1: Question + +What is the subject line in an email used for? + + A. To write a long message + B. To format attachments + C. To summarize the email topic + D. To add emojis + +## Question 2: Question + +What does CC stand for in email? + + A. Copy Creator + B. Collaborative Contact + C. Carbon Copy + D. Calendar Contact + +## Question 3: Question + +Which is a best practice for professional email? + + A. Use all caps to show urgency + B. Leave the subject line blank + C. Use polite greetings and clear language + D. Leave the subject line blank + +## Question 4: Question + +Which tool is best for setting reminders for meetings? + + A. Notepad + B. Calendar app + C. Calculator + D. Stopwatch + +## Question 5: Question + +What is one benefit of digital note-taking? + + A. It increases your typing speed + B. It guarantees perfect recall + C. Notes can be easily edited, searched, and shared + D. It eliminates the need to study diff --git a/canvas-export/browsable/quizzes/readable/quiz-5-cloud-tools--artificial-intelligence.md b/canvas-export/browsable/quizzes/readable/quiz-5-cloud-tools--artificial-intelligence.md new file mode 100644 index 0000000..827f092 --- /dev/null +++ b/canvas-export/browsable/quizzes/readable/quiz-5-cloud-tools--artificial-intelligence.md @@ -0,0 +1,46 @@ +# 📝 Quiz 5: Cloud Tools & Artificial Intelligence + +## Question 1: Question + +What is cloud storage? + + A. Data saved on your desktop + B. Data stored on paper + C. Data stored on remote internet servers + D. A backup USB drive + +## Question 2: Question + +Which of these is a cloud storage service? + + A. Photoshop + B. Google Drive + C. Excel + D. VLC Player + +## Question 3: Question + +What is a key benefit of using cloud storage? + + A. It slows down your device + B. You can only access it from home + C. Files are accessible from multiple devices + D. It deletes your files automatically + +## Question 4: Question + +What does AI stand for? + + A. Automated Interaction + B. Artificial Intelligence + C. Auto Information + D. Auto Information + +## Question 5: Question + +Which of these is an example of AI? + + A. WordArt + B. Spell check + C. ChatGPT + D. Disk Cleanup diff --git a/canvas-export/browsable/quizzes/readable/quiz-6-data-careers--the-digital-divide.md b/canvas-export/browsable/quizzes/readable/quiz-6-data-careers--the-digital-divide.md new file mode 100644 index 0000000..22aba64 --- /dev/null +++ b/canvas-export/browsable/quizzes/readable/quiz-6-data-careers--the-digital-divide.md @@ -0,0 +1,46 @@ +# 📝 Quiz 6: Data, Careers & the Digital Divide + +## Question 1: Question + +What is data visualization? + + A. A fancy font + B. A type of password protection + C. A way to show data using charts and graphs + D. A method of hiding files + +## Question 2: Question + +What is one use of spreadsheets like Excel or Google Sheets? + + A. Editing video + B. Making memes + C. Organizing and calculating data + D. Designing logos + +## Question 3: Question + +What’s a benefit of a career in tech? + + A. Limited job variety + B. Inflexible work environments + C. Fast-changing industry with many opportunities + D. No need for digital skills + +## Question 4: Question + +What is the digital divide? + + A. A type of network cable + B. A problem in routers + C. Unequal access to technology and internet + D. A math concept + +## Question 5: Question + +Which of the following helps bridge the digital divide? + + A. Ignoring tech issues + B. Offering free public Wi-Fi and training + C. Selling expensive devices + D. Reducing education funding diff --git a/canvas-export/browsable/settings/assignment_groups.xml b/canvas-export/browsable/settings/assignment_groups.xml new file mode 100644 index 0000000..c5a72d6 --- /dev/null +++ b/canvas-export/browsable/settings/assignment_groups.xml @@ -0,0 +1,8 @@ + + + + Assignments + 1 + 0.0 + + diff --git a/canvas-export/browsable/settings/canvas_export.txt b/canvas-export/browsable/settings/canvas_export.txt new file mode 100644 index 0000000..af9c164 --- /dev/null +++ b/canvas-export/browsable/settings/canvas_export.txt @@ -0,0 +1,2 @@ +Q: What did the panda say when he was forced out of his natural habitat? +A: This is un-BEAR-able diff --git a/canvas-export/browsable/settings/context.xml b/canvas-export/browsable/settings/context.xml new file mode 100644 index 0000000..1b6feb4 --- /dev/null +++ b/canvas-export/browsable/settings/context.xml @@ -0,0 +1,9 @@ + + + 22020 + CSIS1 COMPUTER LITERACY SU25 80966 + 94250000000000001 + Gavilan College + OGim8wCReMH9VGcSneyMHaJaNcmaSaFKex4LKBO6 + ilearn.gavilan.edu + diff --git a/canvas-export/browsable/settings/course_settings.xml b/canvas-export/browsable/settings/course_settings.xml new file mode 100644 index 0000000..a775dda --- /dev/null +++ b/canvas-export/browsable/settings/course_settings.xml @@ -0,0 +1,45 @@ + + + CSIS1 COMPUTER LITERACY SU25 80966 + CSIS1 SU25 80966 + 2025-06-16T07:00:00 + 2025-07-28T07:00:00 + [{"id":0},{"id":14},{"id":10},{"id":3},{"id":8},{"id":4},{"id":5},{"id":"context_external_tool_g14780bac32c540734198eb360935fbb4","hidden":true},{"id":"context_external_tool_g8b82633dda0e08f63862365db67ec90d","hidden":true},{"id":"context_external_tool_gaa6f7f23cb5191224763ff6657c0a758","hidden":true},{"id":"context_external_tool_g8765ef6c432b0d1b5fd5e51a2ab4000c","hidden":true},{"id":"context_external_tool_gbe0c9ebd4d313009a5adb6d21cfd4b88","hidden":true},{"id":"context_external_tool_g09dedefa9b2ae2d5aa04b17601844fa3","hidden":true},{"id":"context_external_tool_g69c5d39e66e39a61e7c92dd580717880","hidden":true},{"id":"context_external_tool_gb1f0d52d90f4b62096f63deb527bc742","hidden":true},{"id":"context_external_tool_g318c35c79db4818bb10e365529a8d2e2","hidden":true},{"id":"context_external_tool_g8c4c1cbaecd4d2e79fa6edfb9eb951fb","hidden":true},{"id":"context_external_tool_g194c236a89d083c0da58122176d482df","hidden":true},{"id":"context_external_tool_g3a070902f1b61ae3e3e2ae70fc06612d","hidden":true},{"id":"context_external_tool_ge2c67cb455d93f303dcb16c1cd23c58d","hidden":true},{"id":"context_external_tool_gee45ee31c318033856ebd2c0389296c3","hidden":true},{"id":"context_external_tool_g31a6a58be189a5b27ee1da472b655a8e","hidden":true},{"id":"context_external_tool_g75f5ef2c794d4232369144c2f122914f","hidden":true},{"id":"context_external_tool_g4c4c5b0d73282e644257f860989ca484","hidden":true},{"id":"context_external_tool_gf5cd96133845607fe9f6a858ad6ab43a","hidden":true},{"id":"context_external_tool_g7361211a112cf685e7bd7b7d36bf77ec","hidden":true},{"id":"context_external_tool_11220","hidden":true},{"id":"context_external_tool_11153","hidden":true},{"id":"context_external_tool_g06493cffaf4bf40c3c1c8963834cf175","hidden":true},{"id":"context_external_tool_g353baf97ffd62d17175400c5b9deb6ad","hidden":true},{"id":"context_external_tool_gb3078dd09303f4331c5873339bbcd008","hidden":true},{"id":17,"hidden":true},{"id":12,"hidden":true},{"id":18,"hidden":true},{"id":15,"hidden":true},{"id":1,"hidden":true},{"id":11,"hidden":true},{"id":2,"hidden":true},{"id":6,"hidden":true}] + gbe2534c291b8dd606dd22f733b1dcac6 + false + false + false + true + false + teachers + true + modules + false + false + false + private + false + false + false + true + true + false + 3 + false + true + true + true + false + false + false + true + false + false + 2097152000 + + OGim8wCReMH9VGcSneyMHaJaNcmaSaFKex4LKBO6 + + false + + false + diff --git a/canvas-export/browsable/settings/files_meta.xml b/canvas-export/browsable/settings/files_meta.xml new file mode 100644 index 0000000..2aa4140 --- /dev/null +++ b/canvas-export/browsable/settings/files_meta.xml @@ -0,0 +1,8 @@ + + + + + true + + + diff --git a/canvas-export/browsable/settings/media_tracks.xml b/canvas-export/browsable/settings/media_tracks.xml new file mode 100644 index 0000000..b841a2d --- /dev/null +++ b/canvas-export/browsable/settings/media_tracks.xml @@ -0,0 +1,3 @@ + + + diff --git a/canvas-export/browsable/settings/module_meta.xml b/canvas-export/browsable/settings/module_meta.xml new file mode 100644 index 0000000..15affe5 --- /dev/null +++ b/canvas-export/browsable/settings/module_meta.xml @@ -0,0 +1,347 @@ + + + + 👉🏼 Start Here + active + 1 + 2024-01-01T14:00:00 + false + false + + + WikiPage + active + 👋🏼 Welcome to CSIS 1! + gef8134489a2a836e35973358397d485f + 1 + + 0 + null + + + WikiPage + active + ⭐️ Course Syllabus - Summer 2025 + g6598a524469336cb1ba821b107f85382 + 2 + false + 0 + null + + + WikiPage + active + 📚 Required Book, Tools & Software + g9686747ce3beb5cca74ff5d8bcfb8e6d + 3 + + 0 + null + + + WikiPage + active + 🚨 Online Student Support Hub + g6a164a650a93270020e5ebf740794b3d + 4 + false + 0 + null + + + + + Module 1 (June 16–22): Computer Basics & Digital Citizenship + active + 2 + false + false + + + WikiPage + active + 📘 Reading: Chapters 1 & 2 + ge84bf8ef5fcfb9e8bc83c36c23f2bf75 + 1 + + 0 + null + + + Quizzes::Quiz + active + 📝 Quiz 1: Computer Basics & Citizenship + gf7e854532890cce27c3d002551563523 + 2 + + 0 + null + + + DiscussionTopic + active + 💬 Discussion 1: What does being “digitally literate” mean to you today? + g6b2b16e6cfc0685976d34c0f4f426066 + 3 + + 0 + null + + + Assignment + active + 🛠 Real-World Task: Tech Self-Audit + Risk Assessment + g4a65925fd9f01efc0a05b3c47e5ec449 + 4 + + 0 + null + + + + + Module 2 (June 23–29): Cybersecurity & Social Media + active + 3 + false + false + + + WikiPage + active + 📘 Reading: Chapters 3 & 4 + g4d99964a1b1c7b8f3318c8777aa26b61 + 1 + + 0 + null + + + Quizzes::Quiz + active + 📝 Quiz 2: Online Safety & Social Media + g8683e6f662efce59c49f0727ebb08b8e + 2 + + 0 + null + + + DiscussionTopic + active + 💬 Discussion 2: Share an experience or concern about online safety or social media boundaries + gaad6d7825a97aee784972a2cad8e5366 + 3 + + 0 + null + + + Assignment + active + 🛠 Real-World Task: Online Safety & Reputation Report + g3450c66468cdf62abe94b63ec0c56f76 + 4 + + 0 + null + + + + + Module 3 (June 30–July 6): Operating Systems & Docs + active + 4 + false + false + + + WikiPage + active + 📘 Reading: Chapters 5 & 6 + ge0d581c7fd6833598f28b87f252bbedf + 1 + + 0 + null + + + Quizzes::Quiz + active + 📝 Quiz 3: OS Navigation & Document Tools + g0992cecf0e5a8053211e1c50e00cea7e + 2 + + 0 + null + + + DiscussionTopic + active + 💬 Discussion 3: What tools (if any) have you used for writing or presentations? What’s new for you here? + gb29a0ed0d4192119cb64e570d162b62c + 3 + + 0 + null + + + Assignment + active + 🛠 Real-World Task: Professional Document Build + ga23e60d3ff3883bc6a3624b765d9a825 + 4 + + 0 + null + + + + + Module 4 (July 7–13): Email, Calendars & Notes + active + 5 + false + false + + + WikiPage + active + 📘 Reading: Chapters 7 & 8 + g892e81ae80fee2262200e8a123f83744 + 1 + + 0 + null + + + Quizzes::Quiz + active + 📝 Quiz 4: Communication & Organization Tools + g55e12300463fc786de13f041871687cc + 2 + + 0 + null + + + DiscussionTopic + active + 💬 Discussion 4: What’s your biggest challenge staying organized digitally—or a tip that helps you? + gc6f00b2f1ef2a25bb0461a9e9b757164 + 3 + + 0 + null + + + Assignment + active + 🛠 Real-World Task: Work & Life Digital Communication Simulation + g87208024851bc7774c9ff33c5f71cb73 + 4 + + 0 + null + + + + + Module 5 (July 14–20): Cloud Storage & AI + active + 6 + false + false + + + WikiPage + active + 📘 Reading: Chapters 9 & 10 + ge37a009f5d3557dcde74bdecb02e0bcf + 1 + + 0 + null + + + Quizzes::Quiz + active + 📝 Quiz 5: Cloud Tools & Artificial Intelligence + g776056fb648f876aff392d3c9cc54c8a + 2 + + 0 + null + + + DiscussionTopic + active + 💬 Discussion 5: What’s one AI tool you’ve used (or heard about)? How do you feel about it? + g5090ae485fd41cf1af997c15bfaaee19 + 3 + + 0 + null + + + Assignment + active + 🛠 Real-World Task: Collaborative Cloud Workspace + gc0c95c405ebe46f213ee926f2a3cc1c3 + 4 + + 0 + null + + + + + Module 6 (July 21–27): Data, Careers & Access + active + 7 + false + false + + + WikiPage + active + 📘 Reading: Chapters 11, 12, 13, 14 + g57083fc4f516cc8e09c72aaee1f6d17a + 1 + + 0 + null + + + Quizzes::Quiz + active + 📝 Quiz 6: Data, Careers & the Digital Divide + g160172ca328f1d3fd5f08cf1b2c3313f + 2 + + 0 + null + + + DiscussionTopic + active + 💬 Discussion 6: What role do you think tech should play in creating access and opportunity? + gba942be960c15570eaf36cfad8f988fa + 3 + + 0 + null + + + Assignment + active + 🛠 Real-World Task: AI or Emerging Tech Use Case Report + gb01b7069541feaa20bac24232193d12c + 4 + + 0 + null + + + + diff --git a/canvas-export/raw/course_settings/assignment_groups.xml b/canvas-export/raw/course_settings/assignment_groups.xml new file mode 100644 index 0000000..c5a72d6 --- /dev/null +++ b/canvas-export/raw/course_settings/assignment_groups.xml @@ -0,0 +1,8 @@ + + + + Assignments + 1 + 0.0 + + diff --git a/canvas-export/raw/course_settings/canvas_export.txt b/canvas-export/raw/course_settings/canvas_export.txt new file mode 100644 index 0000000..af9c164 --- /dev/null +++ b/canvas-export/raw/course_settings/canvas_export.txt @@ -0,0 +1,2 @@ +Q: What did the panda say when he was forced out of his natural habitat? +A: This is un-BEAR-able diff --git a/canvas-export/raw/course_settings/context.xml b/canvas-export/raw/course_settings/context.xml new file mode 100644 index 0000000..1b6feb4 --- /dev/null +++ b/canvas-export/raw/course_settings/context.xml @@ -0,0 +1,9 @@ + + + 22020 + CSIS1 COMPUTER LITERACY SU25 80966 + 94250000000000001 + Gavilan College + OGim8wCReMH9VGcSneyMHaJaNcmaSaFKex4LKBO6 + ilearn.gavilan.edu + diff --git a/canvas-export/raw/course_settings/course_settings.xml b/canvas-export/raw/course_settings/course_settings.xml new file mode 100644 index 0000000..a775dda --- /dev/null +++ b/canvas-export/raw/course_settings/course_settings.xml @@ -0,0 +1,45 @@ + + + CSIS1 COMPUTER LITERACY SU25 80966 + CSIS1 SU25 80966 + 2025-06-16T07:00:00 + 2025-07-28T07:00:00 + [{"id":0},{"id":14},{"id":10},{"id":3},{"id":8},{"id":4},{"id":5},{"id":"context_external_tool_g14780bac32c540734198eb360935fbb4","hidden":true},{"id":"context_external_tool_g8b82633dda0e08f63862365db67ec90d","hidden":true},{"id":"context_external_tool_gaa6f7f23cb5191224763ff6657c0a758","hidden":true},{"id":"context_external_tool_g8765ef6c432b0d1b5fd5e51a2ab4000c","hidden":true},{"id":"context_external_tool_gbe0c9ebd4d313009a5adb6d21cfd4b88","hidden":true},{"id":"context_external_tool_g09dedefa9b2ae2d5aa04b17601844fa3","hidden":true},{"id":"context_external_tool_g69c5d39e66e39a61e7c92dd580717880","hidden":true},{"id":"context_external_tool_gb1f0d52d90f4b62096f63deb527bc742","hidden":true},{"id":"context_external_tool_g318c35c79db4818bb10e365529a8d2e2","hidden":true},{"id":"context_external_tool_g8c4c1cbaecd4d2e79fa6edfb9eb951fb","hidden":true},{"id":"context_external_tool_g194c236a89d083c0da58122176d482df","hidden":true},{"id":"context_external_tool_g3a070902f1b61ae3e3e2ae70fc06612d","hidden":true},{"id":"context_external_tool_ge2c67cb455d93f303dcb16c1cd23c58d","hidden":true},{"id":"context_external_tool_gee45ee31c318033856ebd2c0389296c3","hidden":true},{"id":"context_external_tool_g31a6a58be189a5b27ee1da472b655a8e","hidden":true},{"id":"context_external_tool_g75f5ef2c794d4232369144c2f122914f","hidden":true},{"id":"context_external_tool_g4c4c5b0d73282e644257f860989ca484","hidden":true},{"id":"context_external_tool_gf5cd96133845607fe9f6a858ad6ab43a","hidden":true},{"id":"context_external_tool_g7361211a112cf685e7bd7b7d36bf77ec","hidden":true},{"id":"context_external_tool_11220","hidden":true},{"id":"context_external_tool_11153","hidden":true},{"id":"context_external_tool_g06493cffaf4bf40c3c1c8963834cf175","hidden":true},{"id":"context_external_tool_g353baf97ffd62d17175400c5b9deb6ad","hidden":true},{"id":"context_external_tool_gb3078dd09303f4331c5873339bbcd008","hidden":true},{"id":17,"hidden":true},{"id":12,"hidden":true},{"id":18,"hidden":true},{"id":15,"hidden":true},{"id":1,"hidden":true},{"id":11,"hidden":true},{"id":2,"hidden":true},{"id":6,"hidden":true}] + gbe2534c291b8dd606dd22f733b1dcac6 + false + false + false + true + false + teachers + true + modules + false + false + false + private + false + false + false + true + true + false + 3 + false + true + true + true + false + false + false + true + false + false + 2097152000 + + OGim8wCReMH9VGcSneyMHaJaNcmaSaFKex4LKBO6 + + false + + false + diff --git a/canvas-export/raw/course_settings/files_meta.xml b/canvas-export/raw/course_settings/files_meta.xml new file mode 100644 index 0000000..2aa4140 --- /dev/null +++ b/canvas-export/raw/course_settings/files_meta.xml @@ -0,0 +1,8 @@ + + + + + true + + + diff --git a/canvas-export/raw/course_settings/media_tracks.xml b/canvas-export/raw/course_settings/media_tracks.xml new file mode 100644 index 0000000..b841a2d --- /dev/null +++ b/canvas-export/raw/course_settings/media_tracks.xml @@ -0,0 +1,3 @@ + + + diff --git a/canvas-export/raw/course_settings/module_meta.xml b/canvas-export/raw/course_settings/module_meta.xml new file mode 100644 index 0000000..15affe5 --- /dev/null +++ b/canvas-export/raw/course_settings/module_meta.xml @@ -0,0 +1,347 @@ + + + + 👉🏼 Start Here + active + 1 + 2024-01-01T14:00:00 + false + false + + + WikiPage + active + 👋🏼 Welcome to CSIS 1! + gef8134489a2a836e35973358397d485f + 1 + + 0 + null + + + WikiPage + active + ⭐️ Course Syllabus - Summer 2025 + g6598a524469336cb1ba821b107f85382 + 2 + false + 0 + null + + + WikiPage + active + 📚 Required Book, Tools & Software + g9686747ce3beb5cca74ff5d8bcfb8e6d + 3 + + 0 + null + + + WikiPage + active + 🚨 Online Student Support Hub + g6a164a650a93270020e5ebf740794b3d + 4 + false + 0 + null + + + + + Module 1 (June 16–22): Computer Basics & Digital Citizenship + active + 2 + false + false + + + WikiPage + active + 📘 Reading: Chapters 1 & 2 + ge84bf8ef5fcfb9e8bc83c36c23f2bf75 + 1 + + 0 + null + + + Quizzes::Quiz + active + 📝 Quiz 1: Computer Basics & Citizenship + gf7e854532890cce27c3d002551563523 + 2 + + 0 + null + + + DiscussionTopic + active + 💬 Discussion 1: What does being “digitally literate” mean to you today? + g6b2b16e6cfc0685976d34c0f4f426066 + 3 + + 0 + null + + + Assignment + active + 🛠 Real-World Task: Tech Self-Audit + Risk Assessment + g4a65925fd9f01efc0a05b3c47e5ec449 + 4 + + 0 + null + + + + + Module 2 (June 23–29): Cybersecurity & Social Media + active + 3 + false + false + + + WikiPage + active + 📘 Reading: Chapters 3 & 4 + g4d99964a1b1c7b8f3318c8777aa26b61 + 1 + + 0 + null + + + Quizzes::Quiz + active + 📝 Quiz 2: Online Safety & Social Media + g8683e6f662efce59c49f0727ebb08b8e + 2 + + 0 + null + + + DiscussionTopic + active + 💬 Discussion 2: Share an experience or concern about online safety or social media boundaries + gaad6d7825a97aee784972a2cad8e5366 + 3 + + 0 + null + + + Assignment + active + 🛠 Real-World Task: Online Safety & Reputation Report + g3450c66468cdf62abe94b63ec0c56f76 + 4 + + 0 + null + + + + + Module 3 (June 30–July 6): Operating Systems & Docs + active + 4 + false + false + + + WikiPage + active + 📘 Reading: Chapters 5 & 6 + ge0d581c7fd6833598f28b87f252bbedf + 1 + + 0 + null + + + Quizzes::Quiz + active + 📝 Quiz 3: OS Navigation & Document Tools + g0992cecf0e5a8053211e1c50e00cea7e + 2 + + 0 + null + + + DiscussionTopic + active + 💬 Discussion 3: What tools (if any) have you used for writing or presentations? What’s new for you here? + gb29a0ed0d4192119cb64e570d162b62c + 3 + + 0 + null + + + Assignment + active + 🛠 Real-World Task: Professional Document Build + ga23e60d3ff3883bc6a3624b765d9a825 + 4 + + 0 + null + + + + + Module 4 (July 7–13): Email, Calendars & Notes + active + 5 + false + false + + + WikiPage + active + 📘 Reading: Chapters 7 & 8 + g892e81ae80fee2262200e8a123f83744 + 1 + + 0 + null + + + Quizzes::Quiz + active + 📝 Quiz 4: Communication & Organization Tools + g55e12300463fc786de13f041871687cc + 2 + + 0 + null + + + DiscussionTopic + active + 💬 Discussion 4: What’s your biggest challenge staying organized digitally—or a tip that helps you? + gc6f00b2f1ef2a25bb0461a9e9b757164 + 3 + + 0 + null + + + Assignment + active + 🛠 Real-World Task: Work & Life Digital Communication Simulation + g87208024851bc7774c9ff33c5f71cb73 + 4 + + 0 + null + + + + + Module 5 (July 14–20): Cloud Storage & AI + active + 6 + false + false + + + WikiPage + active + 📘 Reading: Chapters 9 & 10 + ge37a009f5d3557dcde74bdecb02e0bcf + 1 + + 0 + null + + + Quizzes::Quiz + active + 📝 Quiz 5: Cloud Tools & Artificial Intelligence + g776056fb648f876aff392d3c9cc54c8a + 2 + + 0 + null + + + DiscussionTopic + active + 💬 Discussion 5: What’s one AI tool you’ve used (or heard about)? How do you feel about it? + g5090ae485fd41cf1af997c15bfaaee19 + 3 + + 0 + null + + + Assignment + active + 🛠 Real-World Task: Collaborative Cloud Workspace + gc0c95c405ebe46f213ee926f2a3cc1c3 + 4 + + 0 + null + + + + + Module 6 (July 21–27): Data, Careers & Access + active + 7 + false + false + + + WikiPage + active + 📘 Reading: Chapters 11, 12, 13, 14 + g57083fc4f516cc8e09c72aaee1f6d17a + 1 + + 0 + null + + + Quizzes::Quiz + active + 📝 Quiz 6: Data, Careers & the Digital Divide + g160172ca328f1d3fd5f08cf1b2c3313f + 2 + + 0 + null + + + DiscussionTopic + active + 💬 Discussion 6: What role do you think tech should play in creating access and opportunity? + gba942be960c15570eaf36cfad8f988fa + 3 + + 0 + null + + + Assignment + active + 🛠 Real-World Task: AI or Emerging Tech Use Case Report + gb01b7069541feaa20bac24232193d12c + 4 + + 0 + null + + + + diff --git a/canvas-export/raw/g0992cecf0e5a8053211e1c50e00cea7e/assessment_meta.xml b/canvas-export/raw/g0992cecf0e5a8053211e1c50e00cea7e/assessment_meta.xml new file mode 100644 index 0000000..6610dc7 --- /dev/null +++ b/canvas-export/raw/g0992cecf0e5a8053211e1c50e00cea7e/assessment_meta.xml @@ -0,0 +1,73 @@ + + + 📝 Quiz 3: OS Navigation & Document Tools + + 2025-07-07T06:59:00 + false + keep_highest + + assignment + 5.0 + false + false + false + + true + false + true + false + 1 + false + false + true + false + false + false + false + + 📝 Quiz 3: OS Navigation & Document Tools + 2025-07-07T06:59:00 + + + false + 2025-07-06 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + g0992cecf0e5a8053211e1c50e00cea7e + + false + 5.0 + points + true + online_quiz + 7 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + g3ccb70974bdf59d253685d37fd9f3669 + + + diff --git a/canvas-export/raw/g0992cecf0e5a8053211e1c50e00cea7e/assessment_qti.xml b/canvas-export/raw/g0992cecf0e5a8053211e1c50e00cea7e/assessment_qti.xml new file mode 100644 index 0000000..b74c3c2 --- /dev/null +++ b/canvas-export/raw/g0992cecf0e5a8053211e1c50e00cea7e/assessment_qti.xml @@ -0,0 +1,275 @@ + + + + + + cc_profile + cc.exam.v0p1 + + + qmd_assessmenttype + Examination + + + qmd_scoretype + Percentage + + + cc_maxattempts + 1 + + +
+ + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which of these is an operating system?</span></p></div> + + + + + + PowerPoint + + + + + Windows 11 + + + + + Adobe Acrobat + + + + + Excel + + + + + + + + + + + + 5366 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is the purpose of a file extension (like .docx or .pptx)?</span></p></div> + + + + + + It controls the speed of the file + + + + + It makes the file more secure + + + + + It tells you what kind of file it is + + + + + It keeps the file hidden + + + + + + + + + + + + 5070 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which tool would you use to create a slideshow?</span></p></div> + + + + + + Word + + + + + Excel + + + + + PowerPoint + + + + + Notepad + + + + + + + + + + + + 6173 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What does “Save As” do?</span></p></div> + + + + + + Deletes the file + + + + + Saves over your original file + + + + + Creates a new copy of the file + + + + + Sends the file to someone + + + + + + + + + + + + 7305 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which feature helps organize text in a Word document?</span></p></div> + + + + + + Filters + + + + + Transitions + + + + + Bullets and numbering + + + + + Pivot tables + + + + + + + + + + + + 9347 + + 100 + + + +
+
+
diff --git a/canvas-export/raw/g1032f9a0d411769ba43a68bd5b6d7bad.xml b/canvas-export/raw/g1032f9a0d411769ba43a68bd5b6d7bad.xml new file mode 100644 index 0000000..47c60bd --- /dev/null +++ b/canvas-export/raw/g1032f9a0d411769ba43a68bd5b6d7bad.xml @@ -0,0 +1,63 @@ + + + g6b2b16e6cfc0685976d34c0f4f426066 + 💬 Discussion 1: What does being “digitally literate” mean to you today? + + topic + threaded + true + false + active + false + false + false + false + desc + false + false + false + + + 💬 Discussion 1: What does being “digitally literate” mean to you today? + Pacific Time (US & Canada) + 2025-06-23T06:59:00 + + + false + 2025-06-22 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + + false + 10.0 + points + true + discussion_topic + 2 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + diff --git a/canvas-export/raw/g160172ca328f1d3fd5f08cf1b2c3313f/assessment_meta.xml b/canvas-export/raw/g160172ca328f1d3fd5f08cf1b2c3313f/assessment_meta.xml new file mode 100644 index 0000000..a554c4f --- /dev/null +++ b/canvas-export/raw/g160172ca328f1d3fd5f08cf1b2c3313f/assessment_meta.xml @@ -0,0 +1,73 @@ + + + 📝 Quiz 6: Data, Careers & the Digital Divide + + 2025-07-28T06:59:00 + false + keep_highest + + assignment + 5.0 + false + false + false + + true + false + true + false + 1 + false + false + true + false + false + false + false + + 📝 Quiz 6: Data, Careers & the Digital Divide + 2025-07-28T06:59:00 + + + false + 2025-07-27 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + g160172ca328f1d3fd5f08cf1b2c3313f + + false + 5.0 + points + true + online_quiz + 16 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + g3ccb70974bdf59d253685d37fd9f3669 + + + diff --git a/canvas-export/raw/g160172ca328f1d3fd5f08cf1b2c3313f/assessment_qti.xml b/canvas-export/raw/g160172ca328f1d3fd5f08cf1b2c3313f/assessment_qti.xml new file mode 100644 index 0000000..2df2e98 --- /dev/null +++ b/canvas-export/raw/g160172ca328f1d3fd5f08cf1b2c3313f/assessment_qti.xml @@ -0,0 +1,275 @@ + + + + + + cc_profile + cc.exam.v0p1 + + + qmd_assessmenttype + Examination + + + qmd_scoretype + Percentage + + + cc_maxattempts + 1 + + +
+ + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is data visualization?</span></p></div> + + + + + + A fancy font + + + + + A type of password protection + + + + + A way to show data using charts and graphs + + + + + A method of hiding files + + + + + + + + + + + + 9276 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is one use of spreadsheets like Excel or Google Sheets?</span></p></div> + + + + + + Editing video + + + + + Making memes + + + + + Organizing and calculating data + + + + + Designing logos + + + + + + + + + + + + 6320 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What’s a benefit of a career in tech?</span></p></div> + + + + + + Limited job variety + + + + + Inflexible work environments + + + + + Fast-changing industry with many opportunities + + + + + No need for digital skills + + + + + + + + + + + + 780 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is the digital divide?</span></p></div> + + + + + + A type of network cable + + + + + A problem in routers + + + + + Unequal access to technology and internet + + + + + A math concept + + + + + + + + + + + + 1009 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which of the following helps bridge the digital divide?</span></p></div> + + + + + + Ignoring tech issues + + + + + Offering free public Wi-Fi and training + + + + + Selling expensive devices + + + + + Reducing education funding + + + + + + + + + + + + 4958 + + 100 + + + +
+
+
diff --git a/canvas-export/raw/g2e2a4c00db84a9e0ae25c3e343d7c652.xml b/canvas-export/raw/g2e2a4c00db84a9e0ae25c3e343d7c652.xml new file mode 100644 index 0000000..084dc9e --- /dev/null +++ b/canvas-export/raw/g2e2a4c00db84a9e0ae25c3e343d7c652.xml @@ -0,0 +1,10 @@ + + + ☀️ Wrapping Up Module 2 + Holiday Weekend Note + <p data-start="191" data-end="203">Hi everyone,</p> +<p data-start="205" data-end="527">I’ve finished reviewing and grading all submissions for <strong data-start="261" data-end="303">Module 2: Cybersecurity &amp; Social Media</strong>—thank you for your thoughtful reflections and real-world insights this week. Many of you shared powerful personal stories and smart takeaways about online safety, and I truly appreciate the depth you brought to this module.</p> +<p data-start="458" data-end="595">Just a quick reminder:<br data-start="480" data-end="483">📌 <strong data-start="486" data-end="542">All Module 3 work is due by Sunday evening (July 7).</strong><br data-start="542" data-end="545">📌 <strong data-start="548" data-end="595">Module 4 will open Monday morning (July 8).</strong></p> +<p data-start="597" data-end="771">If you're catching up this weekend or have questions, feel free to message me. I’ll be offline for the holiday weekend but will check in early next week to help where needed.</p> +<p data-start="773" data-end="831">Wishing you a safe, restful break. <span style="font-family: inherit; font-size: 1rem;">See you in </span><strong style="font-family: inherit; font-size: 1rem;" data-start="796" data-end="808">Module 4</strong><span style="font-family: inherit; font-size: 1rem;">!</span></p> +<p data-start="811" data-end="836">Warmly,<br data-start="818" data-end="821">Dr. Cason</p> + diff --git a/canvas-export/raw/g329982f1cd008657bd32a413a08d5d78.xml b/canvas-export/raw/g329982f1cd008657bd32a413a08d5d78.xml new file mode 100644 index 0000000..06b9b17 --- /dev/null +++ b/canvas-export/raw/g329982f1cd008657bd32a413a08d5d78.xml @@ -0,0 +1,9 @@ + + + 📣 Final Week Reminder – All Work Due by July 27! + <p data-start="165" data-end="179">Hi everyone,</p> +<p data-start="181" data-end="260">We’ve officially wrapped up <strong data-start="209" data-end="221">Module 5</strong>, and the finish line is in sight! 🎉</p> +<p data-start="262" data-end="498">I’ve now graded everything through Module 5. If you’re missing anything from <strong data-start="339" data-end="361">Modules 3, 4, or 5</strong>, <strong data-start="363" data-end="402">now is the time to get it submitted</strong>. The class ends this <strong data-start="424" data-end="445">Saturday, July 27</strong>, and <strong data-start="451" data-end="495">no late work will be accepted after that</strong>.</p> +<p data-start="500" data-end="652">✅ Double-check the instructions before submitting<br data-start="549" data-end="552">✅ Make sure you’ve completed all required parts<br data-start="599" data-end="602">✅ Reach out if you have questions—I'm here to help</p> +<p data-start="654" data-end="688">Let’s finish strong!<br data-start="674" data-end="677">– Dr. Cason</p> + diff --git a/canvas-export/raw/g3450c66468cdf62abe94b63ec0c56f76/assignment_settings.xml b/canvas-export/raw/g3450c66468cdf62abe94b63ec0c56f76/assignment_settings.xml new file mode 100644 index 0000000..1f360f3 --- /dev/null +++ b/canvas-export/raw/g3450c66468cdf62abe94b63ec0c56f76/assignment_settings.xml @@ -0,0 +1,44 @@ + + + 🛠 Real-World Task: Online Safety & Reputation Report + Pacific Time (US & Canada) + 2025-06-30T06:59:59 + + + false + 2025-06-29 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + + false + 15.0 + points + true + online_upload + 6 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + diff --git a/canvas-export/raw/g3450c66468cdf62abe94b63ec0c56f76/real-world-task-online-safety-and-reputation-report.html b/canvas-export/raw/g3450c66468cdf62abe94b63ec0c56f76/real-world-task-online-safety-and-reputation-report.html new file mode 100644 index 0000000..10d8908 --- /dev/null +++ b/canvas-export/raw/g3450c66468cdf62abe94b63ec0c56f76/real-world-task-online-safety-and-reputation-report.html @@ -0,0 +1,20 @@ + + + +Assignment: 🛠 Real-World Task: Online Safety & Reputation Report + + +

📄 What to Submit: A typed document with:

+ +

Checklist:

+ + + \ No newline at end of file diff --git a/canvas-export/raw/g4a65925fd9f01efc0a05b3c47e5ec449/assignment_settings.xml b/canvas-export/raw/g4a65925fd9f01efc0a05b3c47e5ec449/assignment_settings.xml new file mode 100644 index 0000000..454f75a --- /dev/null +++ b/canvas-export/raw/g4a65925fd9f01efc0a05b3c47e5ec449/assignment_settings.xml @@ -0,0 +1,44 @@ + + + 🛠 Real-World Task: Tech Self-Audit + Risk Assessment + Pacific Time (US & Canada) + 2025-06-23T06:59:59 + + + false + 2025-06-22 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + + false + 15.0 + points + true + online_upload + 3 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + diff --git a/canvas-export/raw/g4a65925fd9f01efc0a05b3c47e5ec449/real-world-task-tech-self-audit-+-risk-assessment.html b/canvas-export/raw/g4a65925fd9f01efc0a05b3c47e5ec449/real-world-task-tech-self-audit-+-risk-assessment.html new file mode 100644 index 0000000..8756946 --- /dev/null +++ b/canvas-export/raw/g4a65925fd9f01efc0a05b3c47e5ec449/real-world-task-tech-self-audit-+-risk-assessment.html @@ -0,0 +1,20 @@ + + + +Assignment: 🛠 Real-World Task: Tech Self-Audit + Risk Assessment + + +

📄 What to Submit: A typed document (Word or Google Doc) with the following:

+ +

Checklist:

+ + + \ No newline at end of file diff --git a/canvas-export/raw/g4d8ed5e7ff8274e70ab4d8e50478e35d.xml b/canvas-export/raw/g4d8ed5e7ff8274e70ab4d8e50478e35d.xml new file mode 100644 index 0000000..7e88c22 --- /dev/null +++ b/canvas-export/raw/g4d8ed5e7ff8274e70ab4d8e50478e35d.xml @@ -0,0 +1,63 @@ + + + gaad6d7825a97aee784972a2cad8e5366 + 💬 Discussion 2: Share an experience or concern about online safety or social media boundaries + + topic + threaded + true + false + active + false + false + false + false + desc + false + false + false + + + 💬 Discussion 2: Share an experience or concern about online safety or social media boundaries + Pacific Time (US & Canada) + 2025-06-30T06:59:00 + + + false + 2025-06-29 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + + false + 10.0 + points + true + discussion_topic + 5 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + diff --git a/canvas-export/raw/g5090ae485fd41cf1af997c15bfaaee19.xml b/canvas-export/raw/g5090ae485fd41cf1af997c15bfaaee19.xml new file mode 100644 index 0000000..97f4bfd --- /dev/null +++ b/canvas-export/raw/g5090ae485fd41cf1af997c15bfaaee19.xml @@ -0,0 +1,9 @@ + + + 💬 Discussion 5: What’s one AI tool you’ve used (or heard about)? How do you feel about it? + <ul> +<li data-start="2029" data-end="2121">In <strong data-start="2032" data-end="2049">100–150 words</strong>, name one AI tool (ChatGPT, Grammarly, etc.) you’ve used or heard of.</li> +<li data-start="2124" data-end="2208">Share how you used it (or imagine using it), and what you think the pros/cons are.</li> +<li data-start="2211" data-end="2281">✅ Reply to <strong data-start="2222" data-end="2232">1 peer</strong> with a reaction or question to deepen the convo.</li> +</ul> + diff --git a/canvas-export/raw/g51cdedd0aad7113022c9e81c01a8dd9c.xml b/canvas-export/raw/g51cdedd0aad7113022c9e81c01a8dd9c.xml new file mode 100644 index 0000000..1117868 --- /dev/null +++ b/canvas-export/raw/g51cdedd0aad7113022c9e81c01a8dd9c.xml @@ -0,0 +1,20 @@ + + + gb10c58fbdb0aa627da3fbaa974ad96db + ✅ Week 1 Wrap-Up: You Did It! + 2 + announcement + threaded + false + active + false + false + false + false + asc + false + true + false + + true + diff --git a/canvas-export/raw/g55e12300463fc786de13f041871687cc/assessment_meta.xml b/canvas-export/raw/g55e12300463fc786de13f041871687cc/assessment_meta.xml new file mode 100644 index 0000000..48bc320 --- /dev/null +++ b/canvas-export/raw/g55e12300463fc786de13f041871687cc/assessment_meta.xml @@ -0,0 +1,73 @@ + + + 📝 Quiz 4: Communication & Organization Tools + + 2025-07-14T06:59:00 + false + keep_highest + + assignment + 5.0 + false + false + false + + true + false + true + false + 1 + false + false + true + false + false + false + false + + 📝 Quiz 4: Communication & Organization Tools + 2025-07-14T06:59:00 + + + false + 2025-07-13 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + g55e12300463fc786de13f041871687cc + + false + 5.0 + points + true + online_quiz + 10 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + g3ccb70974bdf59d253685d37fd9f3669 + + + diff --git a/canvas-export/raw/g55e12300463fc786de13f041871687cc/assessment_qti.xml b/canvas-export/raw/g55e12300463fc786de13f041871687cc/assessment_qti.xml new file mode 100644 index 0000000..2fa7414 --- /dev/null +++ b/canvas-export/raw/g55e12300463fc786de13f041871687cc/assessment_qti.xml @@ -0,0 +1,275 @@ + + + + + + cc_profile + cc.exam.v0p1 + + + qmd_assessmenttype + Examination + + + qmd_scoretype + Percentage + + + cc_maxattempts + 1 + + +
+ + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is the subject line in an email used for?</span></p></div> + + + + + + To write a long message + + + + + To format attachments + + + + + To summarize the email topic + + + + + To add emojis + + + + + + + + + + + + 3559 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What does CC stand for in email?</span></p></div> + + + + + + Copy Creator + + + + + Collaborative Contact + + + + + Carbon Copy + + + + + Calendar Contact + + + + + + + + + + + + 5557 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which is a best practice for professional email?</span></p></div> + + + + + + Use all caps to show urgency + + + + + Leave the subject line blank + + + + + Use polite greetings and clear language + + + + + Leave the subject line blank + + + + + + + + + + + + 6543 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which tool is best for setting reminders for meetings?</span></p></div> + + + + + + Notepad + + + + + Calendar app + + + + + Calculator + + + + + Stopwatch + + + + + + + + + + + + 3095 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is one benefit of digital note-taking?</span></p></div> + + + + + + It increases your typing speed + + + + + It guarantees perfect recall + + + + + Notes can be easily edited, searched, and shared + + + + + It eliminates the need to study + + + + + + + + + + + + 4568 + + 100 + + + +
+
+
diff --git a/canvas-export/raw/g582b18262cc04ddf843e4c8931f90570.xml b/canvas-export/raw/g582b18262cc04ddf843e4c8931f90570.xml new file mode 100644 index 0000000..124af89 --- /dev/null +++ b/canvas-export/raw/g582b18262cc04ddf843e4c8931f90570.xml @@ -0,0 +1,63 @@ + + + gc6f00b2f1ef2a25bb0461a9e9b757164 + 💬 Discussion 4: What’s your biggest challenge staying organized digitally—or a tip that helps you? + + topic + threaded + true + false + active + false + false + false + false + desc + false + false + false + + + 💬 Discussion 4: What’s your biggest challenge staying organized digitally—or a tip that helps you? + Pacific Time (US & Canada) + 2025-07-14T06:59:00 + + + false + 2025-07-13 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + + false + 10.0 + points + true + discussion_topic + 11 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + diff --git a/canvas-export/raw/g65b5195e6783af3e478002c8f73379e4.xml b/canvas-export/raw/g65b5195e6783af3e478002c8f73379e4.xml new file mode 100644 index 0000000..c6a2036 --- /dev/null +++ b/canvas-export/raw/g65b5195e6783af3e478002c8f73379e4.xml @@ -0,0 +1,20 @@ + + + g329982f1cd008657bd32a413a08d5d78 + 📣 Final Week Reminder – All Work Due by July 27! + 4 + announcement + threaded + false + active + false + false + false + false + asc + false + true + false + + true + diff --git a/canvas-export/raw/g69c65a902874a3515864136f81ad5167.xml b/canvas-export/raw/g69c65a902874a3515864136f81ad5167.xml new file mode 100644 index 0000000..180c7c1 --- /dev/null +++ b/canvas-export/raw/g69c65a902874a3515864136f81ad5167.xml @@ -0,0 +1,63 @@ + + + g5090ae485fd41cf1af997c15bfaaee19 + 💬 Discussion 5: What’s one AI tool you’ve used (or heard about)? How do you feel about it? + + topic + threaded + true + false + active + false + false + false + false + desc + false + false + false + + + 💬 Discussion 5: What’s one AI tool you’ve used (or heard about)? How do you feel about it? + Pacific Time (US & Canada) + 2025-07-21T06:59:00 + + + false + 2025-07-20 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + + false + 10.0 + points + true + discussion_topic + 14 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + diff --git a/canvas-export/raw/g6b2b16e6cfc0685976d34c0f4f426066.xml b/canvas-export/raw/g6b2b16e6cfc0685976d34c0f4f426066.xml new file mode 100644 index 0000000..c872cd4 --- /dev/null +++ b/canvas-export/raw/g6b2b16e6cfc0685976d34c0f4f426066.xml @@ -0,0 +1,9 @@ + + + 💬 Discussion 1: What does being “digitally literate” mean to you today? + <ul> +<li>Write <strong data-start="404" data-end="421">100–150 words</strong> about what <em data-start="433" data-end="451">digital literacy</em> means to you in 2025.</li> +<li data-start="478" data-end="534">Give a real-life example—school, work, home, wherever.</li> +<li data-start="537" data-end="652">✅ <strong data-start="539" data-end="572">Reply to at least 1 classmate</strong> in <strong data-start="576" data-end="589">50+ words</strong>. Ask a question, offer insight, or share a related experience.</li> +</ul> + diff --git a/canvas-export/raw/g6e44cc104bb130b4ecabc1db76304fd0.xml b/canvas-export/raw/g6e44cc104bb130b4ecabc1db76304fd0.xml new file mode 100644 index 0000000..a743e7a --- /dev/null +++ b/canvas-export/raw/g6e44cc104bb130b4ecabc1db76304fd0.xml @@ -0,0 +1,63 @@ + + + gba942be960c15570eaf36cfad8f988fa + 💬 Discussion 6: What role do you think tech should play in creating access and opportunity? + + topic + threaded + true + false + active + false + false + false + false + desc + false + false + false + + + 💬 Discussion 6: What role do you think tech should play in creating access and opportunity? + Pacific Time (US & Canada) + 2025-07-28T06:59:00 + + + false + 2025-07-27 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + + false + 10.0 + points + true + discussion_topic + 17 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + diff --git a/canvas-export/raw/g776056fb648f876aff392d3c9cc54c8a/assessment_meta.xml b/canvas-export/raw/g776056fb648f876aff392d3c9cc54c8a/assessment_meta.xml new file mode 100644 index 0000000..faa8d72 --- /dev/null +++ b/canvas-export/raw/g776056fb648f876aff392d3c9cc54c8a/assessment_meta.xml @@ -0,0 +1,73 @@ + + + 📝 Quiz 5: Cloud Tools & Artificial Intelligence + + 2025-07-21T06:59:00 + false + keep_highest + + assignment + 5.0 + false + false + false + + true + false + true + false + 1 + false + false + true + false + false + false + false + + 📝 Quiz 5: Cloud Tools & Artificial Intelligence + 2025-07-21T06:59:00 + + + false + 2025-07-20 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + g776056fb648f876aff392d3c9cc54c8a + + false + 5.0 + points + true + online_quiz + 13 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + g3ccb70974bdf59d253685d37fd9f3669 + + + diff --git a/canvas-export/raw/g776056fb648f876aff392d3c9cc54c8a/assessment_qti.xml b/canvas-export/raw/g776056fb648f876aff392d3c9cc54c8a/assessment_qti.xml new file mode 100644 index 0000000..5574349 --- /dev/null +++ b/canvas-export/raw/g776056fb648f876aff392d3c9cc54c8a/assessment_qti.xml @@ -0,0 +1,275 @@ + + + + + + cc_profile + cc.exam.v0p1 + + + qmd_assessmenttype + Examination + + + qmd_scoretype + Percentage + + + cc_maxattempts + 1 + + +
+ + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is cloud storage?</span></p></div> + + + + + + Data saved on your desktop + + + + + Data stored on paper + + + + + Data stored on remote internet servers + + + + + A backup USB drive + + + + + + + + + + + + 8160 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which of these is a cloud storage service?</span></p></div> + + + + + + Photoshop + + + + + Google Drive + + + + + Excel + + + + + VLC Player + + + + + + + + + + + + 8852 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is a key benefit of using cloud storage?</span></p></div> + + + + + + It slows down your device + + + + + You can only access it from home + + + + + Files are accessible from multiple devices + + + + + It deletes your files automatically + + + + + + + + + + + + 5515 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What does AI stand for?</span></p></div> + + + + + + Automated Interaction + + + + + Artificial Intelligence + + + + + Auto Information + + + + + Auto Information + + + + + + + + + + + + 9415 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which of these is an example of AI?</span></p></div> + + + + + + WordArt + + + + + Spell check + + + + + ChatGPT + + + + + Disk Cleanup + + + + + + + + + + + + 5052 + + 100 + + + +
+
+
diff --git a/canvas-export/raw/g7a4cde4fd4f8969dff0239c127c6b238.xml b/canvas-export/raw/g7a4cde4fd4f8969dff0239c127c6b238.xml new file mode 100644 index 0000000..028f52a --- /dev/null +++ b/canvas-export/raw/g7a4cde4fd4f8969dff0239c127c6b238.xml @@ -0,0 +1,15 @@ + + + 📣 Starting Now: CSIS 1 - Computer Literacy + <p data-start="120" data-end="132">Hi everyone!</p> +<p data-start="134" data-end="321">I’m so glad you’re here. This course is designed to help you build practical tech skills that actually apply to your life, school, and career.</p> +<p data-start="134" data-end="321">Head over to the <strong data-start="360" data-end="371">Modules</strong> section to find everything you need to get started, including:</p> +<ul> +<li data-start="438" data-end="468">A <strong data-start="440" data-end="458">Welcome Letter</strong> from me</li> +<li data-start="471" data-end="494">The full <strong data-start="480" data-end="492">Syllabus</strong></li> +<li data-start="497" data-end="554">Notes on the <strong data-start="510" data-end="552">required textbook, tools, and software</strong></li> +<li data-start="557" data-end="591">Week 1 materials and assignments</li> +<li data-start="593" data-end="745">If you’re new to online classes or iLearn, don’t stress—I’ll walk you through it. And if you have questions, email me anytime at <strong data-start="722" data-end="744"><a class="cursor-pointer" data-start="724" data-end="742">ccason@gavilan.edu</a></strong>.</li> +</ul> +<p data-start="747" data-end="820" data-is-last-node="" data-is-only-node="">Let’s build your digital confidence. See you in the virtual classroom!<br data-start="804" data-end="807">—Dr. Cason&nbsp;</p> + diff --git a/canvas-export/raw/g7a99ed950f0849b6bc1649e29e088e9a.xml b/canvas-export/raw/g7a99ed950f0849b6bc1649e29e088e9a.xml new file mode 100644 index 0000000..f169e08 --- /dev/null +++ b/canvas-export/raw/g7a99ed950f0849b6bc1649e29e088e9a.xml @@ -0,0 +1,20 @@ + + + g2e2a4c00db84a9e0ae25c3e343d7c652 + ☀️ Wrapping Up Module 2 + Holiday Weekend Note + 3 + announcement + threaded + false + active + false + false + false + false + asc + false + true + false + + true + diff --git a/canvas-export/raw/g8683e6f662efce59c49f0727ebb08b8e/assessment_meta.xml b/canvas-export/raw/g8683e6f662efce59c49f0727ebb08b8e/assessment_meta.xml new file mode 100644 index 0000000..68a27d1 --- /dev/null +++ b/canvas-export/raw/g8683e6f662efce59c49f0727ebb08b8e/assessment_meta.xml @@ -0,0 +1,73 @@ + + + 📝 Quiz 2: Online Safety & Social Media + + 2025-06-30T06:59:00 + false + keep_highest + + assignment + 5.0 + false + false + false + + true + false + true + false + 1 + false + false + true + false + false + false + false + + 📝 Quiz 2: Online Safety & Social Media + 2025-06-30T06:59:00 + + + false + 2025-06-29 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + g8683e6f662efce59c49f0727ebb08b8e + + false + 5.0 + points + true + online_quiz + 4 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + g3ccb70974bdf59d253685d37fd9f3669 + + + diff --git a/canvas-export/raw/g8683e6f662efce59c49f0727ebb08b8e/assessment_qti.xml b/canvas-export/raw/g8683e6f662efce59c49f0727ebb08b8e/assessment_qti.xml new file mode 100644 index 0000000..fce8b91 --- /dev/null +++ b/canvas-export/raw/g8683e6f662efce59c49f0727ebb08b8e/assessment_qti.xml @@ -0,0 +1,275 @@ + + + + + + cc_profile + cc.exam.v0p1 + + + qmd_assessmenttype + Examination + + + qmd_scoretype + Percentage + + + cc_maxattempts + 1 + + +
+ + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is phishing?</span></p></div> + + + + + + Installing malware + + + + + Searching on Google + + + + + Sending fake messages to trick people into giving personal info + + + + + Using social media for marketing + + + + + + + + + + + + 8673 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which is a strong password?</span></p></div> + + + + + + Summer2024 + + + + + ilovedogs + + + + + T8r!9f@Qz2 + + + + + 123456 + + + + + + + + + + + + 88 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is a digital footprint?</span></p></div> + + + + + + A trail of personal data left online + + + + + Your browser history + + + + + Your shoe size + + + + + Internet usage fees + + + + + + + + + + + + 3684 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What setting should you check on social media to protect your privacy?</span></p></div> + + + + + + Sound settings + + + + + Storage options + + + + + Profile visibility + + + + + Notification tones + + + + + + + + + + + + 2539 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which behavior is risky online?</span></p></div> + + + + + + Ignoring messages from unknown senders + + + + + Clicking unknown links in DMs + + + + + Using two-factor authentication + + + + + Using two-factor authentication + + + + + + + + + + + + 8039 + + 100 + + + +
+
+
diff --git a/canvas-export/raw/g87208024851bc7774c9ff33c5f71cb73/assignment_settings.xml b/canvas-export/raw/g87208024851bc7774c9ff33c5f71cb73/assignment_settings.xml new file mode 100644 index 0000000..1428066 --- /dev/null +++ b/canvas-export/raw/g87208024851bc7774c9ff33c5f71cb73/assignment_settings.xml @@ -0,0 +1,44 @@ + + + 🛠 Real-World Task: Work & Life Digital Communication Simulation + Pacific Time (US & Canada) + 2025-07-14T06:59:59 + + + false + 2025-07-13 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + + false + 15.0 + points + true + online_upload + 12 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + diff --git a/canvas-export/raw/g87208024851bc7774c9ff33c5f71cb73/real-world-task-work-and-life-digital-communication-simulation.html b/canvas-export/raw/g87208024851bc7774c9ff33c5f71cb73/real-world-task-work-and-life-digital-communication-simulation.html new file mode 100644 index 0000000..cb068da --- /dev/null +++ b/canvas-export/raw/g87208024851bc7774c9ff33c5f71cb73/real-world-task-work-and-life-digital-communication-simulation.html @@ -0,0 +1,34 @@ + + + +Assignment: 🛠 Real-World Task: Work & Life Digital Communication Simulation + + +

📄 What to Submit: One typed document with two simulated communications:

+ +

💡 Format Tips:

+ +

Checklist:

+ + + \ No newline at end of file diff --git a/canvas-export/raw/g9701b357393b33a7994a56f42a87ae83.xml b/canvas-export/raw/g9701b357393b33a7994a56f42a87ae83.xml new file mode 100644 index 0000000..13ad1d8 --- /dev/null +++ b/canvas-export/raw/g9701b357393b33a7994a56f42a87ae83.xml @@ -0,0 +1,21 @@ + + + g7a4cde4fd4f8969dff0239c127c6b238 + 📣 Starting Now: CSIS 1 - Computer Literacy + 2025-06-16T07:00:00 + 1 + announcement + threaded + false + active + false + false + false + false + asc + false + true + false + + true + diff --git a/canvas-export/raw/ga23e60d3ff3883bc6a3624b765d9a825/assignment_settings.xml b/canvas-export/raw/ga23e60d3ff3883bc6a3624b765d9a825/assignment_settings.xml new file mode 100644 index 0000000..094876d --- /dev/null +++ b/canvas-export/raw/ga23e60d3ff3883bc6a3624b765d9a825/assignment_settings.xml @@ -0,0 +1,44 @@ + + + 🛠 Real-World Task: Professional Document Build + Pacific Time (US & Canada) + 2025-07-07T06:59:59 + + + false + 2025-07-06 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + + false + 15.0 + points + true + online_upload + 9 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + diff --git a/canvas-export/raw/ga23e60d3ff3883bc6a3624b765d9a825/real-world-task-professional-document-build.html b/canvas-export/raw/ga23e60d3ff3883bc6a3624b765d9a825/real-world-task-professional-document-build.html new file mode 100644 index 0000000..9f1671d --- /dev/null +++ b/canvas-export/raw/ga23e60d3ff3883bc6a3624b765d9a825/real-world-task-professional-document-build.html @@ -0,0 +1,50 @@ + + + +Assignment: 🛠 Real-World Task: Professional Document Build + + +

📄 What to Submit: A clean, well-formatted document (Google Docs or Word) that demonstrates how to structure and format a real professional document. You’ll create a basic résumé-style or letter-style document using tools introduced in this module (Docs, Word, formatting tools, etc.).

+

🧩 Option A – Résumé Snapshot
Create a 1-page mock résumé with the following sections:

+ +

🎯 Must include:

+ +

OR

+

🧩 Option B – Simple Business Letter
Write a professional-style letter to a future employer, club leader, or instructor. Topic examples:

+ +

🎯 Must include:

+ +
+

💡 Format Tips:

+ +
+

Checklist Before You Submit:

+ + + \ No newline at end of file diff --git a/canvas-export/raw/gaad6d7825a97aee784972a2cad8e5366.xml b/canvas-export/raw/gaad6d7825a97aee784972a2cad8e5366.xml new file mode 100644 index 0000000..e28ca69 --- /dev/null +++ b/canvas-export/raw/gaad6d7825a97aee784972a2cad8e5366.xml @@ -0,0 +1,9 @@ + + + 💬 Discussion 2: Share an experience or concern about online safety or social media boundaries + <ul> +<li data-start="811" data-end="943">In <strong data-start="814" data-end="831">100–150 words</strong>, describe a real or observed situation involving online safety, scams, privacy issues, or social media drama.</li> +<li data-start="946" data-end="1025">Include at least <strong data-start="963" data-end="986">one takeaway or tip</strong> you’d give someone else based on it.</li> +<li data-start="1028" data-end="1104">✅ Respond to <strong data-start="1041" data-end="1051">1 peer</strong> with support, insight, or a safety idea of your own.</li> +</ul> + diff --git a/canvas-export/raw/gb01b7069541feaa20bac24232193d12c/assignment_settings.xml b/canvas-export/raw/gb01b7069541feaa20bac24232193d12c/assignment_settings.xml new file mode 100644 index 0000000..3cfeec1 --- /dev/null +++ b/canvas-export/raw/gb01b7069541feaa20bac24232193d12c/assignment_settings.xml @@ -0,0 +1,44 @@ + + + 🛠 Real-World Task: AI or Emerging Tech Use Case Report + Pacific Time (US & Canada) + 2025-07-28T06:59:59 + + + false + 2025-07-27 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + + false + 15.0 + points + true + online_upload + 18 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + diff --git a/canvas-export/raw/gb01b7069541feaa20bac24232193d12c/real-world-task-ai-or-emerging-tech-use-case-report.html b/canvas-export/raw/gb01b7069541feaa20bac24232193d12c/real-world-task-ai-or-emerging-tech-use-case-report.html new file mode 100644 index 0000000..f142600 --- /dev/null +++ b/canvas-export/raw/gb01b7069541feaa20bac24232193d12c/real-world-task-ai-or-emerging-tech-use-case-report.html @@ -0,0 +1,26 @@ + + + +Assignment: 🛠 Real-World Task: AI or Emerging Tech Use Case Report + + +

🤖 What to Submit: A brief report (250–300 words total) on a real or imagined use case of AI or emerging tech:

+

Prompt:
Choose one technology (from the reading or your own research)—AI, blockchain, robotics, VR, etc.—and describe:

+ +

💡 Tips:

+ +

Checklist:

+ + + \ No newline at end of file diff --git a/canvas-export/raw/gb10c58fbdb0aa627da3fbaa974ad96db.xml b/canvas-export/raw/gb10c58fbdb0aa627da3fbaa974ad96db.xml new file mode 100644 index 0000000..afbb042 --- /dev/null +++ b/canvas-export/raw/gb10c58fbdb0aa627da3fbaa974ad96db.xml @@ -0,0 +1,16 @@ + + + ✅ Week 1 Wrap-Up: You Did It! + <p data-start="100" data-end="118">Hey CSIS 1 crew 👋</p> +<p data-start="120" data-end="344">Week 1 is officially in the books, and I want to say—<strong data-start="173" data-end="186">great job</strong> getting started! We covered <strong data-start="215" data-end="233">Chapters 1 &amp; 2</strong>, explored what it means to be <em data-start="264" data-end="284">digitally literate</em>, and took a look at your own tech habits and digital risks.</p> +<p data-start="346" data-end="369">📌 <strong data-start="349" data-end="369">What We Covered:</strong></p> +<ul> +<li data-start="372" data-end="429">Basics of computer systems and tech history (Chapter 1)</li> +<li data-start="432" data-end="508">Netiquette, digital behavior, and being a good digital citizen (Chapter 2)</li> +<li data-start="511" data-end="573">Self-reflection on your own digital habits, devices, and risks</li> +</ul> +<p><span style="font-family: inherit; font-size: 1rem;">✨ </span><strong style="font-family: inherit; font-size: 1rem;" data-start="577" data-end="598">Special shout-out</strong><span style="font-family: inherit;"><span style="font-size: 1rem;"> to those of you who submitted thoughtful, detailed responses. Some of your examples of the best and worst </span></span>behaviors<span style="font-family: inherit;"><span style="font-size: 1rem;"> you've seen on the web were spot on and super insightful. 🔥</span></span></p> +<p data-start="776" data-end="1057">🔍 <strong data-start="779" data-end="802">If you lost points:</strong><br data-start="802" data-end="805">It’s likely due to skipped or ignored instructions—missing word counts, no peer replies, or submitting partial work. Read carefully and follow all directions to get full credit moving forward. (I’m not out to trick you—I just want to help you succeed.)</p> +<p data-start="1059" data-end="1184">📅 Week 2 is now live in <strong data-start="1084" data-end="1095">Modules</strong>—you’ll be diving into <strong data-start="1118" data-end="1152">cybersecurity and social media</strong>. Let’s keep the momentum going!</p> +<p data-start="1059" data-end="1184">Dr. Cason</p> + diff --git a/canvas-export/raw/gb29a0ed0d4192119cb64e570d162b62c.xml b/canvas-export/raw/gb29a0ed0d4192119cb64e570d162b62c.xml new file mode 100644 index 0000000..c421bba --- /dev/null +++ b/canvas-export/raw/gb29a0ed0d4192119cb64e570d162b62c.xml @@ -0,0 +1,9 @@ + + + 💬 Discussion 3: What tools (if any) have you used for writing or presentations? What’s new for you here? + <ul> +<li data-start="1240" data-end="1362">In <strong data-start="1243" data-end="1260">100–150 words</strong>, share what tools you’ve used to write, present, or organize info (Google Docs, Canva, Word, etc.).</li> +<li data-start="1365" data-end="1430">Say what you already do well—and what’s still confusing or new.</li> +<li data-start="1433" data-end="1503">✅ Reply to <strong data-start="1444" data-end="1459">1 classmate</strong> with a tool you recommend or a helpful tip.</li> +</ul> + diff --git a/canvas-export/raw/gba942be960c15570eaf36cfad8f988fa.xml b/canvas-export/raw/gba942be960c15570eaf36cfad8f988fa.xml new file mode 100644 index 0000000..dd2d79c --- /dev/null +++ b/canvas-export/raw/gba942be960c15570eaf36cfad8f988fa.xml @@ -0,0 +1,9 @@ + + + 💬 Discussion 6: What role do you think tech should play in creating access and opportunity? + <ul> +<li data-start="2404" data-end="2512">In <strong data-start="2407" data-end="2424">100–150 words</strong>, reflect on how tech can improve (or worsen) access to jobs, education, or resources.</li> +<li data-start="2515" data-end="2588">Focus on <strong data-start="2523" data-end="2560">at least one trend, tool, or idea</strong> from this week’s content.</li> +<li data-start="2591" data-end="2653">✅ Reply to <strong data-start="2602" data-end="2612">1 peer</strong> with your thoughts or a related example.</li> +</ul> + diff --git a/canvas-export/raw/gc0c95c405ebe46f213ee926f2a3cc1c3/assignment_settings.xml b/canvas-export/raw/gc0c95c405ebe46f213ee926f2a3cc1c3/assignment_settings.xml new file mode 100644 index 0000000..66bae38 --- /dev/null +++ b/canvas-export/raw/gc0c95c405ebe46f213ee926f2a3cc1c3/assignment_settings.xml @@ -0,0 +1,44 @@ + + + 🛠 Real-World Task: Collaborative Cloud Workspace + Pacific Time (US & Canada) + 2025-07-21T06:59:59 + + + false + 2025-07-20 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + + false + 15.0 + points + true + online_upload + 15 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + diff --git a/canvas-export/raw/gc0c95c405ebe46f213ee926f2a3cc1c3/real-world-task-collaborative-cloud-workspace.html b/canvas-export/raw/gc0c95c405ebe46f213ee926f2a3cc1c3/real-world-task-collaborative-cloud-workspace.html new file mode 100644 index 0000000..7aac753 --- /dev/null +++ b/canvas-export/raw/gc0c95c405ebe46f213ee926f2a3cc1c3/real-world-task-collaborative-cloud-workspace.html @@ -0,0 +1,34 @@ + + + +Assignment: 🛠 Real-World Task: Collaborative Cloud Workspace + + +

📂 What to Submit: A document with 2 parts:

+ +

💡 Format Tips:

+ +

Checklist:

+ + + \ No newline at end of file diff --git a/canvas-export/raw/gc6f00b2f1ef2a25bb0461a9e9b757164.xml b/canvas-export/raw/gc6f00b2f1ef2a25bb0461a9e9b757164.xml new file mode 100644 index 0000000..6429733 --- /dev/null +++ b/canvas-export/raw/gc6f00b2f1ef2a25bb0461a9e9b757164.xml @@ -0,0 +1,9 @@ + + + 💬 Discussion 4: What’s your biggest challenge staying organized digitally—or a tip that helps you? + <ul> +<li data-start="1633" data-end="1756">In <strong data-start="1636" data-end="1653">100–150 words</strong>, reflect on how you manage your time and info online (calendar apps, notes, email, reminders, etc.).</li> +<li data-start="1759" data-end="1831">Share a tool or habit that works for you—or something you want to try.</li> +<li data-start="1834" data-end="1907">✅ Respond to <strong data-start="1847" data-end="1862">1 classmate</strong> with encouragement, feedback, or a new idea.</li> +</ul> + diff --git a/canvas-export/raw/gd450e5737634eeff953394c202c6f7ab.xml b/canvas-export/raw/gd450e5737634eeff953394c202c6f7ab.xml new file mode 100644 index 0000000..d4efe2f --- /dev/null +++ b/canvas-export/raw/gd450e5737634eeff953394c202c6f7ab.xml @@ -0,0 +1,63 @@ + + + gb29a0ed0d4192119cb64e570d162b62c + 💬 Discussion 3: What tools (if any) have you used for writing or presentations? What’s new for you here? + + topic + threaded + true + false + active + false + false + false + false + desc + false + false + false + + + 💬 Discussion 3: What tools (if any) have you used for writing or presentations? What’s new for you here? + Pacific Time (US & Canada) + 2025-07-07T06:59:00 + + + false + 2025-07-06 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + + false + 10.0 + points + true + discussion_topic + 8 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + diff --git a/canvas-export/raw/gf7e854532890cce27c3d002551563523/assessment_meta.xml b/canvas-export/raw/gf7e854532890cce27c3d002551563523/assessment_meta.xml new file mode 100644 index 0000000..ab443fb --- /dev/null +++ b/canvas-export/raw/gf7e854532890cce27c3d002551563523/assessment_meta.xml @@ -0,0 +1,73 @@ + + + 📝 Quiz 1: Computer Basics & Citizenship + + 2025-06-23T06:59:00 + false + keep_highest + + assignment + 5.0 + false + false + false + + true + false + true + false + 1 + false + false + true + false + false + false + false + + 📝 Quiz 1: Computer Basics & Citizenship + 2025-06-23T06:59:00 + + + false + 2025-06-22 + g3ccb70974bdf59d253685d37fd9f3669 + published + + + gf7e854532890cce27c3d002551563523 + + false + 5.0 + points + true + online_quiz + 1 + false + false + 0 + false + false + false + false + false + false + false + false + false + false + false + 0 + true + false + false + true + false + + false + + + g3ccb70974bdf59d253685d37fd9f3669 + + + diff --git a/canvas-export/raw/gf7e854532890cce27c3d002551563523/assessment_qti.xml b/canvas-export/raw/gf7e854532890cce27c3d002551563523/assessment_qti.xml new file mode 100644 index 0000000..babf412 --- /dev/null +++ b/canvas-export/raw/gf7e854532890cce27c3d002551563523/assessment_qti.xml @@ -0,0 +1,275 @@ + + + + + + cc_profile + cc.exam.v0p1 + + + qmd_assessmenttype + Examination + + + qmd_scoretype + Percentage + + + cc_maxattempts + 1 + + +
+ + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What does the CPU in a computer do?</span></p></div> + + + + + + Stores data permanently + + + + + Sends documents to the printer + + + + + Processes instructions and runs programs + + + + + Connects to the internet + + + + + + + + + + + + 4876 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which of the following is an example of input hardware?</span></p></div> + + + + + + Printer + + + + + Monitor + + + + + Mouse + + + + + Speaker + + + + + + + + + + + + 4808 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>What is “netiquette”?</span></p></div> + + + + + + Antivirus software + + + + + Digital note-taking + + + + + Rules for using email attachments + + + + + Guidelines for respectful online behavior + + + + + + + + + + + + 5696 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which is a safe password practice?</span></p></div> + + + + + + Using “password123” for convenience + + + + + Writing your password on a sticky note + + + + + Creating a strong, unique password for each account + + + + + Sharing your password with trusted friends + + + + + + + + + + + + 7962 + + 100 + + + + + + + + cc_profile + cc.multiple_choice.v0p1 + + + + + + <div><p><span>Which device stores data even when the power is off?</span></p></div> + + + + + + RAM + + + + + Hard Drive + + + + + CPU + + + + + Router + + + + + + + + + + + + 4807 + + 100 + + + +
+
+
diff --git a/canvas-export/raw/imsmanifest.xml b/canvas-export/raw/imsmanifest.xml new file mode 100644 index 0000000..8069b55 --- /dev/null +++ b/canvas-export/raw/imsmanifest.xml @@ -0,0 +1,329 @@ + + + + IMS Common Cartridge + 1.1.0 + + + + CSIS1 COMPUTER LITERACY SU25 80966 + + + + + + 2026-03-17 + + + + + + yes + + + Private (Copyrighted) - http://en.wikipedia.org/wiki/Copyright + + + + + + + + + 👉🏼 Start Here + + 👋🏼 Welcome to CSIS 1! + + + ⭐️ Course Syllabus - Summer 2025 + + + 📚 Required Book, Tools & Software + + + 🚨 Online Student Support Hub + + + + Module 1 (June 16–22): Computer Basics & Digital Citizenship + + 📘 Reading: Chapters 1 & 2 + + + 📝 Quiz 1: Computer Basics & Citizenship + + + 💬 Discussion 1: What does being “digitally literate” mean to you today? + + + 🛠 Real-World Task: Tech Self-Audit + Risk Assessment + + + + Module 2 (June 23–29): Cybersecurity & Social Media + + 📘 Reading: Chapters 3 & 4 + + + 📝 Quiz 2: Online Safety & Social Media + + + 💬 Discussion 2: Share an experience or concern about online safety or social media boundaries + + + 🛠 Real-World Task: Online Safety & Reputation Report + + + + Module 3 (June 30–July 6): Operating Systems & Docs + + 📘 Reading: Chapters 5 & 6 + + + 📝 Quiz 3: OS Navigation & Document Tools + + + 💬 Discussion 3: What tools (if any) have you used for writing or presentations? What’s new for you here? + + + 🛠 Real-World Task: Professional Document Build + + + + Module 4 (July 7–13): Email, Calendars & Notes + + 📘 Reading: Chapters 7 & 8 + + + 📝 Quiz 4: Communication & Organization Tools + + + 💬 Discussion 4: What’s your biggest challenge staying organized digitally—or a tip that helps you? + + + 🛠 Real-World Task: Work & Life Digital Communication Simulation + + + + Module 5 (July 14–20): Cloud Storage & AI + + 📘 Reading: Chapters 9 & 10 + + + 📝 Quiz 5: Cloud Tools & Artificial Intelligence + + + 💬 Discussion 5: What’s one AI tool you’ve used (or heard about)? How do you feel about it? + + + 🛠 Real-World Task: Collaborative Cloud Workspace + + + + Module 6 (July 21–27): Data, Careers & Access + + 📘 Reading: Chapters 11, 12, 13, 14 + + + 📝 Quiz 6: Data, Careers & the Digital Divide + + + 💬 Discussion 6: What role do you think tech should play in creating access and opportunity? + + + 🛠 Real-World Task: AI or Emerging Tech Use Case Report + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/canvas-export/raw/non_cc_assessments/g0992cecf0e5a8053211e1c50e00cea7e.xml.qti b/canvas-export/raw/non_cc_assessments/g0992cecf0e5a8053211e1c50e00cea7e.xml.qti new file mode 100644 index 0000000..d7c0b55 --- /dev/null +++ b/canvas-export/raw/non_cc_assessments/g0992cecf0e5a8053211e1c50e00cea7e.xml.qti @@ -0,0 +1,323 @@ + + + + + + cc_maxattempts + 1 + + +
+ + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3132,5366,5961,839 + + + assessment_question_identifierref + gdef743c1ff429b3818fce6ff18fd88a6 + + + + + + <div><p><span>Which of these is an operating system?</span></p></div> + + + + + + PowerPoint + + + + + Windows 11 + + + + + Adobe Acrobat + + + + + Excel + + + + + + + + + + + + 5366 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3231,4220,5070,1718 + + + assessment_question_identifierref + g0489383ad877d1aebc433cdb83b79349 + + + + + + <div><p><span>What is the purpose of a file extension (like .docx or .pptx)?</span></p></div> + + + + + + It controls the speed of the file + + + + + It makes the file more secure + + + + + It tells you what kind of file it is + + + + + It keeps the file hidden + + + + + + + + + + + + 5070 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1635,9629,6173,7140 + + + assessment_question_identifierref + gaa152e1a2beaae78f9e09984892cf6a1 + + + + + + <div><p><span>Which tool would you use to create a slideshow?</span></p></div> + + + + + + Word + + + + + Excel + + + + + PowerPoint + + + + + Notepad + + + + + + + + + + + + 6173 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3674,7816,7305,1487 + + + assessment_question_identifierref + gd8239d08f52c06b5d33296b9f47ddd32 + + + + + + <div><p><span>What does “Save As” do?</span></p></div> + + + + + + Deletes the file + + + + + Saves over your original file + + + + + Creates a new copy of the file + + + + + Sends the file to someone + + + + + + + + + + + + 7305 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 6938,6212,9347,1492 + + + assessment_question_identifierref + g3391500b67af685305ea6d24c704a09c + + + + + + <div><p><span>Which feature helps organize text in a Word document?</span></p></div> + + + + + + Filters + + + + + Transitions + + + + + Bullets and numbering + + + + + Pivot tables + + + + + + + + + + + + 9347 + + 100 + + + +
+
+
diff --git a/canvas-export/raw/non_cc_assessments/g160172ca328f1d3fd5f08cf1b2c3313f.xml.qti b/canvas-export/raw/non_cc_assessments/g160172ca328f1d3fd5f08cf1b2c3313f.xml.qti new file mode 100644 index 0000000..4b51c3e --- /dev/null +++ b/canvas-export/raw/non_cc_assessments/g160172ca328f1d3fd5f08cf1b2c3313f.xml.qti @@ -0,0 +1,323 @@ + + + + + + cc_maxattempts + 1 + + +
+ + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 9620,9933,9276,3633 + + + assessment_question_identifierref + gf6b4b3696a3c616b3f931729eb43a4a5 + + + + + + <div><p><span>What is data visualization?</span></p></div> + + + + + + A fancy font + + + + + A type of password protection + + + + + A way to show data using charts and graphs + + + + + A method of hiding files + + + + + + + + + + + + 9276 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4430,1750,6320,4006 + + + assessment_question_identifierref + g587682910fd39d0f61af44df0fc8acae + + + + + + <div><p><span>What is one use of spreadsheets like Excel or Google Sheets?</span></p></div> + + + + + + Editing video + + + + + Making memes + + + + + Organizing and calculating data + + + + + Designing logos + + + + + + + + + + + + 6320 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3934,2979,780,1525 + + + assessment_question_identifierref + g1db8e2be978fa647b87664651d61941a + + + + + + <div><p><span>What’s a benefit of a career in tech?</span></p></div> + + + + + + Limited job variety + + + + + Inflexible work environments + + + + + Fast-changing industry with many opportunities + + + + + No need for digital skills + + + + + + + + + + + + 780 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 2363,8207,1009,4605 + + + assessment_question_identifierref + g086738d3306b0a28cf7bc53fb28b14aa + + + + + + <div><p><span>What is the digital divide?</span></p></div> + + + + + + A type of network cable + + + + + A problem in routers + + + + + Unequal access to technology and internet + + + + + A math concept + + + + + + + + + + + + 1009 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 5700,4958,9249,1367 + + + assessment_question_identifierref + gaee427f1657e64f84f64859879490f09 + + + + + + <div><p><span>Which of the following helps bridge the digital divide?</span></p></div> + + + + + + Ignoring tech issues + + + + + Offering free public Wi-Fi and training + + + + + Selling expensive devices + + + + + Reducing education funding + + + + + + + + + + + + 4958 + + 100 + + + +
+
+
diff --git a/canvas-export/raw/non_cc_assessments/g2ed93fb656c2609f1765e2d08a25ea1f.xml.qti b/canvas-export/raw/non_cc_assessments/g2ed93fb656c2609f1765e2d08a25ea1f.xml.qti new file mode 100644 index 0000000..6f94658 --- /dev/null +++ b/canvas-export/raw/non_cc_assessments/g2ed93fb656c2609f1765e2d08a25ea1f.xml.qti @@ -0,0 +1,1759 @@ + + + + + + bank_title + Unfiled Questions + + + bank_context_uuid + w361kghKMfPCVl4jvEpimC5HvdyG3ZnxwxYgNGyf + + + bank_state + active + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1377,264,4876,4597 + + + + + + <div><p><span>What does the CPU in a computer do?</span></p></div> + + + + + + Stores data permanently + + + + + Sends documents to the printer + + + + + Processes instructions and runs programs + + + + + Connects to the internet + + + + + + + + + + + + 4876 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 550,8109,4808,5910 + + + + + + <div><p><span>Which of the following is an example of input hardware?</span></p></div> + + + + + + Printer + + + + + Monitor + + + + + Mouse + + + + + Speaker + + + + + + + + + + + + 4808 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 6602,1724,1700,5696 + + + + + + <div><p><span>What is “netiquette”?</span></p></div> + + + + + + Antivirus software + + + + + Digital note-taking + + + + + Rules for using email attachments + + + + + Guidelines for respectful online behavior + + + + + + + + + + + + 5696 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7475,6158,7962,8168 + + + + + + <div><p><span>Which is a safe password practice?</span></p></div> + + + + + + Using “password123” for convenience + + + + + Writing your password on a sticky note + + + + + Creating a strong, unique password for each account + + + + + Sharing your password with trusted friends + + + + + + + + + + + + 7962 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4028,4807,5248,146 + + + + + + <div><p><span>Which device stores data even when the power is off?</span></p></div> + + + + + + RAM + + + + + Hard Drive + + + + + CPU + + + + + Router + + + + + + + + + + + + 4807 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8005,7641,8673,9546 + + + + + + <div><p><span>What is phishing?</span></p></div> + + + + + + Installing malware + + + + + Searching on Google + + + + + Sending fake messages to trick people into giving personal info + + + + + Using social media for marketing + + + + + + + + + + + + 8673 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4021,4925,88,9802 + + + + + + <div><p><span>Which is a strong password?</span></p></div> + + + + + + Summer2024 + + + + + ilovedogs + + + + + T8r!9f@Qz2 + + + + + 123456 + + + + + + + + + + + + 88 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3684,331,8808,8874 + + + + + + <div><p><span>What is a digital footprint?</span></p></div> + + + + + + A trail of personal data left online + + + + + Your browser history + + + + + Your shoe size + + + + + Internet usage fees + + + + + + + + + + + + 3684 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 470,5980,2539,2489 + + + + + + <div><p><span>What setting should you check on social media to protect your privacy?</span></p></div> + + + + + + Sound settings + + + + + Storage options + + + + + Profile visibility + + + + + Notification tones + + + + + + + + + + + + 2539 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3061,8039,3725,5470 + + + + + + <div><p><span>Which behavior is risky online?</span></p></div> + + + + + + Ignoring messages from unknown senders + + + + + Clicking unknown links in DMs + + + + + Using two-factor authentication + + + + + Using two-factor authentication + + + + + + + + + + + + 8039 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3132,5366,5961,839 + + + + + + <div><p><span>Which of these is an operating system?</span></p></div> + + + + + + PowerPoint + + + + + Windows 11 + + + + + Adobe Acrobat + + + + + Excel + + + + + + + + + + + + 5366 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3231,4220,5070,1718 + + + + + + <div><p><span>What is the purpose of a file extension (like .docx or .pptx)?</span></p></div> + + + + + + It controls the speed of the file + + + + + It makes the file more secure + + + + + It tells you what kind of file it is + + + + + It keeps the file hidden + + + + + + + + + + + + 5070 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1635,9629,6173,7140 + + + + + + <div><p><span>Which tool would you use to create a slideshow?</span></p></div> + + + + + + Word + + + + + Excel + + + + + PowerPoint + + + + + Notepad + + + + + + + + + + + + 6173 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3674,7816,7305,1487 + + + + + + <div><p><span>What does “Save As” do?</span></p></div> + + + + + + Deletes the file + + + + + Saves over your original file + + + + + Creates a new copy of the file + + + + + Sends the file to someone + + + + + + + + + + + + 7305 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 6938,6212,9347,1492 + + + + + + <div><p><span>Which feature helps organize text in a Word document?</span></p></div> + + + + + + Filters + + + + + Transitions + + + + + Bullets and numbering + + + + + Pivot tables + + + + + + + + + + + + 9347 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 6094,6812,3559,9937 + + + + + + <div><p><span>What is the subject line in an email used for?</span></p></div> + + + + + + To write a long message + + + + + To format attachments + + + + + To summarize the email topic + + + + + To add emojis + + + + + + + + + + + + 3559 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8337,7232,5557,5892 + + + + + + <div><p><span>What does CC stand for in email?</span></p></div> + + + + + + Copy Creator + + + + + Collaborative Contact + + + + + Carbon Copy + + + + + Calendar Contact + + + + + + + + + + + + 5557 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1208,5913,6543,4872 + + + + + + <div><p><span>Which is a best practice for professional email?</span></p></div> + + + + + + Use all caps to show urgency + + + + + Leave the subject line blank + + + + + Use polite greetings and clear language + + + + + Leave the subject line blank + + + + + + + + + + + + 6543 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7373,3095,5345,419 + + + + + + <div><p><span>Which tool is best for setting reminders for meetings?</span></p></div> + + + + + + Notepad + + + + + Calendar app + + + + + Calculator + + + + + Stopwatch + + + + + + + + + + + + 3095 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8094,355,4568,9018 + + + + + + <div><p><span>What is one benefit of digital note-taking?</span></p></div> + + + + + + It increases your typing speed + + + + + It guarantees perfect recall + + + + + Notes can be easily edited, searched, and shared + + + + + It eliminates the need to study + + + + + + + + + + + + 4568 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8760,1947,8160,1485 + + + + + + <div><p><span>What is cloud storage?</span></p></div> + + + + + + Data saved on your desktop + + + + + Data stored on paper + + + + + Data stored on remote internet servers + + + + + A backup USB drive + + + + + + + + + + + + 8160 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1196,8852,495,9217 + + + + + + <div><p><span>Which of these is a cloud storage service?</span></p></div> + + + + + + Photoshop + + + + + Google Drive + + + + + Excel + + + + + VLC Player + + + + + + + + + + + + 8852 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4628,6012,5515,5652 + + + + + + <div><p><span>What is a key benefit of using cloud storage?</span></p></div> + + + + + + It slows down your device + + + + + You can only access it from home + + + + + Files are accessible from multiple devices + + + + + It deletes your files automatically + + + + + + + + + + + + 5515 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7109,9415,1458,2475 + + + + + + <div><p><span>What does AI stand for?</span></p></div> + + + + + + Automated Interaction + + + + + Artificial Intelligence + + + + + Auto Information + + + + + Auto Information + + + + + + + + + + + + 9415 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7702,4320,5052,4435 + + + + + + <div><p><span>Which of these is an example of AI?</span></p></div> + + + + + + WordArt + + + + + Spell check + + + + + ChatGPT + + + + + Disk Cleanup + + + + + + + + + + + + 5052 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 9620,9933,9276,3633 + + + + + + <div><p><span>What is data visualization?</span></p></div> + + + + + + A fancy font + + + + + A type of password protection + + + + + A way to show data using charts and graphs + + + + + A method of hiding files + + + + + + + + + + + + 9276 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4430,1750,6320,4006 + + + + + + <div><p><span>What is one use of spreadsheets like Excel or Google Sheets?</span></p></div> + + + + + + Editing video + + + + + Making memes + + + + + Organizing and calculating data + + + + + Designing logos + + + + + + + + + + + + 6320 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3934,2979,780,1525 + + + + + + <div><p><span>What’s a benefit of a career in tech?</span></p></div> + + + + + + Limited job variety + + + + + Inflexible work environments + + + + + Fast-changing industry with many opportunities + + + + + No need for digital skills + + + + + + + + + + + + 780 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 2363,8207,1009,4605 + + + + + + <div><p><span>What is the digital divide?</span></p></div> + + + + + + A type of network cable + + + + + A problem in routers + + + + + Unequal access to technology and internet + + + + + A math concept + + + + + + + + + + + + 1009 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 5700,4958,9249,1367 + + + + + + <div><p><span>Which of the following helps bridge the digital divide?</span></p></div> + + + + + + Ignoring tech issues + + + + + Offering free public Wi-Fi and training + + + + + Selling expensive devices + + + + + Reducing education funding + + + + + + + + + + + + 4958 + + 100 + + + + + diff --git a/canvas-export/raw/non_cc_assessments/g55e12300463fc786de13f041871687cc.xml.qti b/canvas-export/raw/non_cc_assessments/g55e12300463fc786de13f041871687cc.xml.qti new file mode 100644 index 0000000..1daefe0 --- /dev/null +++ b/canvas-export/raw/non_cc_assessments/g55e12300463fc786de13f041871687cc.xml.qti @@ -0,0 +1,323 @@ + + + + + + cc_maxattempts + 1 + + +
+ + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 6094,6812,3559,9937 + + + assessment_question_identifierref + gd972fd516faefb0da371ac21fdce176c + + + + + + <div><p><span>What is the subject line in an email used for?</span></p></div> + + + + + + To write a long message + + + + + To format attachments + + + + + To summarize the email topic + + + + + To add emojis + + + + + + + + + + + + 3559 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8337,7232,5557,5892 + + + assessment_question_identifierref + gbdda59574f24f6ea3506b32b167c68e2 + + + + + + <div><p><span>What does CC stand for in email?</span></p></div> + + + + + + Copy Creator + + + + + Collaborative Contact + + + + + Carbon Copy + + + + + Calendar Contact + + + + + + + + + + + + 5557 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1208,5913,6543,4872 + + + assessment_question_identifierref + g7b80e0ce9ec931cf93bbb662a4be54e4 + + + + + + <div><p><span>Which is a best practice for professional email?</span></p></div> + + + + + + Use all caps to show urgency + + + + + Leave the subject line blank + + + + + Use polite greetings and clear language + + + + + Leave the subject line blank + + + + + + + + + + + + 6543 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7373,3095,5345,419 + + + assessment_question_identifierref + g4a181dbc18345db7d798649cb6f56402 + + + + + + <div><p><span>Which tool is best for setting reminders for meetings?</span></p></div> + + + + + + Notepad + + + + + Calendar app + + + + + Calculator + + + + + Stopwatch + + + + + + + + + + + + 3095 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8094,355,4568,9018 + + + assessment_question_identifierref + ged46f3179a1111edafceaf9b044634e5 + + + + + + <div><p><span>What is one benefit of digital note-taking?</span></p></div> + + + + + + It increases your typing speed + + + + + It guarantees perfect recall + + + + + Notes can be easily edited, searched, and shared + + + + + It eliminates the need to study + + + + + + + + + + + + 4568 + + 100 + + + +
+
+
diff --git a/canvas-export/raw/non_cc_assessments/g776056fb648f876aff392d3c9cc54c8a.xml.qti b/canvas-export/raw/non_cc_assessments/g776056fb648f876aff392d3c9cc54c8a.xml.qti new file mode 100644 index 0000000..aed56aa --- /dev/null +++ b/canvas-export/raw/non_cc_assessments/g776056fb648f876aff392d3c9cc54c8a.xml.qti @@ -0,0 +1,323 @@ + + + + + + cc_maxattempts + 1 + + +
+ + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8760,1947,8160,1485 + + + assessment_question_identifierref + ga80772194185f992ca765d7ed78ab787 + + + + + + <div><p><span>What is cloud storage?</span></p></div> + + + + + + Data saved on your desktop + + + + + Data stored on paper + + + + + Data stored on remote internet servers + + + + + A backup USB drive + + + + + + + + + + + + 8160 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1196,8852,495,9217 + + + assessment_question_identifierref + ge9bd90e0e31cd0f846f035a090d497a6 + + + + + + <div><p><span>Which of these is a cloud storage service?</span></p></div> + + + + + + Photoshop + + + + + Google Drive + + + + + Excel + + + + + VLC Player + + + + + + + + + + + + 8852 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4628,6012,5515,5652 + + + assessment_question_identifierref + g7e41d82a93adc05bd9d444195f084d0f + + + + + + <div><p><span>What is a key benefit of using cloud storage?</span></p></div> + + + + + + It slows down your device + + + + + You can only access it from home + + + + + Files are accessible from multiple devices + + + + + It deletes your files automatically + + + + + + + + + + + + 5515 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7109,9415,1458,2475 + + + assessment_question_identifierref + gc9e4cfc2c1a5fc4c04282ed6be5dfbb5 + + + + + + <div><p><span>What does AI stand for?</span></p></div> + + + + + + Automated Interaction + + + + + Artificial Intelligence + + + + + Auto Information + + + + + Auto Information + + + + + + + + + + + + 9415 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7702,4320,5052,4435 + + + assessment_question_identifierref + g2581db898caf4c4a3661ab322193b2d5 + + + + + + <div><p><span>Which of these is an example of AI?</span></p></div> + + + + + + WordArt + + + + + Spell check + + + + + ChatGPT + + + + + Disk Cleanup + + + + + + + + + + + + 5052 + + 100 + + + +
+
+
diff --git a/canvas-export/raw/non_cc_assessments/g8683e6f662efce59c49f0727ebb08b8e.xml.qti b/canvas-export/raw/non_cc_assessments/g8683e6f662efce59c49f0727ebb08b8e.xml.qti new file mode 100644 index 0000000..70a442a --- /dev/null +++ b/canvas-export/raw/non_cc_assessments/g8683e6f662efce59c49f0727ebb08b8e.xml.qti @@ -0,0 +1,323 @@ + + + + + + cc_maxattempts + 1 + + +
+ + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 8005,7641,8673,9546 + + + assessment_question_identifierref + g18c7fcad724518a0a5a7e56827776468 + + + + + + <div><p><span>What is phishing?</span></p></div> + + + + + + Installing malware + + + + + Searching on Google + + + + + Sending fake messages to trick people into giving personal info + + + + + Using social media for marketing + + + + + + + + + + + + 8673 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4021,4925,88,9802 + + + assessment_question_identifierref + g851863e8bcc2520fdb5fe16fc1b49a8c + + + + + + <div><p><span>Which is a strong password?</span></p></div> + + + + + + Summer2024 + + + + + ilovedogs + + + + + T8r!9f@Qz2 + + + + + 123456 + + + + + + + + + + + + 88 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3684,331,8808,8874 + + + assessment_question_identifierref + g887faef50f3ef0aaea8e7256fa0da1b9 + + + + + + <div><p><span>What is a digital footprint?</span></p></div> + + + + + + A trail of personal data left online + + + + + Your browser history + + + + + Your shoe size + + + + + Internet usage fees + + + + + + + + + + + + 3684 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 470,5980,2539,2489 + + + assessment_question_identifierref + g3084b4c98b8acd5ac55ada89eb4fe8db + + + + + + <div><p><span>What setting should you check on social media to protect your privacy?</span></p></div> + + + + + + Sound settings + + + + + Storage options + + + + + Profile visibility + + + + + Notification tones + + + + + + + + + + + + 2539 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 3061,8039,3725,5470 + + + assessment_question_identifierref + ga9d64b67d140353f0f1777c0729386ca + + + + + + <div><p><span>Which behavior is risky online?</span></p></div> + + + + + + Ignoring messages from unknown senders + + + + + Clicking unknown links in DMs + + + + + Using two-factor authentication + + + + + Using two-factor authentication + + + + + + + + + + + + 8039 + + 100 + + + +
+
+
diff --git a/canvas-export/raw/non_cc_assessments/gf7e854532890cce27c3d002551563523.xml.qti b/canvas-export/raw/non_cc_assessments/gf7e854532890cce27c3d002551563523.xml.qti new file mode 100644 index 0000000..8fb5aa1 --- /dev/null +++ b/canvas-export/raw/non_cc_assessments/gf7e854532890cce27c3d002551563523.xml.qti @@ -0,0 +1,323 @@ + + + + + + cc_maxattempts + 1 + + +
+ + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 1377,264,4876,4597 + + + assessment_question_identifierref + gcc0d0f8fb3c6fa86bf6aa5ab60af4d32 + + + + + + <div><p><span>What does the CPU in a computer do?</span></p></div> + + + + + + Stores data permanently + + + + + Sends documents to the printer + + + + + Processes instructions and runs programs + + + + + Connects to the internet + + + + + + + + + + + + 4876 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 550,8109,4808,5910 + + + assessment_question_identifierref + g530187ef6f0ddacf0397c62741ed4219 + + + + + + <div><p><span>Which of the following is an example of input hardware?</span></p></div> + + + + + + Printer + + + + + Monitor + + + + + Mouse + + + + + Speaker + + + + + + + + + + + + 4808 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 6602,1724,1700,5696 + + + assessment_question_identifierref + g8cc9b9260a2804e054d48da987eb3438 + + + + + + <div><p><span>What is “netiquette”?</span></p></div> + + + + + + Antivirus software + + + + + Digital note-taking + + + + + Rules for using email attachments + + + + + Guidelines for respectful online behavior + + + + + + + + + + + + 5696 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 7475,6158,7962,8168 + + + assessment_question_identifierref + g511653d380e2a696938b354b110a233b + + + + + + <div><p><span>Which is a safe password practice?</span></p></div> + + + + + + Using “password123” for convenience + + + + + Writing your password on a sticky note + + + + + Creating a strong, unique password for each account + + + + + Sharing your password with trusted friends + + + + + + + + + + + + 7962 + + 100 + + + + + + + + question_type + multiple_choice_question + + + points_possible + 1.0 + + + original_answer_ids + 4028,4807,5248,146 + + + assessment_question_identifierref + ge7e409c29079002d0461014f67bf45c1 + + + + + + <div><p><span>Which device stores data even when the power is off?</span></p></div> + + + + + + RAM + + + + + Hard Drive + + + + + CPU + + + + + Router + + + + + + + + + + + + 4807 + + 100 + + + +
+
+
diff --git a/canvas-export/raw/web_resources/course_image/Purple and White Modern Computer Class Google Classroom Header.png b/canvas-export/raw/web_resources/course_image/Purple and White Modern Computer Class Google Classroom Header.png new file mode 100644 index 0000000..ca1fd59 Binary files /dev/null and b/canvas-export/raw/web_resources/course_image/Purple and White Modern Computer Class Google Classroom Header.png differ diff --git a/canvas-export/raw/wiki_content/course-syllabus-summer-2025.html b/canvas-export/raw/wiki_content/course-syllabus-summer-2025.html new file mode 100644 index 0000000..1096a13 --- /dev/null +++ b/canvas-export/raw/wiki_content/course-syllabus-summer-2025.html @@ -0,0 +1,158 @@ + + + +⭐️ Course Syllabus - Summer 2025 + + + + + +

🔑 Key Course Information

+

Instructor: Dr. Corey Cason
Contact: ccason@gavilan.edu • Text/Call: (720) 224-2447
Office Hours: By appointment, weekdays 7:00 AM – 1:00 PM PT (Zoom or phone)
Course Dates: June 16 – July 27, 2025
Delivery Mode: Fully Online via iLearn

+

📅 Course Overview

+

An introduction to computer concepts, including the history of computing. Provides an overview of networking, security, the web, computer hardware, operating systems, and application software. The role of the computer in modern life, both personal and professional, and applications of popular productivity software are examined. This course has the option of a letter grade or pass/no pass. No prerequisites are required to enroll is this course.

+

Textbook: Computer Literacy: Navigating the Digital Age by Dr. Corey Cason
Tools: Microsoft Office, Google Workspace, or Apple iWork

+

+

📚 Student Learning Outcomes

+

By the end of this course, you will be able to:

+
    +
  1. Describe the role of technology in both the personal and the professional world, and identify appropriate technology to support personal productivity, learning, and future career growth.
  2. +
  3. Describe the basic principles of computer safety, security, and ethics in an increasingly digital world.
  4. +
  5. Demonstrate a working knowledge of operating system functions, installation of application software, and use of productivity suites.
  6. +
+

+

📉 How This Course Works

+ +

+

📆 Weekly Module Breakdown

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
WeekDatesModule TitleReadings
1Jun 16–22Computer Basics & Digital CitizenshipChapters 1 & 2
2Jun 23–29Cybersecurity & Social MediaChapters 3 & 4
3Jun 30–Jul 6Operating Systems & DocsChapter 5 & 6
4Jul 7–13Email, Calendars & NotesChapters 7 & 8
5Jul 14–20Cloud Storage & AIChapters 9 & 10
6Jul 21–27Data, Careers & AccessChapters 12–14
+

+

📈 Assignments & Grading

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TypeDescriptionFrequencyPoints EachTotal
QuizMultiple-choice check on reading65 pts30 pts
DiscussionMain post (150+ words) + 1 reply (50+ words)610 pts60 pts
Real World TaskReal-world tech application615 pts90 pts
TOTAL180 pts
+

Grading Scale:
A = 162+ • B = 144–161 • C = 126–143
D = 108–125 • F = Below 108
Pass/No Pass: Pass = 126+ pts

+

+

🔗 Course Policies

+
    +
  1. +

    Due Date Policy: Assignments are due on the scheduled due date and will not be accepted late unless your absence has been excused.

    +
  2. +
  3. +

    Attendance Policy: The college policy on attendance, as stated in the catalog, is: “Students missing one more class hour than the unit value for a particular course, without making prior arrangements, may, at the instructor’s option, be dropped without the possibility of credit.” In this asynchronous course, if you fail to submit work for 2+ weeks without prior arrangement, you will be dropped.

    +
  4. +
  5. +

    Student Honesty Policy: Students are expected to exercise academic honesty and integrity. Violations such as plagiarism will result in disciplinary action, which may include a recommendation for dismissal.

    +
  6. +
+

+

🌎 Inclusive, Accessible, Supported

+

This course welcomes all students and strives to support your unique needs.  We are committed to maintaining an inclusive, respectful learning environment. Please contact me if there is anything I can do to help you succeed in this course.

+

ADA Accommodation Statement

+

Students requiring special services or arrangements because of hearing, visual, or other disabilities should contact their instructor, counselor, or the Accessible Education Center.

+

Occupational/Vocational Statement

+

Occupational/Vocational students: Limited English skills will not be a barrier to admittance to and participation in Vocational Educational Programs.

+

+

📖 Support Resources

+

Gavilan offers many student services:

+ +

+

✨ Let's Make Tech Work for You

+

I’m here to help you feel more confident using technology in school, work, and life. Don’t hesitate to reach out—you’re not expected to know everything right away. We’ll build your skills, together.

+ + \ No newline at end of file diff --git a/canvas-export/raw/wiki_content/online-student-support-hub.html b/canvas-export/raw/wiki_content/online-student-support-hub.html new file mode 100644 index 0000000..5c7ccd2 --- /dev/null +++ b/canvas-export/raw/wiki_content/online-student-support-hub.html @@ -0,0 +1,12 @@ + + + +🚨 Online Student Support Hub + + + + + +

Welcome Gavilan College Student Support hub banner

 

As your instructor, I really want you to be successful learning in this class. Please use the resources below as needed.

If you are new:

Need some support? Select a service below or go to the "Welcome Center" for help!

 

   

Library Online

Connect to great campus library sources, wherever you are.

   

Tutoring Online

Get help with your classes even when you can't go to an on-campus support center.

   

Writing Center Online

Work on your writing, reading, or speeches online or on campus. 

   

Counseling Online

Counselors help you identify your educational goals, create plans, and stay on track to completion.

   

Online Student Help

Get help with iLearn, or other technology questions.

   

Online Student Support Services

Don't know what you are looking for? This is a centralized spot for our online support services.

+ + \ No newline at end of file diff --git a/canvas-export/raw/wiki_content/reading-chapters-1-and-2.html b/canvas-export/raw/wiki_content/reading-chapters-1-and-2.html new file mode 100644 index 0000000..c9b37e8 --- /dev/null +++ b/canvas-export/raw/wiki_content/reading-chapters-1-and-2.html @@ -0,0 +1,18 @@ + + + +📘 Reading: Chapters 1 & 2 + + + + + +

This week, you’ll read Chapters 1 and 2 to build a strong foundation.
Chapter 1 introduces core tech terms and the parts of a computer.
Chapter 2 covers online behavior, netiquette, and how to be a respectful digital citizen.

+

What to Do:

+ + + \ No newline at end of file diff --git a/canvas-export/raw/wiki_content/reading-chapters-11-12-13-14.html b/canvas-export/raw/wiki_content/reading-chapters-11-12-13-14.html new file mode 100644 index 0000000..b5fba6e --- /dev/null +++ b/canvas-export/raw/wiki_content/reading-chapters-11-12-13-14.html @@ -0,0 +1,18 @@ + + + +📘 Reading: Chapters 11, 12, 13, 14 + + + + + +

In our final module, we look ahead.
Chapter 11 introduces basic data skills.
Chapters 12–14 explore careers in tech, future trends, and the digital divide.

+

What to Do:

+ + + \ No newline at end of file diff --git a/canvas-export/raw/wiki_content/reading-chapters-3-and-4.html b/canvas-export/raw/wiki_content/reading-chapters-3-and-4.html new file mode 100644 index 0000000..5ac6616 --- /dev/null +++ b/canvas-export/raw/wiki_content/reading-chapters-3-and-4.html @@ -0,0 +1,18 @@ + + + +📘 Reading: Chapters 3 & 4 + + + + + +

Chapters 3 and 4 dive into staying safe online and navigating social platforms.
We’ll talk passwords, scams, privacy settings, and what it means to have a digital footprint.

+

What to Do:

+ + + \ No newline at end of file diff --git a/canvas-export/raw/wiki_content/reading-chapters-5-and-6.html b/canvas-export/raw/wiki_content/reading-chapters-5-and-6.html new file mode 100644 index 0000000..e4e8c50 --- /dev/null +++ b/canvas-export/raw/wiki_content/reading-chapters-5-and-6.html @@ -0,0 +1,18 @@ + + + +📘 Reading: Chapters 5 & 6 + + + + + +

Time to get practical. Chapter 5 explains how operating systems work.
Chapter 6 walks you through creating documents and slides—tools you’ll use in every job, class, or project.

+

What to Do:

+ + + \ No newline at end of file diff --git a/canvas-export/raw/wiki_content/reading-chapters-7-and-8.html b/canvas-export/raw/wiki_content/reading-chapters-7-and-8.html new file mode 100644 index 0000000..048abbb --- /dev/null +++ b/canvas-export/raw/wiki_content/reading-chapters-7-and-8.html @@ -0,0 +1,18 @@ + + + +📘 Reading: Chapters 7 & 8 + + + + + +

This week is all about staying organized and communicating clearly.
Chapter 7 covers professional email and calendar use.
Chapter 8 is all about capturing and organizing info—notes, screenshots, links, and more.

+

What to Do:

+ + + \ No newline at end of file diff --git a/canvas-export/raw/wiki_content/reading-chapters-9-and-10.html b/canvas-export/raw/wiki_content/reading-chapters-9-and-10.html new file mode 100644 index 0000000..fc42505 --- /dev/null +++ b/canvas-export/raw/wiki_content/reading-chapters-9-and-10.html @@ -0,0 +1,18 @@ + + + +📘 Reading: Chapters 9 & 10 + + + + + +

Chapter 9 introduces cloud tools for saving, sharing, and collaborating.
Chapter 10 breaks down AI—what it is, how it works, and how it’s already in your life.

+

What to Do:

+ + + \ No newline at end of file diff --git a/canvas-export/raw/wiki_content/required-book-tools-and-software.html b/canvas-export/raw/wiki_content/required-book-tools-and-software.html new file mode 100644 index 0000000..e7bc454 --- /dev/null +++ b/canvas-export/raw/wiki_content/required-book-tools-and-software.html @@ -0,0 +1,66 @@ + + + +📚 Required Book, Tools & Software + + + + + +

📘 Textbook

+

Computer Literacy: Navigating the Digital Age by Dr. Corey Cason
We’ll follow this book throughout the course. It’s your go-to guide for everything from basic tech skills to understanding AI, cybersecurity, and digital careers.

+
+

🧰 Required Software

+

You’ll need access to a productivity suite for creating documents, spreadsheets, and presentations. Any of the following will work:

+ +
+

💡 Free Access Options

+

No need to buy software—these tools are available at no cost:

+

🔹 Microsoft Office 365

+ +

🔹 Google Docs, Sheets, Slides

+ +

🔹 Apple iWork

+ +
+

🌐 Browser & Internet Requirements

+

To make sure everything runs smoothly:

+ +
+

🆘 Need Tech Help?

+

If you’re having trouble accessing software or navigating iLearn:
📧 Email me directly — I’m here to help.
🖥️ Or contact Gavilan College IT Support for login and software issues.

+

Let’s make sure tech isn’t a barrier—reach out early so we can keep you on track.

+ + \ No newline at end of file diff --git a/canvas-export/raw/wiki_content/welcome-to-csis-1.html b/canvas-export/raw/wiki_content/welcome-to-csis-1.html new file mode 100644 index 0000000..a620825 --- /dev/null +++ b/canvas-export/raw/wiki_content/welcome-to-csis-1.html @@ -0,0 +1,47 @@ + + + +👋🏼 Welcome to CSIS 1! + + + + + + +

Computer Literacy | Summer 2025 | June 16 – July 27, 2025

+

Hi everyone,

+

Welcome to CSIS 1 – Computer Literacy. I’m glad you’re here.

+

This course is about building confidence with the digital tools and systems that shape our daily lives. Whether you’re here to meet a requirement or get more comfortable with technology, we’ll keep things practical, grounded, and connected to the real world. 

+

👩🏻‍🏫 About Me

+

I’m Dr. Corey Cason, and I’ll be guiding you through the next six weeks. My background is in IT project management, business, and digital strategy—and I’ve worked across both corporate and educational spaces. I also run a small business and teach project management.

+

I care about making tech feel more accessible, more useful, and less overwhelming. I'm not looking for perfection—just effort, curiosity, and honesty.

+

📚 What to Expect

+

Each week will include:

+ +

All items are due Sundays at 11:59 PM

+

✅ Week 1: What to Do First (Due Sunday, June 22)

+ +

📩 How to Reach Me

+

Need help or have a question? Reach out anytime:
📧 Email: ccason@gavilan.edu
💬 Canvas Messages are totally fine
📞 Office hours: By appointment—Zoom or phone, just let me know what works for you

+

🧭 A Few Tips to Stay on Track

+ +

Looking forward to learning with you this term,

+

Dr. Corey Cason

+ + \ No newline at end of file diff --git a/materials/MATERIALS_GUIDE.md b/materials/MATERIALS_GUIDE.md new file mode 100644 index 0000000..5216219 --- /dev/null +++ b/materials/MATERIALS_GUIDE.md @@ -0,0 +1,168 @@ +# CSIS 1 — Computer Literacy: Materials Guide (Summer 2026) + +**All materials are FREE.** No textbook purchase required. + +--- + +## Primary Textbook + +### OpenStax: *Workplace Software and Skills* +- **Read online (best):** +- **Full PDF download (276 MB):** Saved locally in `csis1-materials/OpenStax_Workplace_Software_Skills.pdf` + - Direct URL: +- **License:** CC BY 4.0 (free to use, share, remix) +- **Published:** 2023, updated 2024 +- **Instructor resources:** Free test banks, PowerPoint slides, Blackboard/Canvas import packages at + +#### Full Chapter List + +| Ch | Title | Pages | +|----|-------|-------| +| 1 | Technology in Everyday Life and Business | 17–70 | +| 2 | Essentials of Software Applications for Business | 71–152 | +| 3 | Creating and Working in Documents | 153–234 | +| 4 | Document Preparation | 235–338 | +| 5 | Advanced Document Preparation | 339–414 | +| 6 | Preparing Presentations | 415–480 | +| 7 | Advanced Presentation Skills | 481–550 | +| 8 | Content Management Systems and Social Media in Business | 551–604 | +| 9 | Working with Spreadsheets | 605–678 | +| 10 | Advanced Excel Formulas, Functions, and Techniques | 679–752 | +| 11 | Advanced Excel Spreadsheets: Statistical and Data Analysis | 753–840 | +| 12 | Using Excel in Accounting and Financial Reporting | 841–864 | +| 13 | Understanding and Using Databases | 865–938 | +| 14 | Advanced Database Use | 939–1010 | +| 15 | Integrating Applications | 1011–1090 | + +--- + +## Supplementary Textbook (Weeks 5–6) + +### OpenStax: *Introduction to Computer Science* +- **Read online:** +- **Full PDF download (51 MB):** Saved locally in `csis1-materials/OpenStax_Intro_Computer_Science.pdf` + - Direct URL: +- **License:** CC BY 4.0 +- **Published:** November 2024 (very current) + +#### Relevant Chapters for CSIS 1 + +| Ch | Title | Use for | +|----|-------|---------| +| 1 | Introduction to Computer Science | Week 1 — history, what is CS | +| 5 | Hardware Realizations: Computer Systems Design | Week 1 — hardware deep dive | +| 6 | Infrastructure Abstraction Layer: Operating Systems | Week 1 — OS concepts | +| 8 | Data Management | Week 3 — database overview | +| 14 | Cyber Resources Qualities and Cyber Computing Governance | **Week 5 — security, cybersecurity, ethics** | + +*Note: This book is CS-major oriented. Only assign selected chapters/sections. Ch. 14 is the most valuable for this course.* + +--- + +## Free Online Resources (No Download Needed) + +### GCFGlobal — Digital Literacy Tutorials +Free, interactive, beginner-friendly. Great for students who need extra help. + +| Topic | URL | Use for | +|-------|-----|---------| +| Computer Basics | | Week 1 | +| Internet Basics | | Week 4 | +| Internet Safety | | Week 5 | +| Email Basics | | Week 4 | +| Digital Media Literacy | | Week 6 | +| All tutorials | | Reference | + +### Other Free Resources + +| Resource | URL | Notes | +|----------|-----|-------| +| Have I Been Pwned | | Week 5 — check if data leaked | +| How HTTPS Works (comic) | | Week 4 — visual explainer | +| Explain That Stuff: Computers | | Week 1 — hardware basics | +| Code.org: How the Internet Works (videos) | | Week 4 — short video series | + +--- + +## Week-by-Week Reading Assignments + +### Week 1: Hardware, Software & Operating Systems +- **WSS Ch. 1** — Technology in Everyday Life and Business + - +- **WSS Ch. 2** — Essentials of Software Applications for Business (sections on hardware, OS, file management) + - +- **GCFGlobal** — Computer Basics (optional, for beginners) + - + +### Week 2: Word Processing & Spreadsheets +- **WSS Ch. 3** — Creating and Working in Documents + - +- **WSS Ch. 4** — Document Preparation + - +- **WSS Ch. 9** — Working with Spreadsheets + - + +### Week 3: Presentations, Databases & Networks +- **WSS Ch. 6** — Preparing Presentations + - +- **WSS Ch. 13** — Understanding and Using Databases (skim — conceptual only) + - +- **WSS Ch. 1, Sec 1.2** — Computer Hardware and Networks (re-read networking sections) + - + +### Week 4: The Internet, Email & The Web +- **WSS Ch. 1, Sec 1.3** — The Internet, Cloud Computing, and the Internet of Things + - +- **WSS Ch. 8** — Content Management Systems and Social Media in Business + - +- **GCFGlobal** — Internet Basics + Email Basics + - + - +- **Code.org** — How the Internet Works (6 short videos) + - + +### Week 5: Security, Scams & Protecting Yourself +- **Intro to CS Ch. 14** — Cyber Resources Qualities and Cyber Computing Governance + - +- **WSS Ch. 1, Sec 1.4** — Ethics, Privacy, and Security + - +- **GCFGlobal** — Internet Safety (full module) + - +- **Have I Been Pwned** — Check your own email + - +- **Instructor-curated materials** — Real scam examples, deepfake demos, AI threat articles (TBD) + +### Week 6: AI, Emerging Tech, Info Literacy & Final +- **WSS Ch. 15** — Integrating Applications (selected sections) + - +- **GCFGlobal** — Digital Media Literacy + - +- **Instructor-curated materials** — AI tools overview, hands-on exercises (TBD) + +--- + +## Downloaded Files + +Located in `projects/peter-writing/csis1-materials/`: + +| File | Size | Description | +|------|------|-------------| +| `OpenStax_Workplace_Software_Skills.pdf` | 276 MB | Full textbook, all 15 chapters | +| `OpenStax_Intro_Computer_Science.pdf` | 51 MB | Full textbook, all 14 chapters | + +--- + +## Notes for Peter + +1. **WSS is the backbone** — covers weeks 1–4 well. Chapters are long (80–100 pages each) because they include both MS Office and Google Workspace side-by-side. Students only need to follow one suite, so effective reading is ~half a chapter. + +2. **Weeks 5–6 need curated content** — No OER textbook adequately covers 2026-era AI scams, deepfakes, and LLM literacy. Plan to build a reading packet from: + - News articles (Ars Technica, Wired, Krebs on Security) + - YouTube demos (deepfake detection, voice cloning) + - Hands-on exercises (ChatGPT/Gemini comparison, haveibeenpwned) + +3. **The WSS PDF is 276 MB** — too large for most LMS uploads. Students should use the web version. You can upload the Intro to CS PDF (51 MB) if needed, or just link to it. + +4. **Instructor test banks** — Register at OpenStax.org (free) to access quiz banks, PowerPoint slides, and LMS packages for WSS. These can save significant course prep time. + +5. **West Hills College *Computer Concepts*** — Another CA community college OER. Web-only at . Covers similar ground but less polished. Could be useful for alt readings on networking/security. No PDF available. diff --git a/materials/OpenStax_Intro_Computer_Science.pdf b/materials/OpenStax_Intro_Computer_Science.pdf new file mode 100644 index 0000000..62124ef Binary files /dev/null and b/materials/OpenStax_Intro_Computer_Science.pdf differ diff --git a/materials/OpenStax_Workplace_Software_Skills.pdf b/materials/OpenStax_Workplace_Software_Skills.pdf new file mode 100644 index 0000000..700f976 Binary files /dev/null and b/materials/OpenStax_Workplace_Software_Skills.pdf differ diff --git a/syllabus.md b/syllabus.md new file mode 100644 index 0000000..842d7c5 --- /dev/null +++ b/syllabus.md @@ -0,0 +1,456 @@ +### Assessed Outcomes + +As a result of completing this course students will be able to: + + - Describe the role of technology in both the personal and the professional world, and identify appropriate technology to support personal productivity, learning, and future career growth. + - Describe the basic principles of computer safety and security in a networked world. Demonstrate a working knowledge of operating system functions, installation of application software, and use of productivity suites. + +### Course Information + +CSIS 1 is an introduction to computer concepts, including the history of computing. The course provides an overview of networking, security, the web, computer hardware, operating systems, and application software. The role of the computer in modern life, both personal and professional, and applications of popular productivity software are examined. + +This is a 2-unit course. Letter grade or Pass/No Pass. No prerequisites. + +#### 6 week summer semester + + - lecture 36/6 = 6 hours/wk + - study + homework = 6 - 12 hours/wk + +### Amount of work + +This is a 2-unit course compressed into a 6-week summer semester. You will be covering multiple topics each week, so it is very important that you keep up and not get behind. During the 6 weeks of this class, you can expect to spend: + + - 4-6 hours per week with reading and online lectures + - 4-8 hours per week studying and practicing + +**In total, about 2-3 hours per day during the summer session.** + +This course is not self-paced; there are weekly due dates. + +All assignments are due on Sundays at 11:59 pm (unless otherwise stated.) + +Follow the Module pages for what to do each week. + +When communicating with the instructor, please use Canvas email. Gavilan email may be used if Canvas is unavailable. Peter Howell's Gavilan email address is phowell@gavilan.edu. + +All assignments will be submitted through Canvas. + +### Materials + +**TEXTBOOKS — ALL FREE (Zero Textbook Cost)** + +No textbook purchase is required for this course. All readings are free and available online. + +**Primary Text:** +- **Workplace Software and Skills** (OpenStax, 2023) + - Read free online: https://openstax.org/books/workplace-software-skills/pages/1-chapter-scenario + - Download PDF: https://assets.openstax.org/oscms-prodcms/media/documents/Workplace_Software_and_Skills_-_WEB.pdf + - License: CC BY 4.0 (free, open source, peer-reviewed) + - Covers hardware, software, networking, cloud, Word/Docs, Excel/Sheets, PowerPoint/Slides, databases, and more + +**Supplementary Text (Weeks 5–6):** +- **Introduction to Computer Science** (OpenStax, 2024) + - Read free online: https://openstax.org/books/introduction-computer-science/pages/1-introduction + - Download PDF: https://assets.openstax.org/oscms-prodcms/media/documents/Introduction_To_Computer_Science_-_WEB.pdf + - We will use selected chapters on cybersecurity and responsible computing + +**Additional Free Resources:** +- GCFGlobal Digital Literacy Tutorials: https://edu.gcfglobal.org/en/topics/ +- Code.org — How the Internet Works (video series): https://www.youtube.com/playlist?list=PLzdnOPI1iJNfMRZm5DDxco3UdsFegvuB7 +- Have I Been Pwned (security check): https://haveibeenpwned.com + +**SOFTWARE** + +You will need access to a productivity suite (Microsoft Office, Google Workspace, or LibreOffice) for hands-on assignments. Any recent version is acceptable. The textbook covers both Microsoft Office and Google Workspace — you can follow along with either one. + +A working computer with internet access is required. + + +## Ongoing list of tips and tricks + +### File management basics + +Get comfortable with creating folders, moving files, renaming things. This sounds simple but it's the #1 thing that trips people up. Know where your Downloads folder is. Know how to find a file you just saved. + +### Keyboard shortcuts + +The more of these you have in muscle memory — not memorized, *muscle memory* — the faster everything goes. + + - ctrl-c copy + - ctrl-v paste + - ctrl-x cut + - ctrl-z undo + - ctrl-s save + - ctrl-p print + - ctrl-w close tab/window + - ctrl-t new tab + - ctrl-f find/search + + - Alt-Tab switch applications + - Win + D show desktop + - Win + type open files or programs (Cmd + Space on Mac) + +### Browser skills + + - How to open a link in a new tab (ctrl-click, or right click → open in new tab) + - How to use multiple tabs + - How to clear your history/cache + - How to recognize a secure site (https, lock icon) + - How to install and manage extensions (ad blocker, etc.) + + +## Full Outline of Course Topics (6 week summer semester) + +(topic, assignment?, book ref, outside resources, ph video y/n) + +For any given topic: What is it? What is it good for? How do I use it? + +### Week 1: Hardware, Software & Operating Systems (6 hours) + +- What is a computer? History of computing + - Mainframes, PCs, mobile devices, embedded systems/IoT + - Key figures: Turing, Von Neumann, Lovelace, Hopper + +- Components + - CPU (Intel, AMD, ARM) + - RAM vs ROM vs storage + - Motherboard, power supply, bus + - Input devices: keyboard, mouse, touchscreen, microphone, camera + - Output devices: monitor, printer (inkjet vs laser), speakers + - Ports: USB, HDMI, DisplayPort, Thunderbolt, Ethernet, headphone jack + +- Storage + - HDD vs SSD vs flash drive vs optical disc + - Local vs cloud storage + - Backup strategies: list 3-4 options for Windows and Mac + +- Peripheral devices + - Connecting, installing, drivers + - Wireless peripherals (Bluetooth, WiFi) + +- Caring for your hardware + - Common cleaning mistakes + - What to do if you spill water + - How to care for a touchscreen + - Battery and power management + +- What is software? + - System software vs application software + - OS, application, file — what's the difference? + - List 4 examples of each + +- Operating systems + - Windows, macOS, Linux, Chrome OS, iOS, Android + - What does an OS do? (manage hardware, run apps, file system) + - Desktop vs mobile OS + - Installing and updating software + - Task manager / activity monitor + +- Working with files + - File types and extensions (.docx, .pdf, .jpg, .mp3, .exe, etc.) + - File management: folders, naming, organizing + - Compression: zip, lossy vs lossless + - Search and find files on your computer + +- The language of computers + - Binary, bits, bytes, KB, MB, GB, TB + - ASCII and Unicode + - Analog vs digital + - How data is represented (text, images, audio, video) + + + **READ:** WSS Ch. 1 — Technology in Everyday Life and Business + https://openstax.org/books/workplace-software-skills/pages/1-chapter-scenario + + **READ:** WSS Ch. 2 — Essentials of Software Applications for Business + https://openstax.org/books/workplace-software-skills/pages/2-chapter-scenario + + **OPTIONAL:** GCFGlobal Computer Basics — https://edu.gcfglobal.org/en/computerbasics/ + + Monday Demo: Tour of a computer — what's inside, what plugs in where + + Assignment: Hardware & software identification quiz + +### Week 2: Word Processing & Spreadsheets (6 hours) + +- Creating a document + - New, open, save, save as + - Importing and exporting formats (docx, pdf, rtf, txt) + +- Editing basics + - Selecting text + - Cut, copy, paste, undo + - Search and replace + - Spell check, grammar check, thesaurus + - Autocorrect + +- Formatting + - Bold, italic, underline, font size, font face, color + - Character styles vs paragraph styles + - The mindset: a document is a list of *characters* that flow across and down the page. We apply **paragraph styles** to alter this flow. + - Line spacing and paragraph spacing + - Indents, tab stops, the ruler + - Lists: bullets and numbering + +- Document layout + - Margins, page orientation, page size + - Page breaks, section breaks + - Headers and footers, page numbers + - Inserting pictures: positioning, layout, text wrapping + - Hyperlinks + +- Spreadsheet fundamentals + - Workbooks, sheets, rows, columns, cells, ranges + - Data entry and data types (text, numbers, dates) + - Cell addresses: A1, B2, etc. + +- Formulas and functions + - Basic formulas: +, -, *, / + - Common functions: SUM, AVERAGE, COUNT, MIN, MAX, IF + - Relative vs absolute cell references ($A$1) + - Order of operations + +- Formatting a worksheet + - Column widths and row heights + - Number formats (currency, percentage, date) + - Borders and backgrounds + - Conditional formatting + +- Working with data + - Sort and filter + - Charts and graphs: bar, line, pie — when to use each + + + **READ:** WSS Ch. 3 — Creating and Working in Documents + https://openstax.org/books/workplace-software-skills/pages/3-chapter-scenario + + **READ:** WSS Ch. 4 — Document Preparation + https://openstax.org/books/workplace-software-skills/pages/4-chapter-scenario + + **READ:** WSS Ch. 9 — Working with Spreadsheets + https://openstax.org/books/workplace-software-skills/pages/9-chapter-scenario + + Monday Demo: Building a document and spreadsheet from scratch — live + + Assignment: Create a formatted document (letter or resume) + + Assignment: Build a worksheet with formulas and a chart (personal budget) + +### Week 3: Presentations, Databases & Networks (6 hours) + +- Presentation basics + - What makes a good presentation? + - Use it as a visual aid — not a teleprompter + - Less is more: 5 ± 2 items per slide + - Ways to engage your audience + +- Common presentation mistakes + - Too many words on a slide + - Unreadable colors or fonts + - Distracting animations + - Reading directly from slides + +- Building a presentation + - Slides, layouts, themes + - Adding text, images, shapes + - Transitions and animations (use sparingly) + - Speaker notes + + + Assignment: Create a short presentation on a topic of your choice + +- Databases (overview) + - What is a database? Tables, rows (records), columns (fields) + - How databases differ from spreadsheets + - Where databases are used (Amazon, Netflix, your bank, your phone) + - CRUD: Create, Read, Update, Delete + - Queries: asking questions of your data + - You don't need to build one — but you should understand what they are and why they matter + +- Networking fundamentals + - LAN, WAN, WiFi, Bluetooth + - Switch, router, modem + - DNS — how names become addresses + - Bandwidth: Mbps, latency + - Cable, fiber, satellite, cellular + - IP address, MAC address + + + **READ:** WSS Ch. 6 — Preparing Presentations + https://openstax.org/books/workplace-software-skills/pages/6-chapter-scenario + + **READ:** WSS Ch. 13 — Understanding and Using Databases (skim for concepts) + https://openstax.org/books/workplace-software-skills/pages/13-chapter-scenario + + **READ:** WSS Ch. 1, Sec. 1.2 — Computer Hardware and Networks (re-read networking) + https://openstax.org/books/workplace-software-skills/pages/1-2-computer-hardware-and-networks + + Monday Demo: Presentations — good vs bad examples; quick network demo (traceroute, DNS lookup) + +### Week 4: The Internet, Email & The Web (6 hours) + +- The Internet + - History: DARPA, ARPANET + - How the web works: client/server model + - URLs, domain names, TLDs + - TCP/IP basics + - Protocols: HTTP/HTTPS, FTP/SFTP, SSH, email (SMTP/IMAP/POP) + - ICANN, WHOIS + +- Browsers and the web + - Chrome, Firefox, Edge, Safari + - Extensions and add-ons + - Ad blockers and privacy tools + - Cookies: what they are and what they do + - How to evaluate websites for credibility + +- Email + - Etiquette and professionalism + - Attachments, CC, BCC + - Spam, phishing, and how to spot them + - Webmail vs desktop clients + +- Web technologies (overview) + - HTML, CSS, JavaScript + - CMS: WordPress, Wix + - Web hosting basics + +- Cloud computing + - What is the cloud? (It's someone else's computer) + - SaaS, PaaS, IaaS + - Cloud storage: Google Drive, OneDrive, iCloud, Dropbox + - Collaboration tools: Google Workspace, Microsoft 365 + + + **READ:** WSS Ch. 1, Sec. 1.3 — The Internet, Cloud Computing, and the IoT + https://openstax.org/books/workplace-software-skills/pages/1-3-the-internet-cloud-computing-and-the-internet-of-things + + **READ:** WSS Ch. 8 — Content Management Systems and Social Media in Business + https://openstax.org/books/workplace-software-skills/pages/8-chapter-scenario + + **WATCH:** Code.org — How the Internet Works (6 short videos) + https://www.youtube.com/playlist?list=PLzdnOPI1iJNfMRZm5DDxco3UdsFegvuB7 + + **OPTIONAL:** GCFGlobal Internet Basics — https://edu.gcfglobal.org/en/internetbasics/ + + **OPTIONAL:** GCFGlobal Email Basics — https://edu.gcfglobal.org/en/email101/ + + Monday Demo: Trace a web request from browser to server and back; browse the source code of a web page + + Assignment: Internet & web concepts quiz + + Assignment: Evaluate 3 websites for credibility — explain your reasoning + +### Week 5: Security, Scams & Protecting Yourself (6 hours) + +- What is at stake? + - Theft of resources, data, identity + - Impersonation, blackmail, ransom + - Real-world consequences: self-driving cars, medical devices, infrastructure + - Financial accounts (bank, crypto, etc.) + - Your personal data is valuable — to you and to criminals + +- Authentication and authorization + - Something you know, something you have, something you are + - Passwords: old advice (complexity) vs new advice (length + 2FA + password manager) + - Biometrics (fingerprint, face ID) + - Multi-factor authentication — set it up NOW + +- Malware + - Virus, worm, trojan, ransomware, spyware, keylogger + - How malware spreads + - How to protect yourself (updates, antivirus, common sense) + +- Phishing & social engineering + - Phishing emails, texts (smishing), phone calls (vishing) + - Spoofed caller ID, spoofed email addresses + - How to spot a phishing attempt — real examples + - Man-in-the-middle attacks + - Public WiFi risks + +- Common scams (with real examples) + - Gift card / wire transfer scams + - Impersonating a loved one in an emergency + - Romance scams + - Tech support scams ("Microsoft called me") + - Fake job offers, fake rental listings + - Cryptocurrency scams + - IRS / government impersonation + - Package delivery scams + +- AI-powered threats (NEW — this is 2026) + - Deepfake video and images — how they work, how to spot them + - AI voice cloning — a 3-second clip of your voice is enough + - AI-generated phishing emails — no more typos to tip you off + - Chatbot scams and fake customer service + - AI-generated fake news, fake reviews, fake profiles + - "Verify before you trust" — the new default + +- Major breaches (discussion) + - OPM, Equifax, Colonial Pipeline, MGM Resorts, 23andMe + - What happened, what was the impact, what can we learn + - What to do when YOUR data is in a breach + +- Protecting yourself — practical steps + - Encryption (HTTPS, full-disk encryption) + - Software updates — why they matter + - Browser safeguards and privacy settings + - Backing up your data (3-2-1 rule) + - Privacy settings on social media + - Credit freezes and monitoring + - How to check if your data has been leaked (haveibeenpwned.com) + + + **READ:** Intro to CS Ch. 14 — Cyber Resources Qualities and Cyber Computing Governance + https://openstax.org/books/introduction-computer-science/pages/14-introduction + + **READ:** WSS Ch. 1, Sec. 1.4 — Ethics, Privacy, and Security + https://openstax.org/books/workplace-software-skills/pages/1-4-ethics-privacy-and-security + + **DO THIS:** GCFGlobal Internet Safety (full module) + https://edu.gcfglobal.org/en/internetsafety/ + + **DO THIS:** Check your email at https://haveibeenpwned.com — see if your data has been leaked + + Monday Demo: Live phishing teardown; deepfake examples; setting up 2FA and a password manager + + Assignment: Security audit — evaluate your own digital security and create an action plan + + Assignment: Scam identification — analyze 5 real-world scam examples + +### Week 6: AI, Emerging Tech, Information Literacy & Final (6 hours) + +- Artificial intelligence in everyday life + - What is AI? What is machine learning? What is a large language model? + - AI tools you're already using (search, autocomplete, recommendations, navigation) + - ChatGPT, Gemini, Claude, Copilot — what they can and can't do + - Using AI as a tool: writing, research, coding, brainstorming + - Limitations: hallucinations, bias, confidentiality risks + - Academic integrity — when AI use is OK and when it isn't + - The job market and AI — what's changing, what skills matter + +- Information literacy & critical thinking + - Evaluating sources in the age of AI + - Misinformation, disinformation, propaganda — what's the difference? + - Reverse image search, fact-checking tools + - Echo chambers and algorithmic bias + - How to verify AI-generated content + - "Just because it sounds confident doesn't mean it's right" + +- Emerging tech (overview/discussion) + - Internet of Things (IoT) — smart homes, wearables, connected everything + - Blockchain and cryptocurrency (basics — what it is, not investment advice) + - Augmented/virtual reality + - Quantum computing (what it is, why it matters, and why it's mostly hype right now) + +- The role of technology in your life and career + - Digital literacy as a life skill + - Technology in different careers + - Lifelong learning and staying current + - Your digital footprint + + + **READ:** WSS Ch. 15 — Integrating Applications (selected sections) + https://openstax.org/books/workplace-software-skills/pages/15-chapter-scenario + + **DO THIS:** GCFGlobal Digital Media Literacy + https://edu.gcfglobal.org/en/digital-media-literacy/ + + Monday Demo: Hands-on with AI tools — try them live, see what works and what fails + + Assignment: Use an AI tool to research a topic, then fact-check its output — write up what it got right and wrong + +- **Final Exam** (end of week 6) + - Comprehensive — covers all 6 weeks + - Mix of multiple choice, short answer, and practical scenarios + + +## Welcome Announcement + +Hello and welcome to CSIS 1 - Computer Literacy, Summer 2026! + +I'm excited to have you in my class. This course is designed to give you a solid foundation in how computers work, how to use them effectively, and how to stay safe online. Whether you've been using computers for years or you're just getting started, there's something here for everyone. + +I've opened up the course on Canvas. I will continue to add material throughout the first few days, including an introductory survey and a discussion forum where we can all get to know each other. + +This is a 2-unit course compressed into 6 weeks — manageable but fast-paced. You'll want to set aside about 2-3 hours per day for reading, lectures, and assignments. The key is staying on top of the weekly modules and not letting things pile up. + +You will need access to a computer with internet and a productivity suite (Microsoft Office, Google Workspace, or LibreOffice all work). More details are in the Materials section of the syllabus. + +You can message me any time via Canvas, or at phowell@gavilan.edu. + +This class is fully online and asynchronous — there are no required times to attend. However, I will be holding **weekly live demos on Zoom every Monday evening** where I walk through the week's material and you can ask questions in real time. These sessions are optional but highly recommended — a lot of this material clicks faster when you can see it demonstrated live. + +I will also have **Zoom office hours** available during the week. Times will be posted in the first module. + +Again, thank you for being a part of this class. I am glad you're here. + +I look forward to meeting you, + +Peter Howell +Gavilan College CSIS / Distance Education