University Of Pune Question Paper
M. C. M. (Semester - IV) Examination - 2010
VISUAL BASIC .NET
(Old 2005 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions :
(1) Q. Nos. 1 and 8 are compulsory.
(2) Solve any four from Q. Nos. 2 to 7.
Q.1) Explain ASP .Net Framework in detail. [15]
Q.2) What do you mean by Exception Handling ? Explain with suitable
examples. [10]
Q.3) Explain Crystal Reports in detail. [10]
Q.4) Define Bank Class having following attributes and methods : [10]
Cust_id (char(10))
Cust_name (varchar(3))
Balance (numeric(8,2))
Mode_of_Transaction (char(8))
Methods
Constructor to store information
Deposite_Bal(balance) update balance with amount
Withdraw_Bal(balance) update balance with amount
Check_Balance Return Current Balance
Note : Mode_of_Transaction must be either “Deposit” or “Withdraw”.
Write a module to implement class and test functionality with all
necessary validations.
Q.5) Accept a number in Textbox. If number is Prime, then add this number
in ListBox, if not throw your own defined exception
“PrimeNumberException”. [10]
Q.6) Explain Abstract Class and Interface with suitable examples. [10]
Q.7) Write a code to perform (Add, Update, Delete, Exit, First, Next, Last,
Previous) on the following table : [10]
Table Name (Student)
(Roll_No, Name, Address, ContactNumber, Fees_Paid)
Database Admission
Server Sql Server, ServerName MCM, UserName=“MCM”, Password =
“MCM”.
Q.8) Write short notes : (Any Three) [15]
(a) Collection Object
(b) Overloading and Overriding
(c) CLR
(d) Scope and Life of Variable
M. C. M. (Semester - IV) Examination - 2010
VISUAL BASIC .NET
(Old 2005 Pattern)
Time : 3 Hours] [Max. Marks : 70
Instructions :
(1) Q. Nos. 1 and 8 are compulsory.
(2) Solve any four from Q. Nos. 2 to 7.
Q.1) Explain ASP .Net Framework in detail. [15]
Q.2) What do you mean by Exception Handling ? Explain with suitable
examples. [10]
Q.3) Explain Crystal Reports in detail. [10]
Q.4) Define Bank Class having following attributes and methods : [10]
Cust_id (char(10))
Cust_name (varchar(3))
Balance (numeric(8,2))
Mode_of_Transaction (char(8))
Methods
Constructor to store information
Deposite_Bal(balance) update balance with amount
Withdraw_Bal(balance) update balance with amount
Check_Balance Return Current Balance
Note : Mode_of_Transaction must be either “Deposit” or “Withdraw”.
Write a module to implement class and test functionality with all
necessary validations.
Q.5) Accept a number in Textbox. If number is Prime, then add this number
in ListBox, if not throw your own defined exception
“PrimeNumberException”. [10]
Q.6) Explain Abstract Class and Interface with suitable examples. [10]
Q.7) Write a code to perform (Add, Update, Delete, Exit, First, Next, Last,
Previous) on the following table : [10]
Table Name (Student)
(Roll_No, Name, Address, ContactNumber, Fees_Paid)
Database Admission
Server Sql Server, ServerName MCM, UserName=“MCM”, Password =
“MCM”.
Q.8) Write short notes : (Any Three) [15]
(a) Collection Object
(b) Overloading and Overriding
(c) CLR
(d) Scope and Life of Variable
0 comments:
Pen down your valuable important comments below