Here are 4 questions on Web Technology, each worth 6 marks:
1. What is the difference between HTTP and HTTPS? Explain the importance of using HTTPS.
HTTP (Hypertext Transfer Protocol) is a protocol used for transferring data over the internet, while
HTTPS (Hypertext Transfer Protocol Secure) is an extension of HTTP that adds an extra layer of security
by encrypting data in transit. The importance of using HTTPS includes:
- Protecting sensitive user data
- Preventing eavesdropping and tampering
- Building trust and credibility with users
- Improving search engine rankings
2. What is responsive web design, and how is it achieved?
Responsive web design is an approach to web development that ensures web pages adapt to different
screen sizes and devices. It is achieved through:
- Using flexible grids and layouts
- Adding media queries to CSS
- Using responsive images and videos
- Testing and iterating on different devices and screen sizes
3. What is the role of JavaScript in web development, and what are some of its key features?
JavaScript is a client-side scripting language that adds interactivity to web pages. Its key features include:
- Dynamic effects and animations
- User interaction and event handling
- DOM manipulation and traversal
- Asynchronous programming and AJAX
4. What is a Content Management System (CMS), and what are its benefits?
A CMS is a software application that allows users to create, edit, and manage digital content on a
website. The benefits of using a CMS include:
- Easy content creation and management
- Separation of content and design
- User-friendly interface for non-technical users
- Scalability and flexibility
- Reduced development time and costs
- Large community support and resources