0% found this document useful (0 votes)
10 views2 pages

(CC-302) (Advanced Visual and Windows Programming)

This document is an examination paper for BCA, Sem.-V on Advanced Visual and Windows Programming, dated November 2018. It includes various sections with questions on property procedures, Treeview and Listview properties, File and Directory class methods, and ADO.Net components, along with fill-in-the-blank questions. The paper is structured to assess students' understanding of key programming concepts and their practical applications.

Uploaded by

bhavikgelotar999
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)
10 views2 pages

(CC-302) (Advanced Visual and Windows Programming)

This document is an examination paper for BCA, Sem.-V on Advanced Visual and Windows Programming, dated November 2018. It includes various sections with questions on property procedures, Treeview and Listview properties, File and Directory class methods, and ADO.Net components, along with fill-in-the-blank questions. The paper is structured to assess students' understanding of key programming concepts and their practical applications.

Uploaded by

bhavikgelotar999
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/ 2

Seat No.

: _______________

NE-114
November-2018
BCA, Sem.-V
CC-302 : Advanced Visual and Windows Programming

Time : 2.30 Hours] [Max. Marks : 70

1. (A) Write the following :


(i) Write a short note on three types of property procedures. 7
(ii) Explain Use of Try, Catch, Finally and Throw statements with example
code. 7
OR

ir
(i) Explain the concept of shared member with example.
(ii) Write a short note on Object Browser and Constructor.
(B) Fill in the blanks : (any four) 4

ls
(i) ________ property procedure only returns value for the corresponding
variable.
(ii) ________ members are accessed by class name rather than using object.
(iii) ________ pane of object browser shows details of selected member.
ea
(iv) Using ________ keyword class cannot be inherited by any other class.
(v) ________ statement can be used to throw a specific exception from one of
the exception classes.
(vi) ________ is the name of constructor in vb.net.
R

2. (A) Write the following :


(i) Explain any seven properties of Treeview in detail. 7
(ii) List and explain properties of Trackbar. 7
OR
G

(i) Explain any seven properties of Listview in detail.


(ii) Explain any seven properties of RichTextBox with example code.
(B) Fill in the blanks : (any four) 4
@

(i) Value of Columns property will be displayed only if view property of


Listview control is set to ________.
(ii) Interval property of Timer control holds the frequency of elapsed events
in ________.
(iii) Tick Frequency property of ________ control is used to set number of tick
marks for the control.
(iv) ________ value of format property of DateTimePicker control shows only
time.
(v) ________ property of RichTextBox gets or sets the rich text formatted text
in the control.
(vi) ________ property of scrollbar changes the value of the control by one.
NE-114 1 P.T.O.

www.Realsir.in Instagram : @GRealsir


3. (A) Write following :
(i) Explain methods of File and Directory class with syntax and example. 7
(ii) Explain all methods of StringBuilder class with syntax and example. 7
OR
(i) Write a short note on Filestream and Binary Writer class.
(ii) Explain XML elements and attributes with example.
(B) Fill in the blanks : (any three) 3
(i) ________ method writes a line of data and appends a line feed to a text file.
(ii) ________ method of datetime class converts the string value into datetime
value.
(iii) XML attributes are separated by ________.
(iv) ________ namespace must have to be imported for using methods of
directory class.

ir
(v) ________ can be thought of as a custom or user defined data type.

4. (A) Write following :

ls
(i) Explain any three components of ADO.Net with example code. 7
(ii) What is databinding ? Explain databinding with Combobox and Textbox
with example code. 7
ea
OR
(i) Explain ADO.Net Architecture with diagram.
(ii) How to use Datagridview with dataset ? Also explain, how to navigate
records with textbox binding ?
(B) Fill in the blank : (any three) 3
R

(i) ________ component of ADO.Net stores multiple tables.


(ii) ________ method of connection object is used to check the status of the
connection.
G

(iii) ________ method of Data Adapter is used store data in the dataset.
(iv) ________ property is used to display data column of the data table in
Combobox.
@

(v) ________ property of command object defines SQL statement for the
operation.
__________

NE-114 2

www.Realsir.in Instagram : @GRealsir

You might also like