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



Answer :

Other Questions