How To Exam?

a knowledge trading engine...


Bangalore University 2007 M.Sc Computer Science MD-3405 Visual Programming LAB - Question Paper

Saturday, 23 March 2013 08:00Web

M.Sc. Computer Science MD-3405 Visual Programming LAB MAY 2007
Time : 3 hours Maximum: 100 marks
Candidates has to choose only 1 set (2 questions)
of ques. by lot system

1. (a) Create a table Hospital with the subsequent fields patient number, Patient Name, Address, Blood Group. Disease. Using Ax data access object, develop a hospital management system with the subsequent operation.
(i) Insert a record into the table.
(ii) Search and delete a record.
(iii) Modify the record.
(iv) Display all the patient details with the corresponding blood group from the Combo Box.
(b) Write a VC ++ program to obtain out whether a mouse is attached or not; and if attached how many buttons are current.

2. (a) Create a form with text box, combo box and command button and do the subsequent operations :
(i) Add the university name in the combo box at run time.
(ii) Search and delete the particular university in the combo box.
(iii) Display in message box the number of universities available in the combo box.
(iv) Sort the university names in alphabetical order.
(b) Write a visual C++ program to generate a status bar and show the status of Caps lock, Num lock and Scroll lock in it.

3. (a) Write a VB program to perform the subsequent operation in random Access File.
(i) Insert
(ii) Delete
(iii) Search.
(b) Write a Visual C++ program to get the status of the shift and toggle keys using MFC.
4. (a) Using built in Ax control, develop the windows NOTEPAD with File and Edit menus and also display the floating menu whenever necessary. (Use Rich Text Box, Menu Editor).
(b) Write a Visual C++ program to fill background of the client area with a bitmaps.
5. (a) Create an Employee with Empno, Empname, Basic Pay, HRA, DA, PF, LIC, GP and NP with the subsequent computation.
HRA = 10% of BP DA = 5% of BP
PF = 3% of BP LIC = 5% of BP
GP = BP + DA + GRA NP = GP ā€“ (PF + LIC)
Using REMOTE DATA ACCESS OBJECT. Implement the subsequent operations.
(i) Insert a record.
(ii) Search and delete a record.
(iii) Modify the record.
(iv) Display all the employee records whose names are starting with the letter ā€˜Sā€™.
(b) Write a VC ++ program to create a List Box in a Window.
6. (a) Using Ax DLL or EXE add a class module that would perform the subsequent functions :
(i) Test whether the provided number is perfect or not.
(ii) Whether the provided number is Armstrong Number or not.
(iii) Find the factorial of the provided number.
(iv) Sum of digits.
(b) Write a Visual C++ Program to handle windows messages in MFC Program.
7. (a) Using Active X Control create a Text box that accepts only numeric value with the subsequent properties.
(i) Background of the text box.
(ii) Text property of the text box.
(iii) Fore ground of the text box.
(iv) Resize the text box in standard application without using properties.
(b) Write a Visual C++ program to create a Window of desired size using MFC.



( 0 Votes )

Add comment


Security code
Refresh

Earning:   Approval pending.
You are here: PAPER Bangalore University 2007 M.Sc Computer Science MD-3405 Visual Programming LAB - Question Paper