NOTE: There are 11 Questions in all.
· Question 1 is compulsory and carries 16 marks.
· Answer any THREE Questions each from Part I and Part II. Each of these questions carries 14 marks.
· Any required data not explicitly given, may be suitably assumed and stated.
Q.1 Fill in the blanks with the appropriate answer : (2 x 8)
a. ________________ is used to open a database connection using ADO.
b. <IMG> tag is used to insert ___________ while ___________ tag is used to underline text.
c. Visual Basic variables declared with __________ can hold value of any data type.
d. Internal links to the same page can be set using ___________ attribute.
e. _______________ can divide the browser window to display multiple pages at the same time.
f. <A> is called ________ tag while __________ tag is for hyperlinks.
g. For API functions, windows NT supports only the _________version. You should specify the ______version of a function otherwise.
h. Which shortcut key usually trigger an event?
(A) Mouse (B) Control
(C) Form (D) Text Box
Answer any THREE Questions. Each question carries 14 marks.
Q.2 a. What are DLLs? What are its advantages? (6)
b. What are the important ActiveX Controls that Visual Basic provides? State their functions. (8)
Q.3 a. How can Database Access be done using Data Access Object (DAO)? (8)
b. What is Control Array and how can we load dynamically a Control Array? (6)
Q.4 a. Differentiate between Tables, Dynasets & Snapshots Objects. (6)
b. What is Object Linking & Embedding (OLE) & Visual Basic OLE Containers? (8)
Q.5 a. What is ‘Option Explicit’? (2)
b. Write a procedure in Visual Basic to swap values of two variables without a temporary variable? (6)
c. Where a Combo Box used instead of Text Box & what are the different Styles of a Combo Box? (6)
Q.6 a. What are the differences of ADO between RDO & DAO objects respectively? (6)
b. How do you establish a connection with the database with DAO, RDO & ADO objects? (8)
Answer any THREE Questions. Each question carries 14 marks.
Q.7 a. Write the significance of Windows API in Visual Basic application developments. (8)
b. How would you deploy a IIS & PWS sever for web content & visual programming? (6)
Q.8 a. How a DHTML application can be implemented with Visual Basic 6? (8)
b. What are cookies? Why are they called ‘persistent data’? (6)
Q.9 a. Design a web document in HTML using <TABLE> that displays the ‘Personal Information’ as: (8)
Personal Data
|
|
|
Name
|
Frank Brown |
|
Date of Birth
|
01-03-1980 |
|
Roll Number
|
IETE-25-122134 |
|
Result
|
PASS |
b. How can style sheets be used in a TABLE? Explain with an example. (6)
Q.10 a. Create a web document in HTML that displays on the browser window the following ‘e-CATALOGUE’ : (8)
|
CYBER MARKET · BUY 1. CAMERAS 2. TV · SELL 1. WASHING MACHINE 2. AUDIO SYSTEM
|
b. What are frames? How are they used in a HTML page? (6)
b. What is Visual Basic Report Designer? (4)