Back to Freecodecamp

Task 27

curriculum/challenges/english/blocks/learn-how-to-share-your-opinion/678c8933633414289d454294.md

latest1.0 KB
Original Source

--instructions--

This task doesn't have audio. Read the question below and select the correct answer.

--questions--

--text--

Which option correctly describes front-end or back-end?

--answers--

Layout and design of a website are front-end.


Data storage and server-side operations are front-end.

--feedback--

The front-end deals with what users see and interact with, not data storage or server-side tasks.


User-facing features like buttons, forms, and navigation menus are back-end.

--feedback--

The back-end handles data and server processes, not user-facing features like buttons and forms.


Databases, APIs, and server maintenance are front-end.

--feedback--

The front-end is focused on the visual and interactive aspects of a website, not databases or server maintenance.

--video-solution--

1

--explanation--

The front-end is everything that users interact with on a website, such as layout, design, and buttons. The back-end manages server-side tasks like data storage, APIs, and server maintenance.