studentsuvidha

Full Version: Computer Applications I IPU BBA notes and paper free download
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
QUESTION PAPERS:-

SYLLABUS:-
Unit I        
1. Introduction to GUI and Windows Programming  
1.1 GUI: Concept & Tools 
1.1.1 The Title Bar 
1.1.2. Menu System, Menus and The Menu Bar 
1.1.3. The Size Box 
1.1.4. System Menu Box 
1.1.5. Icons 
1.1.6. Cursors 
1.1.7. Scroll Bars 
1.1.8. Tool Bar 
1.1.9. Client Area   

2. Introduction to Visual Basic Environment 
2.1 Features of Visual Basic 
2.2 Starting Visual Basic 
2.3 The Environment 
2.4 The Special Features of the Menu Bar 
2.5 Customizing the Visual Basic Environment  

Unit II                
3. Concepts in Visual Basic 
3.1 Events 
3.2 Modules 
3.3 Methods 
3.4 Procedure 
3.4.1 Function Procedures 
3.4.2 SUB Procedures 
3.5 Event Procedure 
3.5.1 Creating an Event Procedure 
3.5.2 Parts of an Event Procedure 
3.6 General Procedures 
3.6.1 Creating a General Procedure    

4. Working with Forms 
4.1 Forms 
4.2 Controls 
4.3 Custom Controls 
4.4 Properties 
4.5 MDI Forms 
4.5.1 Create an MDI Application 
4.5..2 MDI Child Property 
4.6 Menus 
4.6.1 The Menu Editor 
4.6.2 Creating a Menu 
4.6.3. Creating Popup Menus 
4.6.4. Growing Menus               
4.6.5  Sub Menus  

Unit III          
5. Programming in Visual Basic 
5.1 Data Types 
5.2 Variables 
5.3 Constants 
5.4 Operators in Visual Basic 
5.4.1. Arithmetic Operations 
5.4.2. Comparison Operators 
5.4.3. Logical Operators 
5.5 Array and the various Types 
5.6 Control Arrays 
5.6.1 Setting up the control Array 
5.6.2 To remove a control Array 
5.6.3 To add and delete controls at run time 
5.7 User Defined Data Types 
5.8 Control Structures 
5.9  Unconditional Branch Statement 
5.10 The With Statement 
5.11 The Built-in Procedures of Visual Basic 
5.11.1 Conversion procedure 
5.11.2 String Manipulation    

Unit IV        
6. Creating an Application   
6.1 Defining the Problem 
6.2 Designing the User Interface 
6.3 Designing the Main Form 
6.4 Writing the Code    

7. Data Access 
7.1 Data Access Overview 
7.2 The Jet Database Engine 
7.3 Bound Data Controls 
7.4 Connectivity through DAO, RDO and ADO 
7.5 Retrieving Data Using Structured Query Language (SQL) 
7.6 Querying a Database