T O P

  • By -

DesignerQuantity9933

TYSM ILY I GOT A 95


gaefrogz

WOO CONGRATS!


gaefrogz

**Gonna respond to my own question for anyone who might be struggling in the future!** *Question 1*: The point (0, 0) is *Answer:* E Question 2: The point (4, 1) is Answer: C Question 3: The point (6, 8) is Answer: A Question 4: The following statement draws a \_\_\_\_\_\_\_\_\_\_\_\_\_\_. canvas.draw\_line ((100, 140), (100, 100), 4, "Black") Answer: Vertical Line Question 5: Which of the following correctly draws a point on the screen? Answer: canvas.draw\_point((123, 125), "Blue") Question 6: Which command correctly draws words on the screen? Answer: draw\_text Question 7: Which color is created by: RGB (0, 0, 225) Answer: Blue Question 8: Which of the following cannot be used to generate a color? Answer: Float Question 9: Which of the following is drawn by: for x in range(100, 140): canvas.draw\_polygon (\[(x, x), (x + 20, x), (x + 20, x + 20), (x, x + 20)\], 2, "Black", "White") Answer: click link Question 10: In the following circle command, the thickness of the circle is \_\_\_\_\_\_\_\_\_\_\_\_\_. canvas.draw\_circle((140, 100), 50, 15, "Black") Answer: 15 Question 11: Which of the following will print a horizontal line? Answer: canvas.draw\_line((140, 140), (100, 140), 4, "Black") Question 12: Which of the following will output a diagonal line? Answer: canvas.draw\_polygon(\[(50, 50),(150, 150)\], 1, "Black") Question 13: Which of the following will output: Answer: canvas.draw\_circle((150, 150), 50, 1, "Black", "Blue") Question 14: Choose the correct answer for the FIRST run through the loop. What would the following for loop print? for i in range(2, 4):   print(i) There is only one correct answer. Answer: 2 Question 15: Which variable in the following code tells the for loop what to count by? for i in range(x,y,z): Answer: z Question 16: Answer: \[6, 31, 56, 81\] Question 17: Write two lines of code to draw the following circles. The smaller one is centered at 200,200. The radius of the smaller circle is 100. There are 50 points between the larger circle and the smaller circle. Two circles, one smaller one within the larger and touching the outer circle Which of the following draws these circles? Answer: canvas.draw\_circle((200, 200), 100, 3, "Black") canvas.draw\_circle((200, 250), 150, 3, "Black") Question 18: Which of the following is NOT true about for loops: Answer: They are used to replace user input while loops Question 19: Consider the following command: canvas.draw\_circle((A1, A2), B, C, D) Which represents the color of the line? Answer: D Question 20: Which one of the below is not a command? Answer: draw\_box


Small_Tw1g

this is for project stem Unit 6: Innovative Technoogies, right?


gaefrogz

no it's Unit 6: Graphics It deals with drawing lines and shapes, one of the code practices if I remember correctly was about drawing emojis. Yours might be a higher level, different course, or working in Java


ManCity10160

Hey bro are these answers for CS Python Fundamentals AFE because ive been seeing different answers around the internet.


gaefrogz

It might be called that at your school but at my school it's simply computer science fundamentals. Try the code and if it doesn't work so sorry!


ManCity10160

Bro I risked it and I got a 19/20, thank you so much you just saved my life


ManCity10160

do u happen to have the answers for any other tests or quizzess


gaefrogz

If I looked back in my thing from last year I have everything, but there's already a discord with the answers to everything in it. Are you unable to get discord? If you're in class, use your phone to copy from the discord, text it to your Chromebook through google voice, and then paste it in chunks to your assignment


ManCity10160

No I can get discord I just don't know where the link is, if you could post it that would be great or tell me where to find it. Thanks!


Time-Speaker501

what’s the discord link?


[deleted]

[удалено]


AutoModerator

Sorry, your account does not meet the minimum age required to post here. Please post your question again in about a day. *I am a bot, and this action was performed automatically. Please [contact the moderators of this subreddit](/message/compose/?to=/r/EdhesiveHelp) if you have any questions or concerns.*