Course 1 Assessment: Introduction to Web Development :Introduction to Front-End Development (Meta Front-End Developer Professional Certificate) Answers 2025
1. The code that runs on the web server is known as:
Software ✔️
Hardware ❌
2. Role of JavaScript in the browser:
To provide interactivity and data processing ✔️
To describe the content ❌
To describe layout ❌
3. Which issues does UDP solve?
UDP does NOT solve these issues. So none are correct.
Out of order data ❌
Corrupted data ❌
Lost data ❌
4. Will “Little Lemon” display in the browser main window?
False ✔️ (Only “Our Menu” displays — the title appears in the browser tab)
5. True or False: Unordered lists use <ol>
False ✔️ (Unordered lists use <ul>)
6. Selector type for .header
Class selector ✔️
ID selector ❌
Element selector ❌
7. Border-box width calculation
Content width: 10px
Padding left/right: 5 + 5 = 10px
Border left/right: 5 + 5 = 10px
Total = 30px
Correct answer: 30 pixels ✔️
20 ❌
25 ❌
50 ❌
8. Code bundling combines libraries into a single file
True ✔️
False ❌
9. Will the div fill 6 columns on desktop?
col-lg-6 = yes
True ✔️
False ❌
10. React’s in-memory DOM representation is called:
The Virtual DOM ✔️
Memory DOM ❌
Copy DOM ❌
✅ Summary Table
| Q | Correct Answer | ✔️/❌ |
|---|---|---|
| 1 | Software | ✔️ |
| 2 | Interactivity & data processing | ✔️ |
| 3 | None (UDP solves none of these) | ✔️ |
| 4 | False | ✔️ |
| 5 | False | ✔️ |
| 6 | Class selector | ✔️ |
| 7 | 30 pixels | ✔️ |
| 8 | True | ✔️ |
| 9 | True | ✔️ |
| 10 | The Virtual DOM | ✔️ |