1. What is web development?
Explanation: Web development involves building websites and web applications.
Report for correction2. Which programming languages are commonly used in web development?
Explanation: HTML, CSS, and JavaScript are core languages used in web development.
Report for correction3. What is the role of HTML in web development?
Explanation: HTML defines the structure and content of a webpage.
Report for correction4. What is the purpose of CSS in web development?
Explanation: CSS is used to style and format the appearance of web content.
Report for correction5. What role does JavaScript play in web development?
Explanation: JavaScript adds interactivity and dynamic behavior to webpages.
Report for correction6. What is the role of the back-end in web development?
Explanation: Back-end handles server-side operations, databases, and business logic.
Report for correction7. Which programming languages are commonly used for back-end development?
Explanation: Languages like Python, Ruby, and PHP are commonly used for back-end development.
Report for correction8. What is full stack development?
Explanation: Full stack development involves working on both front-end and back-end aspects of a web application.
Report for correction9. What is web hosting?
Explanation: Web hosting involves making a website accessible on the internet.
Report for correction10. What is a domain name?
Explanation: A domain name is the address used to access a website on the internet.
Report for correction11. What is a code editor in web development?
Explanation: A code editor is a tool used for writing and editing code in various programming languages.
Report for correction12. What is a version control system (VCS) in web development?
Explanation: A VCS is a system for managing changes to code, enabling collaboration among developers and tracking versions.
Report for correction13. What is responsive web design?
Explanation: Responsive web design involves creating websites that adapt to various screen sizes and devices.
Report for correction14. What is user experience (UX) design?
Explanation: User experience (UX) design focuses on creating positive user interactions and satisfaction with a website.
Report for correction15. What is HTTPS in web development?
Explanation: HTTPS is a secure connection protocol used to encrypt data transmitted between a user's browser and a website.
Report for correction16. What is cross-site scripting (XSS) in web development?
Explanation: Cross-site scripting (XSS) is a security vulnerability where malicious code is injected into a website, affecting users who access the site.
Report for correction17. What is a single-page application (SPA)?
Explanation: A single-page application loads content dynamically without refreshing the entire page.
Report for correction18. What is progressive web app (PWA)?
Explanation: A progressive web app, offers a native app-like experience on the web, including offline capabilities and fast loading.
Report for correction