adt using vb.net lab mannual july 2011

22
Assignment 1) Write a program by using Console applications (Use Readline() & Writeline() functions): i. WAP to display your Name, City, Age etc. without using variables. ii. WAP to enter your Roll No, Name, City, Percentage, Birth Date etc., store it in variables and display all information. iii. WAP to enter Employee Name, Age, Joining Date, BASIC, DA, HRA, PF, calculate Gross pay & Net Pay and display it with Employee information. MCA III Semester V MCA III Semester V Sub: ADT Sub: ADT Lab Manual Lab Manual

Upload: arjun-taval

Post on 06-Mar-2015

439 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: ADT Using VB.net Lab Mannual July 2011

Assignment 1) Write a program by using Console applications (Use Readline() & Writeline() functions):

i. WAP to display your Name, City, Age etc. without using variables.

ii. WAP to enter your Roll No, Name, City, Percentage, Birth Date etc., store it in variables and display all information.

iii. WAP to enter Employee Name, Age, Joining Date, BASIC, DA, HRA, PF, calculate Gross pay & Net Pay and display it with Employee information.

MCA III Semester VMCA III Semester V Sub: ADT Sub: ADT Lab Lab ManualManual

Page 2: ADT Using VB.net Lab Mannual July 2011

Assignment 2) Write a program by using Console applications (Use Control Structures):

i. WAP to find out entered number is Odd or Even.

ii. WAP to Find out area of objects – Circle, Rectangle, Square using SELECT…CASE control statement.

iii. WAP to enter information of student : Seat no, Name, Marks in five subjects. Calculate total marks, percentage obtained and find out grade depending upon percentage using IF…ELSE and SELECT…CASE and display it.

iv. WAP to find out maximum among three numbers.

v. WAP to print the digits in a number in reverse order.

vi. WAP to print the addition of digit in number.

vii. WAP to find out factorial of number.

viii. WAP to find out the entered number is prime or not.

ix. WAP for exceptional handling.

MCA III Semester VMCA III Semester V Sub: ADT Sub: ADT Lab Lab ManualManual

Page 3: ADT Using VB.net Lab Mannual July 2011

Assignment 3) Write a program by using Windows Applications (Use VB.NET):

i. WAP to display Welcome to SIBACA in message box when you click on SIBACA button.

ii. WAP to accept your name in inputbox and display it using message box.

iii. WAP to accept your Name, City in text box and display it in label when you click on Display button. Add two more buttons Clear & Close.

MCA III Semester VMCA III Semester V Sub: ADT Sub: ADT Lab Lab ManualManual

Page 4: ADT Using VB.net Lab Mannual July 2011

Assign 3) (iv) : Application to Add & Remove City from Combo Box

Page 5: ADT Using VB.net Lab Mannual July 2011

Assign 4) (i) : Application to check User name & Password

Page 6: ADT Using VB.net Lab Mannual July 2011

Assign 4) (ii) : Application to display Selected course – use of Radio Button

Page 7: ADT Using VB.net Lab Mannual July 2011

Assign 4) (iii) : Application to implement Combo Box & Radio Button

Page 8: ADT Using VB.net Lab Mannual July 2011

Assign 5) (i) : Application to Display Selected Skill Set using Check Box

Page 9: ADT Using VB.net Lab Mannual July 2011

Assign 5) (ii) : Application to display Selected Stream & Computer Knowledge

Page 10: ADT Using VB.net Lab Mannual July 2011

Assign 6) (i) : Explain Data Type in VB.NET

Assign 6) (ii) : Application to implement different Data Types

Page 11: ADT Using VB.net Lab Mannual July 2011

Assign 7) (i): Explain Operators available in VB.NET

Assign 7) (ii): Application to implement Operators in VB.NET

Page 12: ADT Using VB.net Lab Mannual July 2011

Assign 8) (i) : Explain Conditional statements in VB.NET

Assign 8) (ii) : Application to display Class using If..Else & Select Case

Page 13: ADT Using VB.net Lab Mannual July 2011

Assign. 9) (i) Write Short notes on : a)Array b)Looping Structures

Assign. 9) (ii) Application to store numbers in single dimensional array and to find Maximum no & sum of all numbers in array.

Page 14: ADT Using VB.net Lab Mannual July 2011

Assign. 10) Application to implement two dimensional array.

Page 15: ADT Using VB.net Lab Mannual July 2011

Assign. 11) (i) Explain ADO.NET Data Architecture & its objects.

Assign. 11) (ii) ADO.NET Application to create connection through Server Explorer & Display, Update records in Data Grid.

Page 16: ADT Using VB.net Lab Mannual July 2011

Assign. 12) ADO.NET Application : Data Access using Ms-Access & data binding with controls

Page 17: ADT Using VB.net Lab Mannual July 2011

Assign. 13) ADO.NET Application : Data binding with Data from Wizard.

Page 18: ADT Using VB.net Lab Mannual July 2011

Assignment 14) Write a program by using Windows applications :

i. WAP to check login name and password by using table entries

Table name – Login

Database- MS Access

ii. WAP to insert a values in Student table in Disconnected Architecture

Table name- Student

Database – MS Access

iii. WAP to update a values in employee table in Disconnected Architecture

Table name- employee

Database – SQL Server

MCA III Semester VMCA III Semester V Sub: ADT Sub: ADT Lab Lab ManualManual

Page 19: ADT Using VB.net Lab Mannual July 2011

Assign. 15) (i) Explain why OOP approach? & Concepts of OOP.

Assign. 15) (ii) OOP Application : Adding new class in project.

Page 20: ADT Using VB.net Lab Mannual July 2011

Assign. 16) (i) OOP Application : Implementing Constructors & Destructors.

Page 21: ADT Using VB.net Lab Mannual July 2011

Assign. 16) (ii) OOP Application : Implementing Inheritance.

Page 22: ADT Using VB.net Lab Mannual July 2011

Assignment 17) Write a programs by using Web Application (ASP.NET):

i) Write a program by using Required and compare field valuator.

ii) Write a program by using validation summary

iii) How to apply Master Pages (Write Steps)

iv) How to apply Themes (Write Steps)

v) Write a code to move from one page to another page

MCA III Semester VMCA III Semester V Sub: ADT Sub: ADT Lab Lab ManualManual