Post-Graduate Diploma in Computer Application
(Second Semester) Examination, January/February, 2022
PROGRAMMING WITH ASP.NET
Paper Code – 7720
इकाई 1 (Unit 1)
Question 1: (A) एक HTML कोड लिखिए जो छात्रों के नाम रोल, नंबर, कुल अंक की एक तालिका प्रदर्शित करे।
Write an HTML code that will display a table of students. name, roll number and total marks.
Answer: Make table in HTML
(B) HTML क्या है ? HTML प्रोग्राम का प्रारूप लिखिये।
What is HTML ? Write the format of HTML Program.
Answer:
अथवा/Or
Question 2: (A) निम्नलिखित HTML टैग्स को सभी विशेषताओं के साथ समझाइये:
Explain the following HTML tags with all attributes :
- <a>
- <body>
- <img>
- <table>
- <P>
Answer:
(B) HTML में फ्रेम टैग का महत्व बताइए।
Explain the importance of Frame tag in HTML.
Answer:
इकाई 2 (Unit 2)
Question 3: (A) ASP.NET क्या है ? ASP की तुलना ASP.NET की विशेषताए बताइये।
What is ASP.NET ? Explain features of ASP.NET over ASP.
Answer:
(B) ASP.NET के List Control के सामान्य गुणों के बारे में बताइये।
Explain common properties of list control of ASP.NET.
Answer:
अथवा/Or
Question 4: (A) निम्नलिखित के बारे में विस्तार से समझाइए:
Explain the following in details:
- ISPOSTback
- Hidden Field
- Textbox
- Radio Button
Answer:
इकाई 3 (Unit 3)
Question 5: (A) Validation Control के बारे में विस्तार से बताइये।
Explain in detail validation control.
Answer:
(B) Client Side Validation और Server Side Validation के बीच अंतर कीजिये।
Differentiate between Client side validation and Server side validation.
Answer:
अथवा/Or
Question 6: (A) ASP.NET में मास्टर पेज का क्या उपयोग है ? एक वेब एप्लीकेशन में मास्टर पेज को जोड़ने और उपयोग करने की प्रक्रिया बताइये।
What is the use of master page in ASP.NET ? Explain the procedure to add and use master page in a web application.
Answer:
(B) Data Adapter Object का विस्तार से वर्णन कीजिये।
Explain Data Adapter Object in detail.
Answer:
इकाई 4 (Unit 4)
Question 7: (A) डेटा एडेप्टर और डेटा रीडर की व्याख्या कीजिये।
Explain Data Adapter and Data Reader.
Answer:
(B) निम्नलिखित को समझाइये:
Define the following :
- Data Grid
- Data Bind Control
Answer:
अथवा/Or
Question 8: (A) ASP.NET वेब पेज से डेटाबेस में डेटा डालने और अपडेट करने के लिए एक कोड लिखिए।
Write a code to insert and update data into a database from ASP.NET web page.
Answer:
(B) गुणों और विधि के साथ कमांड क्लास तथा डेटा एडेप्टर क्लास की व्याख्या कीजिये।
Explain Command class and Data Adapter class with properties and method.
Answer:
इकाई 5 (Unit 5)
Question 9: (A) Web Services की विस्तार से व्याख्या कीजिये।
Explain web services in detail.
Answer:
(B) ASP.NET में Session State और View State की तुलना कीजिये।
Compare Session state and View state in ASP.NET.
Answer:
अथवा/Or
Question 10: (A) निम्नलिखित की व्याख्या कीजिये:
Explain the following :
- XML classes
- XML Validation
- Web Service description language
- XML data document
Answer: