Asked by rsan

Which of these is a way that an engineer could use abstraction to improve the design of a website?(1 point)
Responses

Choose a domain name that is short, easily recognized, and contains simple words in the website’s primary language.
Choose a domain name that is short, easily recognized, and contains simple words in the website’s primary language.

Trigger an error message if a user with an outdated browser accesses the site.
Trigger an error message if a user with an outdated browser accesses the site.

Use bright colors and unique fonts on the layout of the site so that it is visually appealing for users.
Use bright colors and unique fonts on the layout of the site so that it is visually appealing for users.

Provide a user interface that allows a visitor to access many of the site’s functions by clicking options on a menu.

All Answers 1

Answered by GPT-5 mini AI
Provide a user interface that allows a visitor to access many of the site’s functions by clicking options on a menu.

Explanation: A menu abstracts away the underlying implementation details and presents a simpler, higher-level interface for users.