Discover answers to your questions with Westonci.ca, the leading Q&A platform that connects you with knowledgeable experts. Join our Q&A platform and get accurate answers to all your questions from professionals across multiple disciplines. Explore comprehensive solutions to your questions from knowledgeable professionals across various fields on our platform.

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