rr321901 Visual Programming Techniques
rr321901 Visual Programming Techniques
1
III B.Tech II Semester Regular Examinations, Apr/May 2006
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]
3. What are keyboard message handlers? How are they useful? Give an example to
illustrate them. [16]
4. (a) What is the difference between check box and option button. Illustrate with
an example.
(b) What is the difference between List box and Combo box. Illustrate with an
example.
[8+8]
5. A master file contains the name, designation and basic salaries of employees. Only
the financial controller can modify these fields. However, at the end of each month
the systems analyst gets the file details into another file and computes their salaries.
Assume a DA of 50% if the basic is less than 5000, 40% if basic is between 5001
to 10,000 and 35% for cases beyond 10,000/- and a uniform HRA of 20% of basic.
Suggest a VC++ implementation. [16]
6. Develop a VB application which links Microsoft excel worksheet and perform some
operations on it. [16]
7. Suggest a VB interface that accepts two numbers and an arithmetic sign (like 5, 7
and +) and does the arithmetic operation correspondingly and displays the result.
The interface should have controls as required. Use list box for operators. [16]
⋆⋆⋆⋆⋆
1 of 1
Code No: RR321901 Set No. 2
III B.Tech II Semester Regular Examinations, Apr/May 2006
VISUAL PROGRAMMING TECHNIQUES
(Electronics & Computer Engineering)
Time: 3 hours Max Marks: 80
Answer any FIVE Questions
All Questions carry equal marks
⋆⋆⋆⋆⋆
⋆⋆⋆⋆⋆
1 of 1
Code No: RR321901 Set No. 3
III B.Tech II Semester Regular Examinations, Apr/May 2006
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]
2. Discuss the various parts of the VC++ program with the help of a neat diagram.
[16]
4. (a) What is the difference between check box and option button. Illustrate with
an example.
(b) What is the difference between List box and Combo box. Illustrate with an
example.
[8+8]
5. A master file contains the name, designation and basic salaries of employees. Only
the financial controller can modify these fields. However, at the end of each month
the systems analyst gets the file details into another file and computes their salaries.
Assume a DA of 50% if the basic is less than 5000, 40% if basic is between 5001
to 10,000 and 35% for cases beyond 10,000/- and a uniform HRA of 20% of basic.
Suggest a VC++ implementation. [16]
6. (a) Explain the predefined dialog boxes in both Visual Basic and VC++ with
examples.
(b) Write a program to add two number using Visual Basic. Accept numbers
using dialog boxes.
[8+8]
⋆⋆⋆⋆⋆
1 of 1
Code No: RR321901 Set No. 4
III B.Tech II Semester Regular Examinations, Apr/May 2006
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]
4. Write a program using V.B. to perform arithmetic operations. Your user interface
should consist of three text items to accept input and display output. Four option
buttons to indicate the operation to be performed. Perform the operation when
the command button is clicked. [16]
5. A club has 10 executive members. The meeting records for the 12 monthly meetings
of the year are maintained in separate files. Each file has a list of the members who
have attended the particular meeting (not in any particular order). Write a VC++
implementation that reads each file and hence computes the no of meeting attended
by each and writes on to a separate file. Note that the meeting proceedings can
only be read but not modified. Suggest a VC++ implementation. [16]
⋆⋆⋆⋆⋆
1 of 1