Module Quiz: Get started with Web Development :Introduction to Front-End Development (Meta Front-End Developer Professional Certificate) Answers 2025
-
When two computers connect directly to each other, this forms ______________.
✔ a Network
❌ the Internet
❌ a Server -
The programs that run on a computer are called the ______________.
✔ Software
❌ Hardware -
The structure of a web page is defined using ______________.
✔ HTML
❌ CSS
❌ JavaScript -
The style of a web page is defined using ______________.
✔ CSS
❌ HTML
❌ JavaScript -
Computers communicate with each other using which protocol?
✔ Internet Protocol
❌ Network Protocol
❌ Mail Protocol
❌ Mobile Protocol -
To communicate with another computer on a network, your computer sends a message called an ______________.
✔ IP Packet
❌ IP Mail
❌ IP Container -
The web browser and web server use which protocol to transfer data?
✔ HTTP
❌ DNS
❌ SMTP
❌ IMAP -
In software development, a framework provides a structure for developers to build an application.
✔ True
❌ False -
As a developer, it is best to use a _____________ to write and maintain code.
✔ Integrated Development Environment
❌ Word Processor
❌ Web Browser
❌ Development Book -
In software development, an API is a set of functions that an application component or service can provide.
✔ True
❌ False
📄 Summary
| Question | Answer | Notes / Summary |
|---|---|---|
| Q1 | a Network | Direct connection between two computers forms a network. |
| Q2 | Software | Programs running on a computer are software. |
| Q3 | HTML | Structure of web pages is defined using HTML. |
| Q4 | CSS | Style (colors, fonts, layout) is defined using CSS. |
| Q5 | Internet Protocol | Computers use IP to communicate over networks. |
| Q6 | IP Packet | Messages sent over a network are called IP packets. |
| Q7 | HTTP | Web browsers and servers communicate using HTTP. |
| Q8 | True | Frameworks provide structure for software development. |
| Q9 | Integrated Development Environment | IDEs help write, manage, and debug code efficiently. |
| Q10 | True | APIs define functions a component/service can provide. |