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.
Agricultural Field Monitor
Implement the applyVegetationFilter method in the AgriculturalFieldMonitor class to classify crop he
Airline Ticket Price Calculator
This question involves calculating airline ticket prices. You will implement methods to compute the
Animal Sounds Hierarchy
Design an animal sounds system using inheritance and polymorphism. Create an abstract Animal class w
Apartment Class Design
Implement the Apartment class as described above.
ArrayStatistics Utility Class
Implement the ArrayStatistics class as described below.
Art Collection Organizer
This question involves organizing an art collection by the year each piece was created. You will imp
Bank Account
This question requires you to design a BankAccount class that models a simple bank account.
Bank Account Manager
This question requires you to compute interest on a set of bank accounts. You will implement methods
Bank Transaction Analyzer
Analyze bank transactions by summing deposits and withdrawals from an array of transaction amounts.
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 Processor
This question simulates processing transactions within a bank. The TransactionProcessor class manage
BattleGrid Analysis
In this question, you will analyze a battleship board represented as a 2D array. Implement methods i
Battleship Board Analysis
This question involves a simplified Battleship game board represented by a 2D char array. In this bo
Battleship Board Scanner
This question requires scanning a 2D array representing a Battleship game board to identify ship clu
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 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.
Campus Map Building Finder
The CampusMap class represents a campus using a 2D char array where each character represents a buil
Car Class Design
Implement the Car class as described above.
Car Rental Reservation Checker
Implement the sortReservationsByConfirmation and searchReservationByConfirmation methods in the Rese
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
Chess Board Analyzer
This EXTREME question involves analyzing a chess board represented as a 2D array. Implement methods
City Grid Energy Consumption Analyzer
Implement a method to identify a high energy consumption area in a city grid by detecting a submatri
City Metro Routing
This question involves developing methods for a MetroRouter class that assists in finding optimal tr
City Traffic Grid Analysis
This question uses a 2D character array representing a city traffic grid, where 'C' indicates a car
City Weather Report
This question asks you to design a CityWeather class to represent weather reports for a city.
ComplexNumberOperations Utility Class
Implement the ComplexNumberOperations class as described below.
Contest Ranking System
Implement the sortScoresDescending and findTopTwoScores methods in the ContestRanker class.
CreditCardFormatter Utility Class
Implement the CreditCardFormatter class as described below.
Cryptography Tool
This question simulates a simple cryptography tool that uses a Caesar cipher to encrypt messages. Th
Cybersecurity Intrusion Detector
This question involves detecting potential intrusions by validating IP addresses. You will implement
DataEncryption Utility Class
Implement the DataEncryption class as described below.
DataFormatter Utility Class
Implement the DataFormatter class as described below.
Digital Art Transformer
This question involves transforming a digital art image represented as a 2D array of grayscale pixel
Digital Elevation Map Analyzer
This question involves analyzing a digital elevation map represented by a 2D array of integers. You
Digital Media Library
This question asks you to design a DigitalMedia class to represent digital media items in a library.
Digital Photo Editor
Implement a brightness adjustment method in the DigitalPhotoEditor class to uniformly increase the b
Drone Delivery Navigation
This question simulates route planning for drone delivery. You will implement methods to compute the
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 Order System
This question simulates processing customer orders in an e-commerce environment. The OrderProcessor
E-Commerce Price Analyzer
This FRQ involves processing product prices for an e-commerce platform. You will implement methods t
E-Commerce Product Sorter
Implement the sortProductsByName and searchProductByName methods in the ProductSorter class.
E-commerce Transaction Validator
This question revolves around the validation of e-commerce transactions using credit card verificati
E-Mail Filter
Filter an ArrayList of email messages to remove those containing the keyword 'spam'.
Earthquake Intensity Map Analyzer
This question requires scanning a 2D array representing earthquake intensity readings to identify hi
ECommerceOrderTracker
Design an ECommerceOrderTracker class that manages orders and tracks their statuses.
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
Email Management System
This question involves sorting emails by date and searching for an email by its subject. You will im
Employee Class Design
Implement the Employee class as described above.
Employee Payroll
This question asks you to design an Employee class to manage payroll information.
Employee Records Search
This FRQ involves managing employee records represented as strings. You will implement methods to so
Employee Salary Calculation Hierarchy
Design a class hierarchy to compute employee salaries.
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 Pollution Monitor
This question involves developing a PollutionMonitor class that analyzes environmental pollution dat
Event Scheduler
This question involves designing an EventScheduler class to manage and organize events on a timeline
EventTicketing
Design an EventTicketing class that manages events and tracks ticket sales.
Farm Field Irrigation
This question involves managing a farm field's moisture levels represented as a 2D array. Implement
FileProcessor Class
This question involves designing a FileProcessor utility class that deals with text file content pro
FileStatistics Class
This question involves designing a FileStatistics utility class for computing statistical informatio
Fitness Activity Calories Calculation Hierarchy
Design a class hierarchy to calculate calories burned during fitness activities.
Fitness Tracker
This question involves designing a FitnessTracker class to record and analyze workout sessions.
Fitness Tracker Data
Create a Fitness Tracker Data analyzer to compute minimum steps and summary statistics.
Flight Booking System
Implement the sortBookingsByDeparture and searchBookingByFlightNumber methods in the FlightBookingSy
Flight Class Design
Implement the Flight class as described above.
Flight Seating Planner
This question involves planning seating on a flight, using a 2D array to represent seat availability
Flight Status Tracker
This question involves designing a FlightStatusTracker class to monitor and report the status of var
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.
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
Garden Plant Height Analysis
The GardenAnalyzer class manages a 2D array representing the heights of plants in a garden. Implemen
Garden Plot Watering Scheduler
This question involves managing a garden plot represented as a 2D array. Implement methods in the Ga
Geographic Location Lookup
Develop search methods to filter cities based on population thresholds using linear and binary searc
GeometryHelper Utility Class
Implement the GeometryHelper class as described below.
GPS Navigation Assistant
This question simulates a GPS navigation assistant. The NavigationSystem class computes distances be
Grayscale Image Edge Finder
This question requires scanning a 2D array representing a grayscale image to detect edge pixels base
Grid Explorer Simulation
This problem simulates an explorer navigating an island grid with treasures, obstacles, and varied t
Heat Map Cluster Detector
Implement methods to analyze a heat map grid. Determine if a cell is hot and compute the largest con
HeatMap: Smoothing and Normalization
This question involves designing the HeatMap class to process a 2D array of temperature readings. Im
Hospital Patient Management
Implement the sortPatientsByName and searchPatientByName methods in the PatientManager class.
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.
HTTPStatusHelper Class
This question involves designing an HTTPStatusHelper utility class that maps HTTP status codes to th
Image Color Inverter
Develop a method in the PhotoEditor class that inverts the color of an image by replacing each pixel
Image Filter Application
In this question, you will work with a grayscale image represented as a 2D array of pixel values. Im
ImageFlipper: Vertical Flip
This question involves extending the ImageFlipper class to include a vertical flip method. Implement
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 developing methods for an InventoryManager class to manage a retail store's i
Inventory Management System
Implement the sortItemsByID and searchItemByID methods in the InventoryManager class.
Inventory Manager
This question simulates inventory management in a warehouse. The Inventory class tracks items and th
Inventory Tracker
This question involves implementing an InventoryTracker class to manage product stocks and trigger r
InventoryFormatter Class
This question involves designing an InventoryFormatter utility class that formats inventory data int
Lawn Mower Simulator
This problem simulates a lawn mower navigating a garden grid that includes obstacles such as flower
Library Book Inventory
Process a library's book inventory by counting overdue books and computing total overdue fines.
Library Book Search
This question focuses on designing a Library class that stores Book objects. You will implement a me
Library Book Sorter
Implement two methods to sort library books by title using Bubble Sort and Insertion Sort.
Library Catalog Advisor
Implement methods to sort a library catalog by publication year using selection sort and merge sort.
Library Locator
Implement a method to locate the nearest library in a 2D city map grid.
Library Management System
This question simulates a library catalog management system. The LibraryCatalog class uses parallel
Library Navigation Assistant
This question involves assisting with navigating a library, whose layout is represented as a 2D grid
LibraryCard Class Design
Implement the LibraryCard class as described above.
LibrarySystem
Design a LibrarySystem class that manages book inventory and tracks book lending.
Local Event Scheduler
This question involves implementing an EventScheduler class to manage community events by adding and
Logistics Delivery Routing
This question involves optimizing logistics delivery routes. You will implement methods to sort deli
Matrix Sum Calculator
This question involves writing methods to compute the sums of each row and column in a given matrix.
MatrixOperations Class
This question involves designing a MatrixOperations utility class for performing matrix multiplicati
MatrixOperations Utility Class
Implement the MatrixOperations class as described below.
Meteorological Observation Grid
This question involves processing a 2D grid of temperature observations. You will implement a method
Meteorological Storm Cell Detector
This question requires scanning a 2D array of radar data to identify storm cells based on intensity
Mobile App Notification System
Design a mobile app notification system using inheritance. Create an abstract Notification class wit
Mobile Phone
This question asks you to design a MobilePhone class to model a smartphone.
MosaicMaker: Pixelation Effect
This question involves designing the MosaicMaker class to create a pixelated version of an image. Im
Movie Database Search
This question involves searching for movies by rating in a movie database. You will implement the se
Movie Rating Aggregator
This question involves writing a MovieRatingAggregator class that collects and processes movie ratin
Movie Theater Seat Reservation
This question examines seating arrangements in a movie theater using a 2D array. Implement methods i
Music Playlist Duration Analyzer
Develop a Music Playlist Duration Analyzer to filter short tracks and compute total duration.
Music Playlist Manager
This question involves managing a music playlist that is maintained in a sorted order based on song
Music Playlist Manager
This question involves designing a MusicPlaylistManager class to organize and manage a playlist of s
Music Playlist Organizer
This question focuses on managing a music playlist stored in an ArrayList. You will implement a meth
Music Playlist Organizer
Implement sorting methods to organize songs in a playlist by duration using bubble sort and merge so
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
Ocean Pollution Detector
Analyze a 2D ocean pollution map to detect and segment polluted clusters.
OceanSimulator: Wave Distortion
This question involves designing the OceanSimulator class to simulate wave distortions on a water su
Online Course Feedback Analyzer
Implement the sortFeedbackScores and searchFeedbackScore methods in the FeedbackAnalyzer class.
Online Store Feedback Analyzer
Develop an Online Store Feedback Analyzer to filter valid feedback and compute the median rating.
Order Processor
This question involves designing an OrderProcessor class to manage online orders and calculate total
Pac-Man Maze Simulation
This problem involves simulating Pac-Man's movement in a maze to collect pellets.
PacMan Maze Simulation
This question involves simulating a PacMan maze where both PacMan and ghosts move through a 2D grid.
Park Ranger's Patrol
This problem simulates a park ranger patrolling a park grid to monitor potential hazards.
Parking Lot Grid Management
The ParkingLot class models a parking lot using a 2D boolean array where true indicates an occupied
Parking Lot Manager
This question simulates a parking lot management system. The ParkingLot class manages a grid of park
Parking Lot Occupancy Detector
This question requires scanning a 2D array representing a parking lot to count empty parking spaces.
Parking Lot Occupancy Tracker
This question involves determining occupancy information for a parking lot represented as a 2D array
PasswordGenerator Class
This question involves designing a PasswordGenerator utility class that generates random passwords m
Payment Processing Hierarchy
Design a class hierarchy for processing payments.
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
PixelArt: Color Quantization
This question involves designing the PixelArt class to perform color quantization on an image. Imple
Plant Growth Analysis
Design a plant growth analysis system using inheritance. Create an abstract Plant class with an abst
PolynomialEvaluator Utility Class
Implement the PolynomialEvaluator class as described below.
PolynomialUtils Class
This question involves designing a PolynomialUtils utility class to evaluate polynomials using stati
PrimeUtils Class
This question involves designing a PrimeUtils utility class that offers methods for prime number ope
Product Class Design
Implement the Product class as described above.
Product Inventory System
This FRQ simulates a product inventory system. You will implement methods to sort an ArrayList of pr
QR Code Processor
Implement methods for processing QR code images by reducing noise and flipping the code vertically.
Race Times Analysis
This FRQ involves analyzing race times stored in an ArrayList. You will implement methods to sort ra
Race Timing Analyzer
Determine the fastest race time from an array of finish times.
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 Scaler
This question involves implementing the RecipeScaler class with a method that scales ingredient meas
Recycling Center Material Sorter
Implement the sortMaterialsByType and searchMaterialByType methods in the MaterialSorter class.
Restaurant Menu Sorter
This question involves sorting a restaurant menu by price. You will implement the sortMenuByPrice me
Restaurant Order Processing
This question involves managing a restaurant's order queue using an ArrayList. You will implement me
Restaurant Order Processing
This FRQ entails managing restaurant orders represented as monetary amounts. You will implement meth
Retail Mall Floor Plan Analyzer
Implement a method to detect a cluster of food court cells in a retail mall floor plan grid.
Retail Sales Analyzer
Develop a Retail Sales Analyzer to filter low sales and compute sales statistics.
Retail Store Sales Matrix Analysis
The SalesAnalyzer class manages sales data in a retail store using a 2D integer array, where each ro
Ride Sharing App Matching System
This question involves designing a RideShareMatcher class that matches riders with nearby drivers us
Robot Controller
This question involves designing a RobotController class to simulate a robot navigating a grid-based
Robot Navigation Simulator
This question involves designing a RobotNavigator class that simulates movement in a grid and determ
Robot Vacuum Floor Scanner
This question requires scanning a 2D array representing a home floor plan to simulate a robot vacuum
Satellite Crop Field Analyzer
This question requires scanning a 2D array representing a satellite image of crop fields to determin
Satellite Image Analyzer
Enhance the analysis of satellite imagery by implementing methods to flip an image horizontally and
Seating Arrangement Checker
This question involves checking seating arrangements represented as a 2D array. Implement methods in
Seating Chart Organizer
This question involves analyzing a theater seating chart represented by a 2D boolean array, where tr
SecurityCam: Blur Filter
This question involves designing the SecurityCam class to apply a blur filter on a grayscale securit
Sensor Data Noise Filter
This question involves developing methods for a SensorFilter class to remove noise from sensor data.
Shape Area Calculator
Develop a shape hierarchy using inheritance. Create an abstract Shape class with an abstract method
Smart City Parking Assistant
This question involves managing parking spot assignments in a smart city environment. You are to imp
Smart Home Energy Monitor
This question involves designing an EnergyMonitor class that processes smart home energy usage data
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 Media Analytics
This FRQ centers on social media post analytics. You will implement methods to sort post 'like' coun
Social Media Feed Analyzer
This question involves developing a SocialMediaFeedAnalyzer class that processes an array of like co
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 Media Post Summaries
Design a social media content system using inheritance. Create an abstract Post class with an abstra
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.
Space Explorer Grid
This problem simulates a space explorer navigating a sector grid of space filled with obstacles and
Sports Statistics Tracker
This FRQ involves tracking sports statistics for a player. You will implement methods to sort game p
Sports Team Player Evaluation
Develop a sports team player evaluation system using inheritance. Create an abstract Player class wi
Sports Team Stats
Update player statistics by adjusting scores and identifying the highest scorer.
Sports Tournament Scoreboard
The Scoreboard class tracks game scores in a sports tournament using a 2D array, where each row repr
SportsTeam Class Design
Implement the SportsTeam class as described above.
Spreadsheet Data Analyzer
This question analyzes a 2D array representing spreadsheet data. The SpreadsheetAnalyzer class store
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
Student Class Design
Implement the Student class as described above.
Student Grade Processor
Develop a Student Grade Processor to filter passing grades and compute the median grade.
Student Search Database
Implement linear and binary search methods to locate a student record by ID in a database.
Student Test Score Analyzer
This question involves analyzing student test scores by sorting and searching them. You will complet
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
TemperatureConverter Utility Class
Implement the TemperatureConverter class as described below.
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
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 Accident Analyzer
This question involves implementing an AccidentAnalyzer class to process accident reports and comput
Traffic Congestion Hotspot
Detect traffic congestion hotspots in a city grid by analyzing submatrix averages.
Traffic Congestion Zone Detector
This question requires scanning a 2D array representing traffic densities to count contiguous zones
Traffic Density Analyzer
Develop a Traffic Density Analyzer to process vehicle counts and compute average traffic at intersec
Traffic Flow Analyzer
This question involves developing a TrafficFlowAnalyzer class to evaluate traffic data collected by
Traffic Grid Simulator
This problem involves developing a simulation for vehicle movement within a city traffic grid.
Traffic Light Timing
This question involves implementing a TrafficLightController class to manage traffic light state cha
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.
Travel Itinerary
This question asks you to design a TravelItinerary class to represent a planned travel schedule.
Travel Itinerary Planner
This question involves developing methods for an ItineraryPlanner class that organizes travel destin
Travel Time Estimator
Develop a Travel Time Estimator to filter outlier travel times and compute the median travel time.
Underwater Drone Explorer
This question involves simulating an underwater drone exploring a 2D grid representing the ocean flo
Underwater Volcano Detector
This question requires scanning a 2D array representing ocean floor elevation to identify volcano pe
UnitConverter Utility Class
Implement the UnitConverter class as described below.
Vaccine Distribution Center Analyzer
This question requires scanning a 2D array representing vaccine storage bins to detect clusters of e
VideoGame Class Design
Implement the VideoGame class as described above.
Virtual Garden Planner
This question involves developing a method for a Virtual Garden Planner to select plants based on th
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 Analysis
This FRQ focuses on using an ArrayList of temperature readings. You will implement methods to sort t
Weather Data Analysis
This question involves analyzing weather temperature data using sliding window techniques. You will
Weather Data Analyzer
Implement the sortTemperatures and getTemperatureRange methods in the WeatherDataAnalyzer class.
Weather Data Processing
This question involves implementing a WeatherAnalyzer class to process daily temperature readings an
Weather Forecast Hierarchy
Design a class hierarchy for weather forecasts.
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
WeatherMap: Temperature Gradient
This question involves designing a WeatherMap class to apply a temperature gradient to a 2D array re
WeatherReport Class Design
Implement the WeatherReport class as described above.
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.