234k views
5 votes
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

User Rlibby
by
4.5k points

1 Answer

1 vote

Answer:

Explanation: WRONG!!! ALL OF THEM ARE WRONG!

2 is A

3 is D

4 is B

User Dobiho
by
4.7k points