Ace the free response questions on your AP Computer Science A exam with practice FRQs graded by Kai. Choose your subject below.
Knowt can make mistakes. Consider checking important information.

The best way to get better at FRQs is practice. Browse through dozens of practice AP Computer Science A FRQs to get ready for the big day.
Academic Course Management
Develop an academic course management system using inheritance. Create an abstract Course class with
Airline Reservations System
This question involves designing an AirlineReservations class to manage seat reservations on an airp
Animal Sounds Hierarchy
Design an animal sounds system using inheritance and polymorphism. Create an abstract Animal class w
Animal Sounds Hierarchy
Design a class hierarchy for representing animals and their sounds.
Appliance Efficiency Analyzer
Design an appliance efficiency analyzer using inheritance. Create an abstract Appliance class with a
Art Collection Organizer
This question involves organizing an art collection by the year each piece was created. You will imp
Bank Account Fee Calculator
Develop a bank account fee calculator using inheritance. Create an abstract BankAccount class with a
Bank Account Manager
This question requires you to compute interest on a set of bank accounts. You will implement methods
Bank Transaction Explorer
This question involves searching for transactions by transactionID in a bank system. You will implem
Bank Transaction Monitor
This question involves designing a BankTransactionMonitor class to process a series of bank transact
Bank Transaction Summarizer
Design a Bank Transaction Summarizer to sum deposits and filter withdrawals.
Battlefield Strategy Grid
This question involves determining line-of-sight on a battlefield grid to decide if a unit can attac
BattleGrid Analysis
In this question, you will analyze a battleship board represented as a 2D array. Implement methods i
Battleship Board Scanner
This question requires scanning a 2D array representing a Battleship game board to identify ship clu
Battleship Navigation
This problem involves simulating the navigation of a battleship through an ocean grid with obstacles
Beverage Preparation Hierarchy
Design a class hierarchy for beverage preparation.
Blueprint Analyzer
Develop methods in the BlueprintAnalyzer class to rotate a blueprint 90 degrees and to check if it i
Book Catalog Manager
Design a Book Catalog Manager to search for books by author and compute the average publication year
Book Collection Manager
This question involves designing a BookCollection class for managing a collection of books, includin
Book Collection Organizer
This question involves managing a book collection using an ArrayList. You will implement methods to
Book Inventory Manager
This question asks you to design a Book class to manage book details in an inventory system.
BudgetTracker
Design a BudgetTracker class that helps manage expenses by category.
Bus Route Scheduler
This question simulates managing a bus route schedule. You will implement methods to search for a bu
Campus Navigation Helper
This question involves finding the shortest route on a campus map represented as a 2D grid. You will
Car Class Design
Implement the Car class as described above.
Car Rental Service
This question asks you to design a CarRental class to model a car available for rent.
ChatBot Response System
This question involves designing a ChatBotResponseSystem class to simulate basic conversational resp
CipherUtility Utility Class
Implement the CipherUtility class as described below.
City Public Library Reservation System
Implement the sortReservationsByUserId and searchReservationByUserId methods in the LibraryReservati
City Traffic Congestion
Develop a City Traffic Congestion analyzer to filter intersections with high delays and compute the
City Traffic Grid Analysis
This question uses a 2D character array representing a city traffic grid, where 'C' indicates a car
ComplexNumberOperations Utility Class
Implement the ComplexNumberOperations class as described below.
Concert Ticket
This question asks you to design a ConcertTicket class to represent tickets for a concert event.
Contest Ranking System
Implement the sortScoresDescending and findTopTwoScores methods in the ContestRanker class.
Converter Class
This question involves designing a Converter utility class for converting between various units usin
Course Enrollment Sorter
Develop methods to sort courses by enrollment numbers using selection sort and merge sort.
Crop Health Analyzer
This question requires scanning a 2D array representing a farm field's crop health indices to evalua
Cryptography Tool
This question simulates a simple cryptography tool that uses a Caesar cipher to encrypt messages. Th
Cuisine Dish Preparation Hierarchy
Design a class hierarchy for cuisine dish preparation.
CurrencyConverter Utility Class
Implement the CurrencyConverter class as described below.
Data Encryption Simulator
This question simulates a simple data encryption system using a Caesar cipher. You will implement me
DataEncryption Utility Class
Implement the DataEncryption class as described below.
DataFormatter Utility Class
Implement the DataFormatter class as described below.
DateCalculator Utility Class
Implement the DateCalculator class as described below.
Digital Elevation Map Analyzer
This question involves analyzing a digital elevation map represented by a 2D array of integers. You
Digital Mosaic Generator
Develop methods in the DigitalMosaicGenerator class to create a mosaic effect by computing block ave
Digital Poster Editor
Enhance the digital poster editing experience by implementing brightness adjustment and horizontal m
DigitalArt: Invert Colors
This question involves designing the DigitalArt class to invert the colors of a grayscale image. Imp
Drone Flight Grid
This question simulates a drone flying over a 2D airspace grid. You will implement methods to naviga
Dynamic Array Manipulation
This question involves writing a method to remove duplicates from an array of integers while preserv
Dynamic Shopping Cart Simulator
This question simulates an online shopping cart scenario in which you must implement methods to dyna
Dynamic Temperature Monitor
This question involves developing methods for a TemperatureMonitor class to manage and analyze tempe
E-Commerce Price Analyzer
This FRQ involves processing product prices for an e-commerce platform. You will implement methods t
E-commerce Transaction Validator
This question revolves around the validation of e-commerce transactions using credit card verificati
Earthquake Intensity Map Analyzer
This question requires scanning a 2D array representing earthquake intensity readings to identify hi
Election Ballot Organizer
This question involves organizing election ballots by sorting them with two different algorithms. Yo
Election Results Processor
This question involves implementing an ElectionResults class to tally votes and determine the winnin
Election Vote Tally
This question involves tallying votes from multiple precincts stored in a 2D array. Implement method
Elevator Simulation
This question simulates an elevator system. The ElevatorSystem class tracks the current floor of an
Emergency Alerts Hierarchy
Design a class hierarchy for an emergency alert system.
Employee Records Search
This FRQ involves managing employee records represented as strings. You will implement methods to so
Employee Schedules Organizer
Implement the sortShifts and searchShift methods in the EmployeeSchedule class.
Employee Timesheet Processor
This question involves implementing a TimesheetProcessor class to compute total work hours and ident
EncryptionHelper Class
This question involves designing an EncryptionHelper utility class that performs simple Caesar ciphe
Environmental Impact Calculator
This question involves implementing an ImpactCalculator class to compute the carbon footprint of var
Environmental Sensor Readings
Develop a sensor reading system using inheritance. Create an abstract Sensor class with an abstract
Event Registration System
This FRQ focuses on managing event registration data. You will implement methods to sort participant
Event Scheduler
This question involves designing an EventScheduler class to manage and organize events on a timeline
Event Scheduling Simulator
Manage event schedules by detecting conflicts and removing conflicting events.
Event Seating Analyzer
Implement a method to count horizontal contiguous sequences of empty seats in an event seating chart
Event Timer and Alarm
This question involves managing alarm times in a sorted ArrayList. You will implement a method to in
EventTicketing
Design an EventTicketing class that manages events and tracks ticket sales.
Exam Grader Automation
This question involves designing an ExamGrader class to automatically grade multiple choice exams ba
ExpressionEvaluator Class
This question involves designing an ExpressionEvaluator utility class to evaluate arithmetic express
FileProcessor Class
This question involves designing a FileProcessor utility class that deals with text file content pro
FileProcessor Utility Class
Implement the FileProcessor class as described below.
FilmFrame: Time Lapse Overlap
This question involves designing the FilmFrame class to combine two film frames represented by 2D ar
Fitness Tracker
This question involves designing a FitnessTracker class to record and analyze workout sessions.
Fitness Tracker Data Analysis
This question simulates analyzing daily step count data from a fitness tracker. The FitnessTracker c
FitnessTracker
Design a FitnessTracker class that logs workout sessions and provides summary statistics.
Flight Class Design
Implement the Flight class as described above.
Flight Reservation System
This question involves designing a FlightReservation class to manage seat bookings, cancellations, a
Flood Fill Algorithm
This problem involves implementing a flood fill algorithm on a 2D grid representing an image.
Floor Plan Transformer
Develop methods in the FloorPlanEditor class to rotate a floor plan 90 degrees and mirror it horizon
Forest Fire Simulation
This problem simulates the spread of a forest fire in a 2D grid representing a forest.
Forest Region Identifier
This question requires scanning a 2D array representing a satellite image to analyze forest regions.
Fuel Consumption Tracker
Analyze fuel consumption readings by removing outlier values and computing the average consumption.
Game Item Shop
This question involves designing a GameItemShop class to simulate an online shop for virtual game it
Game Level Map Editor
Implement the rotateLevel method in the LevelEditor class to rotate a game level map 90 degrees.
Game of Life Pattern Detector
This question requires scanning a 2D array representing a Game of Life board to count the live neigh
GameBoardMirror: Invert Puzzle Board
This question involves designing the GameBoard class for a sliding puzzle game. Implement the mirror
Gaming Leaderboard Management
This FRQ involves managing a gaming leaderboard. You will implement methods to sort player scores in
Gardening Tool Hierarchy
Design a class hierarchy for gardening tools.
GeometryHelper Utility Class
Implement the GeometryHelper class as described below.
GeometryUtil Class
This question involves designing a GeometryUtil utility class that calculates areas of common geomet
Gym Membership Tracker
This question involves implementing a MembershipTracker class to update member statuses and generate
Healthcare Appointment System
This question involves managing healthcare appointments. You will implement methods to schedule appo
HeatMap: Smoothing and Normalization
This question involves designing the HeatMap class to process a 2D array of temperature readings. Im
Hospital Patient Queue
Write two search methods to find patients by emergency level in a hospital queue.
Hospital Patient Record Management
This FRQ involves processing patient waiting times in a hospital. You will implement methods to sort
Hospital Patient System
This question involves a hospital patient management system. You will complete the searchPatient and
Hospital Patient Tracker
Track hospital patients by filtering critical cases and computing the average stay duration.
Hospital Patient Wait Times
Develop a Hospital Patient Wait Times analyzer to filter critical waits and compute the average wait
HospitalPatient Class Design
Implement the HospitalPatient class as described above.
House Listing
This question asks you to design a House class to model real estate listings.
Ice Cream Flavor Finder
This question involves analyzing an ice cream parlor’s flavor distribution grid. Implement methods t
Image Edge Enhancer
Implement a method in the ImageEditor class that enhances the edges in an image by applying an edge
Image Filter Application
In this question, you will work with a grayscale image represented as a 2D array of pixel values. Im
Image Flipper
Develop methods in the ImageEditor class to flip an image horizontally and vertically.
Image Smoothing Filter
Enhance the ImageEditor class by developing a smoothing filter that reduces noise in an image throug
ImageFlipper: Vertical Flip
This question involves extending the ImageFlipper class to include a vertical flip method. Implement
ImageRotator: 90-Degree Clockwise Rotation
This question involves designing an ImageRotator class that rotates a 2D array representing an image
ImageTransformer: Combined Horizontal Flip and 90-Degree Rotation
This multi-part question involves designing an ImageTransformer class that performs multiple transfo
Inventory Item
This question asks you to design an InventoryItem class to represent an item in a store's inventory.
Inventory Management System
This question involves creating an inventory management system that uses ArrayLists to maintain a dy
Inventory Management System
Manage an inventory by removing expired items and computing the total value of the remaining stock.
Inventory Management System
This question involves developing methods for an InventoryManager class to manage a retail store's i
Inventory Management System
This question involves managing an inventory system. You need to implement methods that update inven
Inventory Manager
This question involves designing an InventoryManager class for managing stock levels in a retail set
Inventory Manager
This question simulates inventory management in a warehouse. The Inventory class tracks items and th
InventoryManager
Design an InventoryManager class that tracks products and their quantities in a store.
Leaderboard System Simulation
This question involves designing a Leaderboard class to dynamically track players' scores and update
Library Book Inventory
Process a library's book inventory by counting overdue books and computing total overdue fines.
Library Book Management
This FRQ focuses on managing a collection of library books. You will implement methods to sort books
Library Book Management System
Implement the sortBooksByTitle and searchBookByTitle methods in the LibraryManager class.
Library Book Manager
This question simulates a library book manager that handles book search functionality. You will comp
Library Item Management
Design a library item management system using inheritance. Create an abstract LibraryItem class with
Library Loan Duration Analyzer
Create a Library Loan Duration Analyzer to remove overdue loans and compute the average loan duratio
Library Navigation Assistant
This question involves assisting with navigating a library, whose layout is represented as a 2D grid
Library Shelf Arrangement
The LibraryShelves class manages book placements on shelves using a 2D String array, where non-empty
Maze Solver
This question involves designing a MazeSolver class that finds a path through a maze represented by
MazeRobot Navigation
This question involves managing a MazeRobot that navigates a 2D grid maze with obstacles. You will i
Medical Image Processor
Design methods for processing medical images by enhancing contrast and detecting anomalies.
Medical Imaging Tumor Scanner
This question requires scanning a 2D array representing an image to detect tumor regions based on pi
MedicalImage: Contrast Enhancement
This question involves designing the MedicalImage class to perform contrast enhancement on a graysca
Meteorological Storm Cell Detector
This question requires scanning a 2D array of radar data to identify storm cells based on intensity
Mining Sensor Data Processor
This question involves designing a SensorData class that processes quantitative readings from mining
Mobile Phone
This question asks you to design a MobilePhone class to model a smartphone.
Movie Recommendation Engine
This question simulates a movie recommendation system. The MovieRecommender class stores movie title
Music Playlist Duration Analyzer
Develop a Music Playlist Duration Analyzer to filter short tracks and compute total duration.
Music Playlist Manager
This question involves designing a MusicPlaylistManager class to organize and manage a playlist of s
Music Playlist Organizer
Implement sorting methods to organize songs in a playlist by duration using bubble sort and merge so
Music Playlist Organizer
Implement the sortPlaylistAlphabetically and searchSongByTitle methods in the PlaylistOrganizer clas
Music Playlist Simulator
This question involves developing a method to simulate a music playlist using an ArrayList. You will
MusicTrack Class Design
Implement the MusicTrack class as described above.
Ocean Floor Depth Mapping
The DepthMapper class records ocean floor depths in a 2D double array. Implement methods to determin
Office Layout Navigation
This problem simulates an employee navigating through an office layout grid to find the exit.
Office Temperature Monitor
Implement a method to detect potential hot zones in an office by scanning for 2x2 submatrices where
Online Course Enrollment
This question involves managing course enrollments in an online learning system. You will implement
Online Quiz System
This question involves implementing a QuizManager class to manage quiz questions, add new questions,
Online Shopping Cart
This question involves managing an online shopping cart. You will implement methods to compute the t
PacMan Maze Simulation
This question involves simulating a PacMan maze where both PacMan and ghosts move through a 2D grid.
Park Ranger Monitoring Layout
This question involves calculating the number of trees visible from a given point in a park layout r
Park Ranger's Patrol
This problem simulates a park ranger patrolling a park grid to monitor potential hazards.
Parking Garage Levels Analysis
The ParkingGarage class models a multi-level parking structure using a 2D array, where each row repr
PasswordGenerator Utility Class
Implement the PasswordGenerator class as described below.
Personal Finance Calculator
This question involves implementing a FinanceCalculator class to compute monthly interest and cumula
Pixel Art Transformer
Implement a method that performs a transformation on pixel art by rotating it and applying a scaling
Pixel Image Filter
This question involves processing an image stored as a 2D array of grayscale pixel values (ranging f
Product Inventory System
This FRQ simulates a product inventory system. You will implement methods to sort an ArrayList of pr
Product Price Sorter
Design and implement two sorting methods to order a list of products by price.
Public Transit Scheduler
This question involves creating a TransitScheduler class to determine bus arrival times and update b
Public Transport Usage Analyzer
Analyze public transport usage by identifying routes with unusual surges based on passenger counts.
QR Code Processor
Implement methods for processing QR code images by reducing noise and flipping the code vertically.
Rainfall Data Processing
This question deals with processing a 2D array of rainfall data. The RainfallAnalyzer class stores r
Real Estate Listing Analyzer
Implement the sortListingsByPrice and searchListingByPrice methods in the ListingAnalyzer class.
Recipe Ingredient Calculator
This question simulates scaling recipe ingredients for different serving sizes. The RecipeCalculator
Recipe Scaler
This question involves implementing the RecipeScaler class with a method that scales ingredient meas
RecipeOrganizer
Design a RecipeOrganizer class that manages a collection of recipes and their ingredients.
Restaurant Menu Sorter
This question involves sorting a restaurant menu by price. You will implement the sortMenuByPrice me
Restaurant Order Processing
This FRQ entails managing restaurant orders represented as monetary amounts. You will implement meth
Restaurant Order Scheduler
Implement methods to sort restaurant orders by order time and search for an order by its ID.
Restaurant Table Reservation Grid
The ReservationSystem class uses a 2D boolean array to represent table reservations in a restaurant,
Retail Inventory Manager
Implement methods to manage retail inventory by sorting items by stock quantity and searching for an
Retail Sales Analyzer
Develop a Retail Sales Analyzer to filter low sales and compute sales statistics.
Robot Controller
This question involves designing a RobotController class to simulate a robot navigating a grid-based
Room Temperature Monitor
This question involves analyzing room temperature data stored in a 2D array. Implement methods in th
Satellite Image Analyzer
Enhance the analysis of satellite imagery by implementing methods to flip an image horizontally and
SatelliteImage: Grid Resizing
This question involves designing the SatelliteImage class to resize a 2D image grid by doubling its
Seating Arrangement Checker
This question involves checking seating arrangements represented as a 2D array. Implement methods in
Security Camera Image Analyzer
Implement the autoEnhance method in the SecurityCameraProcessor class to adjust brightness and contr
Sensor Data Processor
This question involves designing a SensorDataProcessor class to handle and analyze data from multipl
Smart City Parking Assistant
This question involves managing parking spot assignments in a smart city environment. You are to imp
Smart Device Hierarchy
Design a class hierarchy for smart devices.
Smart Home Energy Monitor
This question simulates a smart home energy monitoring system. The EnergyMonitor class analyzes hour
Smart Home Sensor Data Manager
This question involves managing sensor data in a smart home system. You will implement methods to so
Smartphone Class Design
Implement the Smartphone class as described above.
Soccer Field Tactics Simulator
This question involves determining if a clear path exists between two points on a soccer field repre
Soccer League Ranking
This question involves managing a soccer league. You will implement methods for the SoccerLeague cla
Social Distancing Layout Checker
Implement a method to count pairs of people seated too close in a 2D seating grid.
Social Media Feed Filter
This question involves processing social media posts using an ArrayList. You will implement methods
Social Media Friend Finder
Implement the sortFriendsAlphabetically and searchFriend methods in the FriendFinder class.
Social Media Post
This question asks you to design a SocialMediaPost class to represent posts on a social media platfo
Social Media Post Scheduler
This question involves scheduling social media posts. You will implement methods for scheduling indi
Social Network Analyzer
This question involves designing a SocialNetworkAnalyzer class to analyze friendship networks and su
SocialNetwork
Design a SocialNetwork class that manages user registrations and friend relationships.
Sports Statistics Tracker
This FRQ involves tracking sports statistics for a player. You will implement methods to sort game p
Sports Team Ranking
This question involves ranking sports teams by their number of wins. You will implement the selectio
SportsTeam Class Design
Implement the SportsTeam class as described above.
StatisticsHelper Class
This question involves designing a StatisticsHelper utility class to compute basic statistical metri
Stock Market Analyzer
This question involves designing a MarketAnalyzer class that processes daily stock prices and uses s
StockTracker
Design a StockTracker class that records stock prices and computes moving averages.
StockTracker Simulation
This question involves designing a StockTracker class to monitor the stock prices of various compani
StringManipulator Utility Class
Implement the StringManipulator class as described below.
StringParser Utility Class
Implement the StringParser class as described below.
Student Grade Processor
Develop a Student Grade Processor to filter passing grades and compute the median grade.
Student Grades Analyzer
Analyze student grades using an ArrayList by computing the average and filtering failing grades.
Student Grades Sorting
This FRQ involves processing a list of student exam scores. You will implement methods to sort score
Student Record System
This question simulates the management of student records. The StudentRecords class maintains parall
Student Scores Analyzer
Implement the methods in the StudentScoreAnalyzer class.
Student Search Database
Implement linear and binary search methods to locate a student record by ID in a database.
Submarine Sonar Anomaly Detector
Implement a method to detect a linear anomaly pattern in submarine sonar data represented as a 2D gr
Sudoku Validator
This question requires you to validate rows and columns in a Sudoku board represented as a 2D array.
Survey Data Processor
Analyze survey responses by computing frequency distribution and determining the most common respons
TaskManager
Design a TaskManager class that tracks tasks and their completion status for project management.
Temperature Data Analyzer
Develop a Temperature Data Analyzer that manipulates an array of temperature readings.
Temperature Grid Analysis
This question involves analyzing a 2D array of temperature readings from various sensors. Complete t
Terrain Elevation Map
This question involves analyzing a terrain elevation map stored as a 2D array. Implement methods in
Ticket Booking System
This question simulates a seat booking system for events. The TicketBooking class manages a two-dime
TimeConversion Class
This question involves designing a TimeConversion utility class that converts between seconds and HH
TimeConverter Utility Class
Implement the TimeConverter class as described below.
Tissue Culture Growth Simulation
This problem involves simulating the growth of tissue culture on a grid over time.
Traffic Flow Analyzer
This FRQ involves analyzing traffic data by managing vehicle count numbers. You will implement metho
Traffic Grid Simulator
This problem involves developing a simulation for vehicle movement within a city traffic grid.
Traffic Light Simulator
Adjust traffic light timings by adding bonus seconds to those below a given threshold.
Traffic Monitoring System
In this question, you will process traffic data to determine if traffic conditions are safe. You are
Traffic Monitoring System
Develop methods to sort traffic data by vehicle speed and search for a vehicle with a specific speed
Traffic Signal Controller
This question simulates a traffic signal controller. The TrafficSignal class cycles through signal s
Traffic Violation Record Search
Implement the sortRecordsByLicensePlate and searchRecordByLicensePlate methods in the ViolationRecor
TrafficMap: Route Highlighter
This question involves designing the TrafficMap class to highlight a route on a city grid represente
TrafficMonitor
Design a TrafficMonitor class that tracks vehicle counts on various roads and identifies peak traffi
TrainTicket Class Design
Implement the TrainTicket class as described above.
Transportation Ticket Pricing Hierarchy
Design a class hierarchy for transportation tickets.
Transportation Ticketing System
Design a ticketing system using inheritance. Create an abstract Ticket class with an abstract method
Travel Time Estimator
Develop a Travel Time Estimator to filter outlier travel times and compute the median travel time.
Underwater Volcano Detector
This question requires scanning a 2D array representing ocean floor elevation to identify volcano pe
Urban Building Cluster Analyzer
This question requires scanning a 2D array representing a city map to count clusters of a specified
Vehicle Hierarchy System
Design a vehicle hierarchy using inheritance and polymorphism. Create an abstract Vehicle class and
VideoGame Class Design
Implement the VideoGame class as described above.
Virtual Garden Layout Analyzer
Implement a method to count the number of contiguous plant regions in a garden layout grid.
Virus Spread Simulation
This question simulates the spread of a virus over a series of days. You will implement methods to p
Warehouse Inventory Manager
Develop a Warehouse Inventory Manager to remove out-of-stock items and compute the average stock lev
Warehouse Inventory Tracker
The Warehouse class manages a 2D array representing the count of boxes in different warehouse sectio
Warehouse Pallet Organizer
Develop methods to organize and sort warehouse pallets by weight using selection sort and merge sort
Weather Data Analyzer
This question involves analyzing weather data represented as a 2D array of temperature readings. You
Weather Data Analyzer
Analyze temperature readings by filtering out extreme values and computing the average of the valid
Weather Data Processing
This question involves implementing a WeatherAnalyzer class to process daily temperature readings an
Weather Station Data Processor
This question requires you to process temperature data from a weather station using arrays. You will
WeatherData Analyzer
This question involves designing a WeatherDataAnalyzer class to manage daily weather measurements an
Wildlife Tracking System
Create a Wildlife Tracking System to manage animal species and their sighting counts.
Everyone is relying on Knowt, and we never let them down.



We have over 5 million resources across various exams, and subjects to refer to at any point.
We’ve found the best flashcards & notes on Knowt.