1 Internet and Web Technologies • Web Technologies वेबपृष्ठ में रंग, फ़ॉन्ट और लेआउट जैसी प्रस्तुति नियंत्रित करने के लिए मुख्यतः किस तकनीक का उपयोग होता है? Which technology primarily controls presentation features such as colours, fonts and layout on a webpage? A. SQL SQL B. CSS CSS C. SMTP SMTP D. DHCP DHCP उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: B Correct Answer: B CSS का पूरा नाम Cascading Style Sheets है। यह HTML जैसी मार्कअप भाषा में बने दस्तावेज़ की प्रस्तुति निर्धारित करता है। CSS stands for Cascading Style Sheets. It controls the presentation of documents written in markup languages such as HTML.
2 Internet and Web Technologies • Web Technologies ब्राउज़र में बटन क्लिक होने पर वेबपृष्ठ की सामग्री बदलने जैसे इंटरैक्टिव कार्यों के लिए सामान्यतः कौन-सी प्रोग्रामिंग भाषा प्रयोग होती है? Which programming language is commonly used for interactive browser behaviour, such as changing webpage content when a button is clicked? A. JavaScript JavaScript B. CSS CSS C. HTML HTML D. XML XML उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: A Correct Answer: A JavaScript वेबपृष्ठ में इंटरैक्टिव व्यवहार जोड़ सकता है। HTML संरचना और CSS मुख्यतः प्रस्तुति के लिए हैं। JavaScript can add interactive behaviour to webpages. HTML defines structure, while CSS primarily controls presentation.
3 Internet and Web Technologies • Web Technologies वेब सर्वर का मुख्य कार्य क्या है? What is the main function of a web server? A. मॉनिटर पर पिक्सेल की संख्या बढ़ाना To increase the number of pixels on a monitor B. हर वेबसाइट का पासवर्ड बनाना To create passwords for every website C. केवल स्थानीय फ़ाइलों को संपीड़ित करना To compress only local files D. क्लाइंट के अनुरोध पर वेब सामग्री या प्रतिक्रिया उपलब्ध कराना To provide web content or responses to client requests उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: D Correct Answer: D वेब सर्वर HTTP या HTTPS अनुरोधों के उत्तर में पृष्ठ, चित्र, डेटा या त्रुटि प्रतिक्रिया भेज सकता है। ब्राउज़र सामान्यतः क्लाइंट की भूमिका निभाता है। A web server can return pages, images, data or error responses to HTTP or HTTPS requests. A browser normally acts as the client.
4 Internet and Web Technologies • Web Technologies URL https://jobs.example.org/notices/list.html में होस्ट नाम कौन-सा है? What is the hostname in the URL https://jobs.example.org/notices/list.html? A. https https B. /notices/ /notices/ C. jobs.example.org jobs.example.org D. list.html list.html उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: C Correct Answer: C jobs.example.org होस्ट नाम है। https स्कीम और /notices/list.html संसाधन का पाथ है। jobs.example.org is the hostname. https is the scheme, and /notices/list.html is the resource path.
5 Internet and Web Technologies • Web Technologies भारत से संबंधित Country-Code Top-Level Domain कौन-सा है? Which country-code top-level domain is associated with India? A. .in .in B. .id .id C. .uk .uk D. .jp .jp उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: A Correct Answer: A .in भारत का Country-Code Top-Level Domain है। .id इंडोनेशिया, .uk यूनाइटेड किंगडम और .jp जापान से संबंधित हैं। .in is the country-code top-level domain for India. .id, .uk and .jp correspond to Indonesia, the United Kingdom and Japan respectively.
6 Internet and Web Technologies • Web Technologies URL https://example.org/notice.html#eligibility में #eligibility भाग सामान्यतः किसका संकेत देता है? What does #eligibility normally indicate in the URL https://example.org/notice.html#eligibility? A. वेब सर्वर का पासवर्ड The web server password B. दस्तावेज़ के किसी विशेष भाग का फ्रैगमेंट पहचानकर्ता A fragment identifier for a particular part of the document C. इंटरनेट कनेक्शन की गति The internet connection speed D. डाउनलोड की गई फ़ाइल का आकार The downloaded file size उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: B Correct Answer: B # के बाद का भाग फ्रैगमेंट होता है। यदि पृष्ठ में संबंधित लक्ष्य मौजूद है, तो ब्राउज़र सीधे उस अनुभाग तक जा सकता है। The part following # is a fragment. If a matching target exists in the page, the browser can navigate directly to that section.
7 Internet and Web Technologies • Web Technologies किसी वेबपृष्ठ पर HTTP 404 Not Found दिखाई देने का सामान्य अर्थ क्या है? What does HTTP 404 Not Found normally mean when opening a webpage? A. अनुरोध सफल रहा और पृष्ठ मिल गया। The request succeeded and the page was found. B. कंप्यूटर की RAM भर गई है। The computer RAM is full. C. इंटरनेट का पासवर्ड बदल गया है। The internet password has changed. D. सर्वर को अनुरोधित संसाधन नहीं मिला। The server could not find the requested resource. उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: D Correct Answer: D 404 अनुरोधित संसाधन नहीं मिलने का संकेत है। गलत URL, हटाया गया पृष्ठ या बदला हुआ पाथ इसके कारण हो सकते हैं। 404 indicates that the requested resource was not found. A wrong URL, deleted page or changed path can cause it.
8 Internet and Web Technologies • Web Technologies HTTP 403 Forbidden प्रतिक्रिया का मुख्य अर्थ क्या है? What is the main meaning of an HTTP 403 Forbidden response? A. अनुरोधित पृष्ठ सफलतापूर्वक डाउनलोड हो गया। The requested page was downloaded successfully. B. वेबसाइट का पता स्वतः बदल गया। The website address changed automatically. C. सर्वर ने अनुरोध समझा, लेकिन उसे पूरा करने से मना किया। The server understood the request but refused to fulfil it. D. ब्राउज़र में कोई टैब नहीं खुला है। No browser tab is open. उत्तर और व्याख्या देखें Show answer and explanation सही उत्तर: C Correct Answer: C 403 सर्वर द्वारा अनुरोध पूरा करने से इनकार दर्शाता है। अपर्याप्त अनुमति या पहुँच-नियंत्रण नियम इसका कारण हो सकते हैं। 403 indicates refusal to fulfil the request. Insufficient permissions or access-control rules can cause this response.