0% found this document useful (0 votes)
30 views10 pages

Bca 5 Sem VB Dot Net 1320 C Winter 2023

question paper

Uploaded by

gunjan Sathawane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
30 views10 pages

Bca 5 Sem VB Dot Net 1320 C Winter 2023

question paper

Uploaded by

gunjan Sathawane
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

http://www.rtmnuonline.

com

NRT/KS/19/2239
Bachelor of Computer Application (B.C.A.) Semester–V Examination
VB.NET
Paper–3
Time : Three Hours] [Maximum Marks : 50
N.B. :— (1) All questions are compulsory and carry equal marks.
(2) Draw well labelled diagram wherever necessary.
EITHER
1. (a) Explain object oriented features of VB.NET. 5
(b) Write a note on .NET framework architecture. 5
OR
(c) What is overriding ? Write a program to create addition of two numbers using overriding method.
5
(d) What are the application supports provided by .NET ? 5
EITHER
2. (a) Explain abstract class inheritance and interface inheritance by abstract class. 5
(b) What are the types of interfaces ? Explain interface inheritance with example. 5
OR
(c) What is abstract class and abstract method ? Explain. 5
(d) Explain inheritance and its derived object. 5
EITHER
3. (a) Demonstrate scrollable picture with example. 5
(b) Create a SDI application like notepad in VB.NET. 5
OR
(c) Write notes on :
(i) Dialog Box
(ii) Owned forms. 5
(d) Explain architecture of MDI application. 5
EITHER
4. (a) Explain runtime error handling with VB.NET. 5
(b) Explain multicasting of delegates. 5
OR
(c) Explain event handling with delegate. 5
(d) Explain exception class and its subclasses with examples. 5
5. (a) Explain the use of base class reference. 2½
(b) What is Comparable interface in VB.NET ? Explain. 2½
(c) Explain the properties of toolbar button. 2½
(d) What are the types of errors ? Explain. 2½

CLS—13442
rtmnuonline.com
NJR/KS/18/3239
Bachelor of Computer Application (B.C.A.) Semester-V (CBS) Examination
VB .NET
Paper—3
Time : Three Hours] [Maximum Marks : 50
N.B. :— (1) All questions are compulsory and carry equal marks.
(2) Draw neat and labelled diagram wherever necessary.
EITHER
1. (a) Write a note on method overriding ? How can we access base class override method with
derived class ? 5
(b) Explain structure of VB .NET Windows based application with example. 5
OR
(c) Explain the structure of .NET framework. 5
(d) Explain order of execution of constructor and destructor in execution of derived object. 5
EITHER
2. (a) Explain interface, inheritance and its derived object. 5
(b) How to create abstract class of explict interface ? Explain with example. 5
OR
(c) Explain abstract class reference with example. 5
(d) Explain role of abstraction in OOPs programing. 5
EITHER
3. (a) Explain architecture of MQI application. 5
(b) Demonstrate scrollable picture Picturebox with example. 5
OR
(c) Create a SDI application like notepad in VB .NET. 5
(d) Write a note on dialog box and owned forms. 5
EITHER
4. (a) Explain runtime error handling with VB .NET. 5
(b) Explain multicasting of delegates. 5
OR
(c) Explain event handling with delegates. 5
(d) Explain exception class and its subclass with example. 5
5. Attempt all :
(a) Explain the use of base class reference. 2½
(b) What is Iclonable interface ? 2½
(c) Explain properties of toolbar button. 2½
(d) What are the types of errors ? 2½

RQA—33125 www.rtmnuonline.com
rtmnuonline.com
NIR/KW/18/2239
Bachelor of Computer Application (B.C.A.) (Semester–V) Examination
VB.NET
Paper–3

Time : Three Hours] [Maximum Marks : 50


N.B. :— (1) All questions are compulsory and carry equal marks.
(2) Draw neat and labelled diagram wherever necessary.
EITHER
1. (a) Explain inheritance with example. 5
(b) Explain process of creating derived class and destructor. 5
OR
(c) Write a note on method overloading. 5
(d) Explain various application development using VB.NET. 5
EITHER
2. (a) Explain toolbar properties and events. 5
(b) Explain MDI application and child object properties. 5
OR
(c) Write a note on context menu events. 5
(d) Explain scrollable picturbox with VB.NET example. 5
EITHER
3. (a) Explain COM and .NET interpretability. 5
(b) Explain exception handling using try-catch block. 5
OR
(c) What are the types of errors ? Explain. 5
(d) Explain VB.NET application debugging with example. 5
EITHER
4. (a) Explain delegate with example. 5
(b) Explain .NET framework event model. 5
OR
(c) What is exception ? Explain user defined exception. 5
(d) Write a short note on adopters. 5
5. (a) What is constructor overloading ? 2½
(b) Explain compund interface. 2½
(c) Explain menu-enable and disable properties. 2½
(d) What is early binding and late binding delegates ? 2½

BKR—9332
www.rtmnuonline.com
NKT/KS/17/5272

Bachelor of Computer Application (B.C.A.) Semester–V Examination


VB.NET
Paper–3
Time : Three Hours] [Maximum Marks : 50
N.B. :— (1) All questions are compulsory and carry equal marks.
(2) Draw neat and labelled diagram wherever required.

EITHER
1. (A) Explain .Net Framework in detail. 5
(B) Explain use of constructor and destructor in VB.Net. 5
OR
(C) Explain .Net class library in detail. 5
(D) What is overriding ? Write a program to create addition of two nos. by using overriding. 5
EITHER
2. (A) Explain the use of interface in VB.Net. 5
(B) Explain use of abstract class in VB.Net. 5
OR
(C) What is inheritance ? Explain which type of inheritance is not supported in VB.Net. Why ?
5
(D) Differentiate between implicit and explicit interface. 5
EITHER
3. (A) What is menu ? Write a procedure to create menu in VB.Net. 5
(B) Design a form to calculate factorial of a number by using toolbox, label and command button.
5
OR
(C) What is MDI form ? Write steps to create MDI forms. 5
(D) Differentiate between picturebox and imagebox. 5

NXO—12147 1 (Contd.)
EITHER
4. (A) Explain event and delegates used in VB.Net. 5
(B) What is exception handling ? Explain the structure of exception. 5
OR
(C) Differentiate between structure and unstructured exception. 5
(D) Explain following debugging modes :
(i) Break mode
(ii) Starting debugging. 5
5. Attempt all :
(A) Write a procedure to create class in VB.Net. 2½
(B) Give benefits of interfaces. 2½
(C) What is the use of helper form ? 2½
(D) Explain Runtime error in error handling ? 2½

NXO—12147 2 NKT/KS/17/5272
NRJ/KW/17/3239
Bachelor of Computer Application (B.C.A.) Semester—V Examination
VB ·NET
Paper—3
Time : Three Hours] [Maximum Marks : 50
N.B. :— (1) All questions are compulsory and carry equal marks.
(2) Draw neat and labelled diagram wherever necessary.
EITHER
1. (a) Write a note on .NET Framework architecture. 5
(b) Explain object oriented features of VB .NET. 5
OR
(c) Write a note on .NET class library. 5
(d) Write a note on constructor in derived class. 5
EITHER
2. (a) What are the advantages of interface ? 5
(b) What is implicit and explicit interface ? 5
OR
(c) What is abstract class and abstract method ? 5
(d) Explain interface implementation. 5
EITHER
3. (a) What is helper forms ? Explain with example. 5
(b) Explain toolbar and event handling. 5
OR
(c) Explain MDI application with example. 5
(d) Explain momentum event handling with example. 5
EITHER
4. (a) What is debugging ? Explain tools used for debugging in VB .Net application. 5
(b) Explain the adapter pattern event model. 5
OR
(c) Differentiate structured and un-structured exception. 5
(d) Explain multitasking of delegates. 5
5. (a) Explain execution of VB .NET 2½
(b) What is Icloneable ? 2½
(c) Define own forms and its properties. 2½
(d) Explain Exception class. 2½

POY—28097
rtmnuonline.com

KNT/KW/16/5272

Bachelor of Computer Application (B.C.A.) Semester–V Examination


VB .NET
Paper—3
Time : Three Hours] [Maximum Marks : 50
N.B. :— ALL questions are compulsory and carry equal marks.
EITHER

om
1. (a) Explain object oriented features of VB.NET. 5

e.c
(b) How base class constructor can be called in derived object ? 5

lin
OR

on
nu
(c) What are the application supports provided by .NET ? 5

m
.rt
(d) Write a note on .NET class library. 5

w
w
EITHER w
2. (a) Explain abstract class. How can we create the reference of abstract class ? 5
(b) What is advantage of interface ? How can it handle object ? 5
OR
(c) What are the types of interface ? Explain interface inheritance with example. 5
om

(d) Explain abstract class inheritance and interface inheritance by abstract class. 5
e.c
lin

EITHER
on

3. (a) Explain event handling mechanism of toolbar. 5


nu
m

(b) Create an MDI application similar to notepad using VB.NET. 5


.rt
w

OR
w
w

(c) Explain menu-enable and disable events with example. 5


(d) Explain process of context menu creation. 5
EITHER
4. (a) Explain nested try ..... catch block with example. 5
(b) Explain multiple methods handling using delegates. 5
OR
(c) Write a note on debugging process. 5
(d) With a note on COM_.NET interoperability. 5
NWN—8823 1 (Contd.)

www.rtmnuonline.com
rtmnuonline.com

5. Attempt all :
(a) Explain destructor in VB.NET. 2½
(b) Explain Icloneable interface 2½
(c) What is helper form ? 2½
(d) What is exception ? 2½

om
e.c
lin
on
nu
m
.rt
w
w
w
om
e.c
lin
on
nu
m
.rt
w
w
w

NWN—8823 2 KNT/KW/16/5272

www.rtmnuonline.com

You might also like