NEW
Font size
WorksheetsWeb Development Fundamentals
Total questions: 15
Worksheet time: 8mins
What is the primary purpose of web development?
To write articles and blog posts for online platforms.
To design logos and graphics for websites.
To create and maintain websites and web applications.
To manage server hardware and infrastructure.
Name one key protocol that governs the web.
SMTP
FTP
HTTP
POP3
What does HTML stand for?
HighText Markup Language
HyperText Markup List
HyperText Markup Language
HyperText Multi Language
Describe the client-server model in web computing.
The client-server model is a distributed architecture where clients request services from servers, which process and respond to those requests.
The client-server model is a peer-to-peer architecture where all nodes have equal roles.
The client-server model is a single-user architecture where clients operate independently without server interaction.
In the client-server model, servers initiate requests to clients for data processing.
What is the role of a web browser?
To manage network security.
The role of a web browser is to access and display web content.
To create web content.
To store files on the computer.
Explain the difference between HTTP and HTTPS.
HTTPS is only used for secure websites.
HTTP is faster than HTTPS.
HTTP and HTTPS are the same protocol.
HTTP is unsecured, while HTTPS is secured with encryption.
What is a web server?
A web server is a type of computer hardware.
A web server is a device that stores physical files.
A web server is a system that delivers web content to clients via the internet.
A web server is a software application for editing web pages.
List two common internet services.
Social Media
Online Gaming
Email, Web Browsing
Video Streaming
What is the significance of CSS in web development?
CSS is only used for adding animations to websites.
CSS has no impact on website performance or loading times.
CSS is significant in web development for styling and layout control, improving user experience and site maintenance.
CSS is primarily for backend development and server management.
Define what a URL is.
A URL is a software application that manages internet connections.
A URL is a specific type of Uniform Resource Identifier (URI) that provides the means to locate a resource on the internet.
A URL is a type of programming language used for web development.
A URL is a file format for storing images on the internet.
What is the function of JavaScript in web projects?
JavaScript is used to design the layout of web pages.
JavaScript is used to create interactive and dynamic content on web pages.
JavaScript is primarily used for server-side programming.
JavaScript is a database management tool.
How does the internet connect different networks?
The internet connects different networks using routers and IP addresses to direct data packets.
The internet connects networks by using telephone lines and analog signals.
The internet connects networks using satellites and fiber optics exclusively.
The internet connects networks through physical cables only without any routing devices.
What is the purpose of APIs in web development?
APIs are primarily for designing user interfaces.
APIs are used to store data in databases.
The purpose of APIs in web development is to enable communication and integration between different software applications.
APIs are only relevant for mobile app development.
What are the main components of a web application?
Frontend Framework, API, Content Delivery Network
Web Server, Cache, Load Balancer
HTML, CSS, JavaScript Framework
User Interface, Server, Database, Application Logic
Explain the concept of responsive web design.
Responsive web design allows websites to provide an optimal viewing experience across a wide range of devices, from desktop computers to mobile phones.
Responsive web design requires separate websites for each device.
Responsive web design is only for mobile applications.
Responsive web design eliminates the need for web development.
