MCA 407 : Visual Programming Lab1.

Lectures: 6 Periods/Week Sessional Marks: 30
University Exam: 3 Hours University Examination Marks: 70


UNIT-I

  1. Develop an Visual Basic Application to display the Profile of a Valid User.
  2. Conditions:
    1. Check the User with his User Name and Pass Word.
    2. Display the Profile of the User. (Note: Profile of the user will be any of “READ”, “WRITE” and “READ AND WRITE”
  3. Develop an Visual Basic Application to search an item from list of items using Binary Search.
  4. Develop an Visual Basic Application to demonstrate the Stack Operations.
  5. Develop an Visual Basic Application to demonstrate the Queue Operations.
  6. Develop an Visual Basic Application to check the given string is palindrome or not.
  7. Develop an Visual Basic Application to find out the factorial of the given number by using functions
  8. Develop an Visual Basic Application to Check the given number in one of categories like
    1. Strong Number.
    2. Perfect Number.
    3. Palindrome.
    (Note: Use Sub Program Concept)
  9. Develop an Visual Basic Application for copying the elements from one list to the other list and Vice-versa. (Note: Implement Single Element, Multiple Element Transfer between the lists)
  10. Develop an Visual Basic Application to implement the Calculator operations by using Control Array.
  11. Develop an Visual Basic Application to Implement the Traffic Signal Operations by using the following conditions
    1. Three Traffic Signal named “RED”, “GREEN” and “YELLOW”
    2. Signal Flow should be RED->YELLOW->GREEN.
    3. Time Out for Red signal is 10, Green signal is 10 and Yellow signal is 5.
    4. Always Yellow Signal follows either Red or Green.
    5. Red and Green Signals will not appear one by one.
  12. Develop an Visual Basic Application to sort the given list of numbers. (D’t use the Sort option of the List Control).
  13. Develop an Visual Basic Application to read and Print the user data by using Input Box and Message Box.
  14. Develop an Visual Basic Application to Read the Details of the Candidate using following Conditions
    1. Read the Name, Father Name, Address, Qualifications and respective percentages and Experience if any.
    2. Candidate may choose any TWO OS Types (MAX) Candidate may Choose any THREE Database (MAX)
    3. Candidate may choose any FIVE Programming Languages (MAX)
    (Note: No Control in the Form will be NULL).
  15. Develop an Visual Basic Application to generate the Telephone Bill.
  16. Develop a Visual Basic Application to make survey on different age groups. Example:
    Age groups may be (25-34), (35-44), (45-54) and >=55 and display the no of people on a particular age group.
  17. Develop an Visual Basic Application to implement the Arithmetic operations.
    1. Project Consists of Four Forms
    2. Form1 is used to Read the numbers and read the operation.
    3. Operations are partitioned into two categories like Integer Arithmetic and Real Arithmetic should follow the normalization principles.
    4. Choose the appropriate arithmetic operation under Integer and Real arithmetic under Addition, Subtraction, Multiplication and Division.
    5. Form2 is for doing Integer Arithmetic and Form3 is for doing Real Arithmetic.
    6. Form 4 is for Display the result.
  18. Develop an Visual Basic Application to make the following database operations by using ADO,
    1. Insert an New Employee into the database.
    2. Delete an Existing Employee from the database.
    3. Update the employee information on the basis of Employee number.
    4. Search an employee details on the basis of department number.
  19. Develop an Visual Basic Application to make the following operations on Employee database.
    1. Search an Employee on the basis of Employee number.
    2. Navigate and display the records on MOVE FIRST, MOVE NEXT, MOVE PREVIOUS, MOVE LAST.
  20. Develop an Visual Database application by using Data Environment and PL/SQL procedures.
    1. Insert the employee details into the database by using PL/SQL Procedure.
    2. Update the employee information in basis of employee number by using PL/SQL procedure.
    3. Delete a employee information in basis of employee number by using PL/SQL procedure.
    4. Generate a report for
      1. Recently joined employees
      2. Department wise and in the order of experience.
      3. Complete Employee Details.
  21. Develop an Database application for Telephone Billing System.