WorksheetsBasics of Web Development
Total questions: 10
Worksheet time: 2mins
What does HTML stand for?
HyperText Multi Language
HyperText Markup Code
HighText Markup Language
HyperText Markup Language
Which language is used for styling web pages?
HTML
JavaScript
CSS
XML
What is the purpose of CSS in web development?
To optimize website loading speed and performance.
To create server-side scripts for web applications.
To manage databases and data storage.
The purpose of CSS in web development is to style and layout web pages.
What does JavaScript allow you to do on a web page?
JavaScript is primarily used for database management.
JavaScript can only display static images on a web page.
JavaScript is used for server-side programming only.
JavaScript enables dynamic content, interactive features, and real-time updates on a web page.
What is the function of a web server?
To manage user accounts and permissions.
The function of a web server is to serve web content to clients by processing their requests.
To create and design websites.
To store data in a database.
What does URL stand for?
Unique Resource Locator
Universal Resource Link
Uniform Resource Link
Uniform Resource Locator
What is the difference between a static and a dynamic website?
Static websites display the same content for all users, while dynamic websites can change content based on user input or other factors.
Dynamic websites are only used for e-commerce sites.
Static websites are more expensive to host than dynamic websites.
Static websites require a database to function.
What is the role of a database in web development?
The role of a database in web development is to store and manage data for dynamic web applications.
To manage server-side scripting for web pages.
To provide web hosting services for applications.
To design the user interface of a website.
What does responsive design mean?
Responsive design is only for mobile devices.
Responsive design means creating web pages that provide an optimal viewing experience across a wide range of devices.
Responsive design means creating fixed-width layouts.
Responsive design is about using only images for web pages.
What is the purpose of a web framework?
To enhance the performance of existing websites.
To create mobile applications exclusively.
To manage server hardware configurations.
To simplify and streamline web application development.
