Create Task - Project & Code Walkthrough (AP Computer Science Principles - Updated for 2024)

preview_player
Показать описание
AP CSP Create Task

Resource #5 - Submitting Code:

#CreateTask #APCSP #Tutorial
Рекомендации по теме
Комментарии
Автор

My program contains a list of elements from the periodic table that I programmed. When the user types a letter, the symbols of the elements that begin with the same letter that is inputted by the user are displayed. Does that apply for “…must show how data have been stored in the list”. I am not exactly sure how else to implement this rule otherwise. Thank you!

haasini
Автор

I'm thinking of making blackjack. I am deciding whether I want to include graphics because it is super complicated for me. Do you think I should

krishmud
Автор

For the CPT on the PPR it says that our procedure has to have sequencing, selection, and iteration however on the program code it says that our procedure needs to have the name and return type and one or more parameters. I have If and Elif statements and a for loop but they are in different sections. What should I do? Thank yall so much

Chickenwing-oqbk
Автор

For the “…must show how data have been stored in the list”, is it okay if we just have a definite list that’s already full? For instance, mine contains a list of all countries. My program simply displays countries that start with the letter entered by the user, so I’m unsure as to how I’d implement storing data in a list. Thanks!

insomniang
Автор

hi question, if i have a list and then a filtered version of the list, can i put both for the list 2 sections? Thank u in advance

Zaina-tdun
Автор

hi! i wanted to ask a question for the personal project reference. if one piece of the code serves to answer more than one question of the ppr, could we duplicate the code or not?

nrwjohg
Автор

Hey! I wanted to know if I'm allowed to re-create your project here for my own Create Task? I really struggle with ideas that meet the requirements and yours is great! I would be writing all of my own code, just with your idea?

Let me know if that's okay. Thanks

poval_
Автор

quick question so for the collaborative partner can we have an identical coding portion like i know the video has to be separate but ill be fine if i submit an identical coding portion ?

Mrdark
Автор

Hi! I have a question for the create task code. If I use a function w different arguments in an if/else statement, does that count as the function being called twice? The rubric says your created function needs to be called twice so I wasn't sure if that would work.

aashi
Автор

Question: Can whatever you call be the parameter that you have? For example, in your case you made a variable called player and are calling player in the function howManyRuns. Could you still get points if you define the parameter in the global space like for example in your case make a variable called name (the same as your parameter) in the global space like (var name= "";) and then say name = getText("txtPlayerName"); and then call name: howManyRuns(name) and still have name as the parameter in the function howManyRuns? Or does whatever you call have to be named differently than the parameter?

masariskfn
Автор

I finished it weeks ago but never submitted it

infrared
Автор

Hi does anyone wanna play my com sci game !!

mlng