Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 2.09 KB

File metadata and controls

47 lines (34 loc) · 2.09 KB

security-plus-prep

Free, browser-based CompTIA Security+ (SY0-701) exam prep. A single static page with 151 original practice questions (every one explained), 142 flashcards, domain-focused drills, and progress tracking — no account, no backend, no tracking.

▶ Live: https://cloudanimal.github.io/security-plus-prep/

Features

  • Practice quizzes — pick all domains or one, choose length (10 / 25 / 50 / all), shuffled or sequential. Each question shows why the answer is right after you respond, so you learn as you go.
  • Flashcards — 142 terms and acronyms (Security+ is acronym-heavy), filterable by domain, click to flip.
  • Progress dashboard — per-domain accuracy bars and overall stats, saved in localStorage (your data never leaves the browser).
  • Results breakdown — score against the ~80% target with a per-domain view so you can see weak areas.

SY0-701 domain coverage

Questions are balanced across the five exam domains (~30 each):

# Domain Exam weight
1 General Security Concepts ~12%
2 Threats, Vulnerabilities & Mitigations ~22%
3 Security Architecture ~18%
4 Security Operations ~28%
5 Security Program Management & Oversight ~20%

How it's built

Pure HTML/CSS/vanilla JS, zero dependencies, hosts free on GitHub Pages.

index.html          # app: quiz engine, flashcards, dashboard, routing
data/questions.js   # 151 questions: { id, domain, q, options[4], answer, explain }
data/flashcards.js  # 142 cards:    { domain, term, def }

Content lives in plain data files, so the bank is easy to review, correct, and extend — add a question by appending one object; no build step.

Disclaimer

An unofficial study aid. All questions are original, written to the published SY0-701 objectives — they are not real exam questions. CompTIA and Security+ are trademarks of CompTIA, Inc.; this project is not affiliated with or endorsed by CompTIA. Use alongside the official exam objectives and hands-on practice. Built by Joe Cook.