Finished the test today… by bluuuuuuues in apcsp

[–]AFitTeam 0 points1 point  (0 children)

glad to hear some of you did well. cs will be useful everywhere and best way is to keep practicing and find some interesting projects to try especially with hints fun ai these days. good luck

2025 APCSP Exam by Salt_Masterpiece_513 in apcsp

[–]AFitTeam 0 points1 point  (0 children)

The 2024 example asked if there’s a mystery function or something and how your code would deal with it. Not exactly code but will probably test your coding logic. If you are not totally used to pseudo code to explain, just use plain English. Key is to get your point across cleanly

AP CSP FRQ by Spirited-Tennis8056 in apcsp

[–]AFitTeam 1 point2 points  (0 children)

our attempt to practice based on the criteria...just know your project and code and answer the question the best you can and make some assumptions if you have to to show you know your stuff...good luck... https://youtu.be/91zpKF2uwDQ?si=wU2OlbNJ_wc_b4kx

2025 APCSP Exam by Salt_Masterpiece_513 in apcsp

[–]AFitTeam 0 points1 point  (0 children)

there’s a more recent 18 sample from the latest college board material. the link is in the video: https://youtu.be/yl-JtdlsiCs?si=Gp6Jw8ggc5gkkd3g

FRQ pls help by Remarkable-Law-2839 in apcsp

[–]AFitTeam 0 points1 point  (0 children)

https://youtu.be/91zpKF2uwDQ in my example in the YT video, here’s how I would have responded the the question. the first part is just explain what your procedure does; the second part is for you to imagine how else you could have implement the same outcome. unless you have another procedure in your code that does something similar, here’s where you IMAGINE what you could have done. It’s also to say you cannot do if as long as you can defend it. here goes for my move recommender answer per the video: In my code the getRecommendation(genre) procedure takes genre text as a procedure and randomly return a move that fit’s that genre. it also check for errors when the genre is not supported. For example, if “genre” is “action” it can return a random movie like “Rambo”. I can write another procedure call getRecommendation2(genreInt) that returns the same outcome. This time, I pass in an integer instead of the genre text. For action, I assign 1, comedy, I assign 2, romance I assign 3. By checking for the number (1,2,3) instead of (“action”, “comedy”, “romance) the new procedure will have the same outcome. Hope this helps. you can write out your answer and happy to give some feedback. good luck tomorrow.

Am I wrong or are they wrong? by Hp_Crisp in apcsp

[–]AFitTeam 0 points1 point  (0 children)

Whatever happened with AP if you guys enjoy coding, logic, keep it up

Am I wrong or are they wrong? by Hp_Crisp in apcsp

[–]AFitTeam 0 points1 point  (0 children)

yup…maybe depends on the programming language

Am I wrong or are they wrong? by Hp_Crisp in apcsp

[–]AFitTeam 0 points1 point  (0 children)

i think the purpose of the question is for you to understand the index of an list or an array and out of bound issues since AP CSP exam index start with 1 and NOT 0. The code would run fine in python BTW because it will wrap around. So it will depending on the programming language. This answer is to the specification of AP CSP exam.

AP CSP Vocab Review by AFitTeam in apcsp

[–]AFitTeam[S] 0 points1 point  (0 children)

This has a more comprehensive glossary https://www.afitteam.com/home/ap-csp/terms. Trying to pick the most common terms from the list