3
Institute of Information Technology & Management, New Delhi Academic Session: 2010-11 Lesson Plan _Front End Design Tools Course Name: BCA (M) Semester: III Paper Code: 251 Note: All students are required to conduct the listed practical and include the solutions in the practical file. These are to be conducted along with the coverage of syllabus in the classroom. STUDENTS ARE REQUIRED TO GET THEIR PRACTICAL FILES CHEKED ON WEEKY BASIS. S.N o Unit No. Application Area Problem Statement 1. I,II Numeric and controls WAP to find the area of the circle whose radius is given by the user. Enter a number from the user and check whether the number is prime or not Input a string from the user and check whether the string is palindrome or not Input a number from the user and check whether the number is Armstrong or not WAP using select case to check whether the no. entered is even or odd Design an simple calculator in VB. Obtain some numbers from the users repeatedly and count how many of them are even and how many are odd. 2. I,II Numeric and controls WAP to make a window explorer by using drive list box, DirListBox and a FileListBox. Design a form using check box/option buttons with different option like size, bold, underline, italic etc. 3. I Key and mouse Events Design a from in VB to demonstrate the use of Keys events by capturing the various combinations and display relevant messages. Create an application to demonstrate the various mouse events. WAP to demonstrate the use of double click, got focus and lost focus. 4. I Function and Procedure Obtain age of a person and determine through a sub or function whether its falls within range 21 to 75 WAP to show the difference between call by value and call by reference 5. II Arrays and WAP to declare a Static Array add

BCA(M)_251__Lab_Plan

Embed Size (px)

Citation preview

Page 1: BCA(M)_251__Lab_Plan

Institute of Information Technology & Management, New Delhi

Academic Session: 2010-11

Lesson Plan _Front End Design Tools

Course Name:BCA (M) Semester: III Paper Code: 251

Note: All students are required to conduct the listed practical and include the solutions in the practical file. These are to be conducted along with the coverage of syllabus in the classroom.

STUDENTS ARE REQUIRED TO GET THEIR PRACTICAL FILES CHEKED ON WEEKY BASIS.

S.No Unit No.

Application Area

Problem Statement

1. I,II Numeric and controls

WAP to find the area of the circle whose radius is given by the user.

Enter a number from the user and check whether the number is prime or not

Input a string from the user and check whether the string is palindrome or not

Input a number from the user and check whether the number is Armstrong or not

WAP using select case to check whether the no. entered is even or odd

Design an simple calculator in VB. Obtain some numbers from the users

repeatedly and count how many of them are even and how many are odd.

2. I,II Numeric and controls

WAP to make a window explorer by using drive list box, DirListBox and a FileListBox.

Design a form using check box/option buttons with different option like size, bold, underline, italic etc.

3. I Key and mouse Events

Design a from in VB to demonstrate the use of Keys events by capturing the various combinations and display relevant messages.

Create an application to demonstrate the various mouse events.

WAP to demonstrate the use of double click, got focus and lost focus.

4. I Function and Procedure

Obtain age of a person and determine through a sub or function whether its falls within range 21 to 75

WAP to show the difference between call by value and call by reference

5.

6.

II

II

Arrays and Control Array

Common dialog Boxes/

WAP to declare a Static Array add element to its and display them

WAP to declare a Dynamic Array add element to its and display them

WAP to add and remove 10 textboxes at run time(control array)

Write a program to show all types of dialog boxes and send the selection made by the user to the printer.

Page 2: BCA(M)_251__Lab_Plan

MS-Common Controls and Error Handling

WAP to show the errors and debug its Write a program to show the use of Send

Keys Develop an application in VB to demonstrate

the usage of following ActiveX Controls (Ms Windows Common control6.0):

Toolbar Control – to display three Standard buttons

Status bar Control – to display date and time

Progress bar OLE container – To use any type of

file either in Embedded / Linked mode.

7. II Menus, popup menus

& MDI

Make a MDI form1 as parent ad having 2 child foms: form2 an form3. Form2 has a textbox which tell the no. of that form2 and same r form3

Design an application that’s lets you select file from the file list in a chosen folder of a chosen drive. This selected file name should get added to a menu as:

Files opened exit Files opened a far <f1> <f2> <f3>34 <f4>

8. II File Handling Write a program to perform file handling operations on text files.

Write a program to perform all file handling operations on binary files

Write a program to make use of File System Orbit Object in file handling.

First Class Test 9. III Data Base

Operations Design a Data Entry Form in VB 6.0 using

DAO Control (Data Control) and using DAO objects (Database, RecordSet) .

Design a Data Entry Form in VB 6.0 using ADO Control (ADODB Control) and using ADO objects (Database, RecordSet) .

10.

11.

III

III

ActiveX controls

Design a Data Entry Form in VB 6.0 using RDO Control (MSRDC control) and RDO objects (ResultSet) .

Write a program which use Data List, Data Grid and Data Combo boxes to display the data retrieved by the database

Write a program which uses Flex Grid to display the data and allow editing of data through it.

Make An ActiveX Control/Application in VB6.0

Page 3: BCA(M)_251__Lab_Plan

12. III Data Report Develop an application in VB6.0 to demonstrate the usage of Data Environment Designer and Data Reports

Develop an application in VB6.0 to demonstrate the usage of Data Environment Designer and Crystal Reports

13. IV Help file Design a simple help file in vb.

14. IVSecond Class Test

Second Class Test

15. revision16. revision17. revision

Beena Negi(Assistant Professor)