Software Development Fundamentals — Question 47

You are developing a webpage that enables students to manage races.
The webpage will display two lists: past races and upcoming races. The page also contains a sidebar with contact information and a panel with social media settings that can be edited. Race results can be shared on social media.
How many components will be on the webpage?

Answer options

Correct answer: C

Explanation

The webpage consists of four components: the list of past races, the list of upcoming races, the sidebar for contact information, and the panel for social media settings. The correct answer is C because it accounts for all the mentioned elements. Options A, B, and D do not accurately reflect the total number of components.