You are on page 1of 3

JAYARAJ ANNAPACKIAM COLLEGE FOR WOMEN(AUTONOMOUS)

PG DEPARTMENT OFCOMPUTER SCIENCE


DIPLOMA IN COMPUTER APPLICATION(DCA)

VISUAL PROGRAMMING
Code: 20DCSCA03 TIME: 2 HOURS
DATE: MAX.MARK=40
PART-A
I.ANSWER ALL THE FOLLOWING QUESTIONS: (10X1=10)
1. ____________ function is used to return a copy of a string without leading
spaces.
a) STrim b) LTrim
c) Trim d)All of the above

2. The function procedures are _____________ by default


a) Public b) Private
c) Protected d)None of the above

3. In visual basic ____________ is the extension to represent project file.


a) .frm b) .vbp
c) .cls d) .vb

4. Visual Basic is developed by


a) IBM b) Microsoft
c) Microsystem d) Oracle

5. IDE stands for ______


a) Internet Development Environment b) Integrated Dual Environment
c) Integrated Development Environment d) Integrated Desktop Environment

6. The_________ is a tool used for both the input and Output Purpose
a)Label b)Textbox
c)Button d)None
7. The default property of a text for control is ______
a) Text b) Enable
c) Multiline d) Password char

8. Application in VB is created in a Area called ______.


a) Window b) Form
c) Label d) Test box
9. In visual basic the declaration of variables is done by _____ keyword.

a) Int b) Dim
c) Static d) Declare

10. Which shortcut key is used to run the VB Program


a) F5 b) F7
c) F8 d) F10

PART-B
II.ANSWER THE FOLLOWING QUESTIONS: (2X5=10)
11. a) Write about the steps of Creating a New Project?
(or)
b)Write about How to Save new Project ?

12. a)Explain about Textbox, Button, Label?

(or)
b) Write about How to change Form name and Appearance?

PART-C
III ANSWER ANY TWO OF THE FOLLOWING QUESTIONS (2X10=20)
13. Write about Property windows and write five examples ?
14. Explain about Toolbox and write five examples?
15.Describe Starting Visual basic ?

You might also like