
IB Computer Science IA Topic Ideas – 60 Practical and High-Scoring Topics
Jamal Lewis
Choosing a strong IB Computer Science IA topic can be difficult because the solution must be coded, client-based, and achievable within the project timeline. A good Computer Science IA topic solves a real problem for a real user, uses appropriate computational thinking, and demonstrates clear design, development, and testing.
This guide provides sixty IB Computer Science IA topic ideas across Algorithms, Data Science, Machine Learning (allowed in moderation), Educational Tools, Productivity Apps, Utility Software, Games, Databases, Automation Tools, and more. All topics are practical, realistic, and aligned with the IB CS IA requirements.
You will also find mini IA examples, guidance on identifying a real client, and common mistakes to avoid.
What Makes a Good Computer Science IA Topic

A strong IB CS IA topic should:
- Solve a real, verifiable problem for a real user
- Require coding, not just UI design
- Be doable within 30–40 hours
- Allow you to apply computational thinking (decomposition, abstraction, algorithms)
- Include documentation of design, testing, and iteration
Avoid topics that are too large, require advanced ML models, or need backend infrastructure that a student cannot build.
60 IB Computer Science IA Topic Ideas
All topics below can be built in Python, Java, JavaScript, C#, Swift, or any IB-approved language.
Productivity and Utility Software

- A task scheduling app that prioritizes tasks using a scoring algorithm
- A study timer that adapts intervals based on user focus patterns
- A smart note organizer with keyword tagging and search
- A budgeting tool that categorizes expenses using rule-based logic
- A reading progress tracker with speed estimation algorithms
- A file organizer that auto-sorts files based on metadata
- A habit tracking app that identifies consistency patterns
- A password strength checker using entropy analysis
- An attendance tracker with automated data visualizations
- A duplicate file finder using hashing techniques
Algorithms and Data Structure Focused Projects

- A route optimization tool using Dijkstra’s or A* algorithm
- A compression tool implementing a simplified Huffman algorithm
- A plagiarism detection tool using string similarity algorithms
- A spell-checker using Levenshtein distance
- A recommendation engine using collaborative filtering
- A sorting algorithm visualizer comparing efficiency
- A scheduling system that uses greedy or dynamic programming strategies
- A search tool using binary trees or hash maps
- A code autograder using pattern matching
- A graph-based relationship mapping tool
Machine Learning (Allowed if Student-Coded and Explainable)

(Avoid heavy frameworks; simple models are fine.)
- A simple handwritten digit recognizer using a basic neural network
- A spam message classifier using Naive Bayes
- A house price predictor using linear regression
- A facial emotion recognition tool using classical ML (not deep learning)
- A recommendation system for books using similarity scores
- A sentiment analysis tool using bag-of-words
- A plant growth predictor using simple regression
- A quiz difficulty adjuster based on user performance patterns
- A simple clustering tool for study habits
- A shopping cart price predictor using regression models
Educational Tools & Learning Apps

- A math learning app with step-by-step solution generation
- A typing test platform with custom difficulty levels
- A chemistry equation balancer
- An interactive periodic table with filters and search
- A vocabulary trainer with spaced repetition
- A physics formula calculator with scenario simulations
- A code-learning mini IDE for beginners
- A biology quiz generator with feedback
- A geography map quiz with adaptive difficulty
- A statistics learning tool that explains distributions
Games and Simulations

- A turn-based strategy game with pathfinding
- A physics simulation game modeling gravity or collisions
- A Sudoku solver and puzzle generator
- A maze generator using recursive algorithms
- A chess or checkers bot using minimax
- A farming simulation game with resource optimization
- A traffic simulation using cellular automata
- A virus spread simulation with adjustable parameters
- A stock trading simulator using random walk models
- A probability-based board game simulator
Data Management and Database Systems

- A student gradebook with analytics and trends
- A library management system with borrowing predictions
- A fitness app that logs health data and charts progress
- A restaurant table reservation organizer
- A volunteer hours tracking database
- A school inventory management tool
- A customer feedback analysis dashboard
- A local business sales tracker
- A clinic appointment management system
- A sports team performance analytics tool
Mini IA Examples With Clear CS Focus
1. A study timer with adaptive interval adjustments

Possible research question
How can an adaptive scheduling algorithm improve user focus intervals during study sessions
Computer Science focus
Algorithms, user modeling, timers, data tracking
Client example
Student who struggles with maintaining consistent study focus
What to explore
Adaptive logic, UI feedback, performance metrics.
2. A route planner using Dijkstra’s algorithm

Possible research question
How can shortest path algorithms be used to optimize travel routes within a school campus
Computer Science focus
Graphs, pathfinding, algorithmic efficiency
Client example
Student organizing routes between multiple buildings
What to explore
Complexity, edge weighting, alternative paths.
3. Budgeting tool with automated categorization

Possible research question
How can rule-based logic categorize expenses to help users track and manage spending patterns
Computer Science focus
Decision structures, data storage, UI design
Client example
User who needs help organizing monthly expenses
What to explore
Pattern rules, visualization, accuracy checks.
Common CS IA Mistakes To Avoid
- Projects that are too large or unrealistic
- No real client or poorly defined client problem
- Choosing a project that is mostly UI and not enough code
- Relying on drag and drop tools instead of coding
- Weak documentation or missing development screenshots
- Using ML without understanding the algorithms
- No testing or evaluation with the client
How To Turn a CS Topic Into a Research Question
A strong Computer Science IA question looks like this:
How can [technique or algorithm] be used to solve [client problem] by creating a [type of software]
Examples:
Topic
Encrypted notes app
Research question
How can symmetric encryption be used to create a secure note-taking app for a student user
Topic
Study timer
Research question
How can adaptive timing algorithms help improve productivity for a student during study sessions
Final Tips for Choosing a CS IA Topic
• Identify a real client with a real need
• Keep the scope small and code-focused
• Show computational thinking
• Document design, testing, and iteration
• Build something useful and functional
• Avoid overly complex ML or massive apps
A good CS IA blends creativity with real problem solving. The ideas above can help you choose a topic that is practical, achievable, and demonstrates strong programming skills.
If you want help shaping your IA topic, building your research question, or strengthening your analysis, you can sign up on Baccalytics to work directly with expert IB tutors.
