Westonci.ca is the ultimate Q&A platform, offering detailed and reliable answers from a knowledgeable community. Explore a wealth of knowledge from professionals across various disciplines on our comprehensive Q&A platform. Connect with a community of professionals ready to help you find accurate solutions to your questions quickly and efficiently.

COULD SOMEONE CHECK MY ANSWERS PLEASE!!
Simplifying Programming Quick Check
2. Which of the following would improve the usability of a website?
A. Decreasing the number of steps that it takes for a user to complete certain tasks
B. Adding elements to the website so it’s behavior surprises the user
C. Providing no response when a user makes an error
D. Selecting fonts that are exciting and complex in a variety of bright colors

My answer: d

3. In the following piece of code that calculates the temperature in Fahrenheit, which piece would be most appropriate to develop a
function for?
A. Print
B. C=0
C. C=100
D. C* 9/5 +32

my answer: b

4. What is the most appropriate structure for handling code that is repeated multiple times in a program?
A. Queue
B. Function
C. Recursion
D. Stack

my answer: A