Save as PDF

Opens your browser print dialog — select "Save as PDF" to download.

F/2024/7490
Total Pages : 6

Fourth Semester

Computer Science and Engineering / IT

Scheme OCBC July 2022

WEB TECHNOLOGIES

Time : Three Hours Maximum Marks : 70

Note :

  1. Attempt total six questions. Question No. 1 (Objective type) is compulsory. From the remaining questions attempt any five.

    कुल छः प्रश्न हल कीजिए। प्रश्न क्रमांक 1 (वस्तुनिष्ठ प्रकार का) अनिवार्य है। शेष प्रश्नों में से किन्हीं पाँच को हल कीजिए।

  2. In case of any doubt or dispute, the English version question should be treated as final.

    किसी भी प्रकार के संदेह अथवा विवाद की स्थिति में अंग्रेजी भाषा के प्रश्न को अंतिम माना जायेगा।

1.

Choose the correct answer. सही उत्तर का चयन कीजिए।

2 each

i)

Which of the following programming languages is commonly used for server-side scripting in web development?

निम्नलिखित में से कौन सी प्रोग्रामिंग भाषा आमतौर पर वेब डेवलपमेंट में सर्वर-साइड स्क्रिप्टिंग के लिए उपयोग की जाती है?

(a) HTML

(b) CSS

(c) PHP

(d) JavaScript

ii)

Which of the following is the correct syntax to write a PHP code?

PHP कोड लिखने के लिए निम्नलिखित में से कौन सा सही सिंटेक्स है?

(a) <?php ?>

(b) <??>

(c) <php >

(d) <? php ?>

iii)

Ajax stands for _________

Ajax का अर्थ है _________

(a) Asynchronous JavaScript and XML

(b) Asynchronous JSON and XML

(c) Asynchronous Java and XML

(d) Asynchronous JavaScript and XMLHttpRequest

iv)

The purpose of load balancer is to _________

लोड बैलेंसर का उद्देश्य है _________

(a) Optimize resource usage

(b) Achieve maximum throughput

(c) Minimize response time

(d) All of the above

v)

Which of the following XSLT elements is used to include another stylesheet?

निम्नलिखित में से कौन सा XSLT एलिमेंट का उपयोग किसी अन्य स्टाइलशीट को शामिल करने के लिए किया जाता है?

(a) xsl:include

(b) xsl:apply-imports

(c) xsl:import

(d) xsl:apply-templates

2.
a)

What do you understand by Server?

सर्वर से आप क्या समझते हैं?

2
b)

Why do we need protocols in WWW? How many types of protocols are used in WWW?

हमें WWW में प्रोटोकॉल की आवश्यकता क्यों है? WWW में कितने प्रकार के प्रोटोकॉल्स का उपयोग किया जाता है?

4
c)

How can we achieve a secure connection? Also explain the role of Secure Socket Layer (SSL) in establishing a secure connection.

हम सुरक्षित कनेक्शन कैसे प्राप्त कर सकते हैं? सुरक्षित कनेक्शन स्थापित करने के लिए सिक्योर सॉकेट लेयर (SSL) की भूमिका भी समझाइए।

6
3.
a)

What is logging in web application?

वेब एप्लीकेशन में लॉग-इन करना क्या है?

2
b)

Explain website navigation including its structure and significance.

वेबसाइट नेविगेशन को उसकी संरचना और महत्व सहित समझाइए।

4
c)

What are the principles of web design? Justify your answer by showing the importance of these principles.

वेब डिजाइन के सिद्धांत क्या हैं? इन सिद्धांतों का महत्व दर्शाते हुए अपने उत्तर की पु��्टि कीजिए।

6
4.
a)

What is JavaScript?

जावा स्क्रिप्ट क्या है?

2
b)

What is the difference between server-side scripting and client-side scripting?

सर्वर-साइड स्क्रिप्टिंग और क्लाइंट-साइड स्क्रिप्टिंग में क्या अंतर है?

4
c)

Explain the concept of building blocks of fast and scalable data access in Web technology.

वेब प्रौद्योगिकी में तेज और स्केलेबल डेटा एक्सेस के बिल्डिंग ब्लॉक्स की अवधारणा को समझाइए।

6
5.
a)

What is significance of DHTML?

DHTML का महत्व क्या है?

2
b)

What do you mean by Web services? Write the name of two web services with their uses.

वेब सेवाओं से आप क्या समझते हैं? दो वेब सेवाओं के नाम उनके उपयोग सहित लिखिए।

4
c)

Differentiate between XML, XSL and XSLT considering all their properties.

XML, XSL और XSLT के सभी गुणों पर विचार करते हुए उनमें अंतर कीजिए।

6
6.
a)

What is XML schema data types?

XML स्कीमा डाटा टाइप क्या है?

2
b)

What is Array? How many types of arrays are used in PHP?

ऐरे क्या है? PHP में कितने प्रकार के ऐरे का उपयोग किया जाता है?

4
c)

How can the following actions be performed on a database using PHP?

PHP का उपयोग करके डेटाबेस पर निम्नलिखित क्रियाएँ कैसे की जा सकती हैं?

  1. Creating databaseडेटाबेस बनाना
  2. Selecting databaseडेटाबेस चुनना
  3. Listing databaseडेटाबेस की प्रविष्टि करना
6
7.
a)

Write the syntax to display table name in PHP.

PHP में टेबल नाम प्रदर्शित करने के लिए सिंटेक्स लिखिए।

2
b)

Briefly describe the importance of PHPMyAdmin along with its operation.

PHPMyAdmin के महत्व का उसके ऑपरेशन के साथ संक्षेप में वर्णन कीजिए।

4
c)

Write detailed procedure to connect PHP to server.

PHP को सर्वर से कनेक्ट करने की प्रक्रिया लिखिए।

6
8.

Write short notes on the following: (any three)

निम्नलिखित पर संक्षिप्त टिप्पणियाँ लिखिए। (कोई तीन)

12
  1. Web development tools

    वेब डेवलपमेंट टूल्स

  2. Client/server (2-ties) architecture

    क्लाइंट/सर्वर (2-टियर) आर्किटेक्चर

  3. Caches

    कैश

  4. Document Object Model (DOM)

    डॉक्यूमेंट ऑब्जेक्ट मॉडल (DOM)

  5. MySQL

    MySQL