SoCSE Web Technology Past Paper 2023-2024 PDF
Document Details
Uploaded by NoiselessOliveTree
Dev Bhoomi Uttarakhand University
2024
SoCSE
Tags
Summary
This is a SoCSE past paper for Web Technology, covering topics like HTML, HTTP, and web services. The 2023-2024 exam includes multiple-choice questions. This document is useful for students preparing for the SoCSE Web Technology exam.
Full Transcript
**[SoCSE]** +-----------------------+-----------------------+-----------------------+ | **Question Bank - | | | | Unit no.: 1** | | | +=======================+=======================+================...
**[SoCSE]** +-----------------------+-----------------------+-----------------------+ | **Question Bank - | | | | Unit no.: 1** | | | +=======================+=======================+=======================+ | Program: BCA | | | | | | | | ===================== | | | | ================== | | | | | | | | Course Name: Web Tech | | | | nology Cour | | | | se Code: 21BCA104 | | | | | | | | ===================== | | | | ===================== | | | | ===================== | | | | =========== | | | | | | | | Academic year: 2023-2 | | | | 4 | | | | Sem/Year: I/I | | | | | | | | ===================== | | | | ===================== | | | | ===================== | | | | ================= | | | +-----------------------+-----------------------+-----------------------+ | **Level A. Easy | | | | Questions (2 marks | | | | each)** | | | +-----------------------+-----------------------+-----------------------+ | **S. No.** | **Questions** | **CO\*** | +-----------------------+-----------------------+-----------------------+ | Q1 | HTML stands for? | CO1 | | | | | | | A. Hyper Text Markup | | | | Language | | | | | | | | B. High Text Markup | | | | Language | | | | | | | | C. Hyper Tabular | | | | Markup Language | | | | | | | | D. None of these | | +-----------------------+-----------------------+-----------------------+ | Q2 | Correct HTML tag for | CO1 | | | largest heading- | | | | | | | | A. \ | | | | | | | | B. \ | | | | | | | | C. \ | | | | | | | | D. \ | | +-----------------------+-----------------------+-----------------------+ | Q3 | Which of the | CO1 | | | following statements | | | | is true regarding | | | | HTTP? | | | | | | | | A. Web browsers use | | | | only HTTP as a | | | | communication | | | | protocol with servers | | | | | | | | B. It does not | | | | maintain any | | | | connection | | | | information on | | | | previous transactions | | | | | | | | C. It is designed to | | | | route information | | | | based on content | | | | | | | | D. It refers to | | | | resources using their | | | | Universal Resource | | | | Identifier (URI) | | +-----------------------+-----------------------+-----------------------+ | Q4 | The web standard | CO1 | | | allows programmers on | | | | many different | | | | computer platforms to | | | | dispersed format and | | | | display the | | | | information server. | | | | These programs are | | | | called- | | | | | | | | A. Web Browsers | | | | | | | | B. HTML | | | | | | | | C. Internet Explorer | | | | | | | | D. None of these | | +-----------------------+-----------------------+-----------------------+ | Q5 | Web pages starts with | CO1 | | | which of the | | | | following tag? | | | | | | | | 1. A. \ | | | | | | | | 2. B. \ | | | | | | | | 3. C. \ | | | | | | | | 4. D. \ 1. **FTP (File Transfer Protocol):** Allows the transfer of files between computers over a network. 1. **SMTP (Simple Mail Transfer Protocol):** Manages the sending of emails between servers. 1. **DNS (Domain Name System):** Translates human-readable domain names into IP addresses. 1. **TCP/IP (Transmission Control Protocol/Internet Protocol):** Ensures reliable data transmission and addresses for internet communication. **23. What is e-commerce? (CO1):** - **E-commerce (Electronic Commerce):** It refers to the buying and selling of goods or services over the internet. E-commerce encompasses various activities, including online shopping, electronic payments, and digital transactions, revolutionizing the way business is conducted. **24. Explain the history of the web (CO1):** - The web\'s history dates back to 1989 when **Sir Tim Berners-Lee** proposed the World Wide Web. In 1991, he introduced the first website and browser. The WWW became publicly accessible in 1993, marking a paradigm shift in information sharing and laying the foundation for the modern internet. **25. What are web servers? (CO2):** - **Web servers** are software or hardware components that store, process, and deliver web content to users. They respond to user requests (via browsers), serving web pages, images, and other resources. Common web server software includes Apache, Nginx, and Microsoft IIS. **26. What is an ISP? Explain in detail (CO2):** - **ISP (Internet Service Provider):** ISPs offer users access to the internet. They provide various connection types (broadband, DSL, dial-up), manage network infrastructure, and act as intermediaries between end-users and the broader internet. **27. What are the advantages of a search engine? (CO1):** - **Efficient Information Retrieval:** Search engines allow users to quickly find relevant information from the vast expanse of the internet. - **User Convenience:** Users can access a wide range of information without knowing specific website URLs. - **Categorization:** Search engines organize information into categories, improving the overall accessibility and user experience. - **Time-saving:** Users can find answers and resources more quickly, saving time compared to traditional manual exploration. **28. Using HTML write a program for printing heading and paragraph (CO2):** \