How To Exam?

a knowledge trading engine...


University of Pune 2009 PG Diploma PGDCMVISUAL BASIC PROGRAMMING (2005 Pattern) - Question Paper

Wednesday, 24 April 2013 09:40Web

Total No. of ques. : 4] [Total No. of Printed Pages : two [3689]-2
P. G. D. C. M. (Semester - I) exam - 2009 VISUAL BASIC PROGRAMMING (2005 Pattern)
Time : three Hours] [Max. Marks : 80

Instruction :
All ques. are compulsory.
Q.1) provide output for subsequent part of code and discuss : (Any Five) [20]
(a)
Dim st As string, j As Integer
st = "VBSmart"
For i = one To Len(st)
j = Asc(Mid(mystr, i, 1))
j = j + 1
print Chr(j)
Next

(b)
x = 5
y = 10
Print IIf (y < x, x, y)

(c)
Dim mystr
mystr = String(5, Right("childhood", 4))
Print mystr

(d) Print now

(e) Print Asc(Chr(65))

(f)
Note : Format for date in mm/dd/yyyy"
I = #08/12/2002#
Print DateAdd("m", 4, I)
Print DateDiff("YYYY", I, #12/12/2003#)

Q.2)
discuss the properties for the subsequent controls : (Any Five) [10]
– Scrollbars of Textbox
– Sorted of Combobox
– Style of Command Button
– Border Width of Shape
– Largechange of Scrollbar
– Value of choice Button

Q.3)
Design interface and write a code : (Any Three) [30]
(a) Accept a string from user. Print the reverse of it. (Do not use readymade function)
(b) After every minute the color of the form gets changed automatically.
(c) To accept the username and a password. If both the entries are right, splash the message that you are right person else provide fault message. provide the 3 chances to user to enter user and
password.
(d) To add a few text in a listbox and transfer these data from 1 listbox to other after clicking transfer button.

Q.4) Write short notes : (Any Four) [20]
(a) Data kind Conversion Functions
(b) Control Array
(c) Controls in Microsoft Common Control 6.0
(d) different Loops Structure in Visual Basic
(e) Message Box and Input Box


( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER University of Pune 2009 PG Diploma PGDCMVISUAL BASIC PROGRAMMING (2005 Pattern) - Question Paper