11 KiB
11 KiB
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:
- Which component temporarily stores data for programs currently in use? → RAM
- True or False: An SSD has moving parts. → False
- A scanner is an example of a(n) ______ device. → Input
- What does the acronym IPOS stand for? → Input, Processing, Output, Storage
- Which is faster: HDD, SSD, or NVMe? → NVMe
- 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:
- Which type of software manages hardware and provides a platform for applications? → Operating system
- Linux is an example of ______ software. → Open source
- What file extension indicates a Word document? → .docx
- 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
- True or False: Deleting a file permanently removes it immediately. → False (goes to Recycle Bin first)
- 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:
- What keyboard shortcut saves a document? → Ctrl+S
- What is the Format Painter used for? → Copying formatting from one selection to another
- Name the four paragraph alignment options. → Left, Center, Right, Justify
- Why should you use Styles instead of manual formatting? → Consistency, easy to change, enables Table of Contents, improves accessibility
- What does Track Changes do? → Records all edits so they can be reviewed, accepted, or rejected
- 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:
- What does the formula
=SUM(A1:A10)do? → Adds all values in cells A1 through A10 - What is the result of
=2+3*4? → 14 (multiplication before addition) - What symbol makes a cell reference absolute? → $ (dollar sign)
- When would you use an absolute reference? → When a formula references a constant (like a tax rate) that shouldn't change when copied
- Which chart type is best for showing trends over time? → Line chart
- What does
=IF(B2>=60,"Pass","Fail")return if B2 is 55? → "Fail" - What is conditional formatting? → Rules that automatically change cell appearance based on values
- 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:
- What is the difference between a transition and an animation? → Transition = between slides; Animation = to objects within a slide
- What is Presenter View? → Shows current slide, next slide, notes, and timer — only visible to the presenter
- What is the 6×6 rule? → No more than 6 bullets per slide, no more than 6 words per bullet
- What is SmartArt used for? → Creating pre-designed diagrams (lists, processes, hierarchies, cycles)
- True or False: You should use a different transition on every slide. → False — use one consistent transition
- 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:
- What is a primary key? → A unique identifier for each record in a table
- Why use a database instead of a spreadsheet? → Reduces redundancy, enforces data integrity, handles complex relationships
- What data type automatically generates a unique number for each new record? → AutoNumber
- In a query, what does the criteria
Like "S*"do? → Returns records where the field starts with "S" - What is the purpose of a form? → User-friendly interface for entering and viewing data
- Why should phone numbers be stored as Text, not Number? → To preserve leading zeros and formatting characters
- 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:
- What does DNS do? → Translates domain names (like google.com) into IP addresses
- What is the difference between HTTP and HTTPS? → HTTPS encrypts data in transit; HTTP does not
- What does BCC stand for and when should you use it? → Blind Carbon Copy — use for mass emails to protect recipients' privacy
- What is phishing? → Fraudulent attempt to obtain sensitive information by impersonating a trustworthy source
- What is the 3-2-1 backup rule? → 3 copies, 2 different media, 1 offsite
- What does MFA add to password protection? → A second factor (something you have or are) so a stolen password alone isn't enough
- What is ransomware? → Malware that encrypts your files and demands payment for the decryption key
- 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
- Jeopardy-style Review Game: Categories = the 7 units. Point values by difficulty. Teams compete. (Free templates online for PowerPoint Jeopardy.)
- Kahoot Quiz: Quick-fire multiple choice. Students play on their phones. Instant feedback and energy.
- Study Guide Swap: Students write 5 questions each (with answers). Swap with a partner and answer each other's questions.
- "One Minute Expert": Each student gets a random topic card. They have 1 minute to explain it to the class. Tests understanding, not memorization.
- Vocabulary Bingo: Create bingo cards with terms. Read definitions aloud. Students mark the matching term.