Visual Programming Techniques
Visual Programming Techniques
1
III B.Tech II Semester Supplimentary Examinations, Aug/Sep 2007
VISUAL PROGRAMMING TECHNIQUES
(Electronics & Computer Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
⋆⋆⋆⋆⋆
1. What is IDE. Explain the various features of IDE of Visual Basic. [16]
3. (a) Write a program that displays a message “Hello” whenever the left mouse
button in the client area is clicked.
(b) Write a program that changes the color of the message when the left mouse
button is double clicked. [8+8]
5. An airlines maintains a folder for each pair of destinations ( say Hyderabad -Delhi).
Each individual flight details are stored in one file. As and when seats are reserved,
the corresponding files are updated. Suggest a VB implementation for the same.
[16]
7. An inventory package accepts details about the name of the item, manufacturer and
quantity added / quantity drawn as the case may be. It should indicate the quantity
available after the transaction. Also, if the quantity falls below the “reorder level”
it should display a message “purchases to be undertaken”. Write a VB application
with necessary controls to do this. [16]
8. (a) Explain how to Visit the web site www.hotmail.com from your VB application
using web browser control.
(b) Explain how to insert Active X control in VB. [8+8]
⋆⋆⋆⋆⋆
1 of 1
Code No: RR321901 Set No. 2
III B.Tech II Semester Supplimentary Examinations, Aug/Sep 2007
VISUAL PROGRAMMING TECHNIQUES
(Electronics & Computer Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
⋆⋆⋆⋆⋆
1. State the purpose of IDE. Explain the various features of IDE of VC++. [16]
2. Define Device Context. Explain the purpose of Device context with the help of a
neat diagram. [16]
8. (a) Explain how to Visit the web site www.hotmail.com from your VB application
using web browser control.
(b) Explain how to insert Active X control in VB. [8+8]
⋆⋆⋆⋆⋆
1 of 1
Code No: RR321901 Set No. 3
III B.Tech II Semester Supplimentary Examinations, Aug/Sep 2007
VISUAL PROGRAMMING TECHNIQUES
(Electronics & Computer Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
⋆⋆⋆⋆⋆
2. Discuss the various parts of the VC++ program with the help of a neat diagram.
[16]
5. Suggest a VC++ implementation for bank that maintains a list of it’s account
holders, Balance on hand and their overdraft limit and updates the file as and
when the account holders, perform transactions. [16]
7. The salary of an employee is calculated as Basic salary plus DA plus HRA. 20% of
Basic Salary is D.A. and 8% Basic is calculated as HRA. Write a VB application
to accept the name and Basic salary and display the Gross salary. [16]
⋆⋆⋆⋆⋆
1 of 1
Code No: RR321901 Set No. 4
III B.Tech II Semester Supplimentary Examinations, Aug/Sep 2007
VISUAL PROGRAMMING TECHNIQUES
(Electronics & Computer Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
⋆⋆⋆⋆⋆
1. State the purpose of IDE. Explain the various features of IDE of VC++. [16]
5. A hotel maintains a folder for each room in it. There is a file for each occupant
containing information about the occupant, advance paid, rent payable / paid and
other details. When the person checks out, the file is closed but retained in the
folder. Suggest a VB implementation. [16]
7. Assume that Income tax is payable at the rate of 25% of gross salary if it is between
1.5 and 2 lakhs, 25% if it is between 2 to 3 lakhs, and 30% beyond 3 lakhs. Suggest
a VB implementation that accepts the name of a person, his basic salary, DA, HRA
and CCA and computes his tax payable and displays the result. [16]
⋆⋆⋆⋆⋆
1 of 1