Questions: 619

Answers by our Experts: 487

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Task 1: Design and develop a program that will accept Name and Total Units enrolled

to compute and display the tuition fees, miscellaneous fees and the total assessment of a student.

 To compute for Tuition Fees, multiply Total Units Enrolled and Payment per

Unit which is set to 250.

 To compute for Miscellaneous Fees, add library fee, laboratory fee,

accreditation fee, student welfare fund, institutional development fund,

outreach and management fee which are set to 750.00, 1000.00, 250.00, 150.00, 200.00, 100.00 and 500.00 respectively.

 To compute for the Total Assessment, add Tuition Fees and Miscellaneous

Fees.


***PLEASE make SCREENSHOTS of the FORMS you used in TASK 1 to TASK 2. Screenshots should be taken during PROGRAM RUNTIME. NOT THE RESULT OF THE CODES.


1. Computation of the gross salary, tax deductions, total deductions and net salary of the employee based on the following specifications. If employee is the manager, his or her salary is 45,000. If the employee is regular or permanent his/her salary is 25,000 and if the employee is contract of service, his/her salary is 15,000. If the employee’s gross salary is 20,000 and above, then his /her gross salary is taxable to 2%. Otherwise, no tax is deducted. Assume the monthly deductions for Philhealth=500.00, SSS=1000.00, Pag-Ibig=1000.00 and monthly contribution=500.00. To compute for the total deductions, add Philhealth, SSS, Pag-ibig, monthly contribution and the tax deduction. To get the net salary, gross salary minus total deductions.

2. Determine the minimum and maximum numbers of 3 numbers.

**PLEASE make SCREENSHOTS of the FORMS you used in TASK 1 and TASK 2. Screenshots should be taken during PROGRAM RUNTIME.NOT THE RESULT OF THE CODES.


The window solution should be able to perform the following operations:

  1. Prepare a login form to verify the admin username and password using array. 
  2. Create a splash screen and about box.
  3. Design a main form that allows the admin user to insert, update, delete and browse the student records.
  4. Insert new student record.
  5. Calculate the discount of the course fees using function procedure.

Every student aged 7 and above will get 10 percent discount at beginner level.

  1. Update student details by student id.
  2. Delete student record by student name.
  3. Browse the fees structure for different level of programmes offered. 
  4. Display a particular member record by:
  5. student id 
  6. age and gender 
  7. level of programme which student name could be displayed either in ascending or descending order. 
  8.  Perform unit testing for the task 2, 5, 6, 7 and 8.

Task 3: Design and develop a program that will compute the take home amount for the

loanable amount of the customer. For example, if the customer’s loanable amount is

100,000.00 and has a 3% per annum interest. The company will deduct the interest for 5

years which is (15,000.00) to the loanable amount, so, the take home amount of the

customer is 85,000.00. Your program allows the user to input loanable amount and how

many years for the customer to pay the loan. Set the interest per annum to 3%.


*** Make SCREENSHOTS of the forms you used in TASK 1 to TASK 3 and then copy all

the CODES. Screenshots should be taken during PROGRAM RUNTIME.


Task 1: Design and develop a program that will accept inputs like Name, Course and Year Level. These inputs will be displayed in a message box after a button is clicked.

Task 2: Design and develop a program that will accept Name and Total Units enrolled to compute and display the tuition fees, miscellaneous fees and the total assessment of

a student.

 To compute for Tuition Fees, multiply Total Units Enrolled and Payment per

Unit which is set to 250.

 To compute for Miscellaneous Fees, add library fee, laboratory fee,

accreditation fee, student welfare fund, institutional development fund,

outreach and management fee which are set to 750.00, 1000.00, 250.00, 150.00,

200.00, 100.00 and 500.00 respectively.

 To compute for the Total Assessment, add Tuition Fees and Miscellaneous

Fees.


*** Make SCREENSHOTS of the forms you used in TASK 1 to TASK 3 and then copy all the CODES. Screenshots should be taken during PROGRAM RUNTIME.


Programming Tasks:

1. Write a program that will determine if one or both textboxes for username and 

password contains empty string. If username or/and password is/are empty then it will 

display a message that username and password is required. Otherwise, it will determine 

if it correct or incorrect. 

2. Write a program implementing Select Case statement that evaluates a character either a 

vowel or a consonant. 

3. Write a program implementing While loop statement, any Do loops statement, any For 

loops statement that display your Name, School, Course and Year level 10 times with 

the use of message box.

*** Make SCREENSHOTS of the forms you used in 1-3 and then copy all the CODES. 

Screenshots should be taken during PROGRAM RUNTIME. 


Programming Tasks: Apply all the things you have learned in this module. All program


should detect events like click on the buttons and keypress to detect inputs.


Task 1: Design and develop a program that will accept inputs like Name, Course and


Year Level. These inputs will be displayed in a message box after a button is clicked.


Task 2: Design and develop a program that will compute the take home amount for the


loanable amount of the customer. For example, if the customer’s loanable amount is


100,000.00 and has a 3% per annum interest. The company will deduct the interest for 5


years which is (15,000.00) to the loanable amount, so, the take home amount of the


customer is 85,000.00. Your program allows the user to input loanable amount and how


many years for the customer to pay the loan. Set the interest per annum to 3%.

Programming Tasks:

1. Write a program that will determine if one or both textboxes for username and

password contains empty string. If username or/and password is/are empty then it will

display a message that username and password is required. Otherwise, it will determine

if it correct or incorrect.

2. Write a program implementing Select Case statement that evaluates a character either a

vowel or a consonant.

3. Write a program implementing While loop statement, any Do loops statement, any For

loops statement that display your Name, School, Course and Year level 10 times with

the use of message box.


Construct and implement Sub procedure and Function procedure for the following

problems:

1. Computation of the gross salary, tax deductions, total deductions and net salary of the

employee based on the following specifications. If employee is the manager, his or her

salary is 45,000. If the employee is regular or permanent his/her salary is 25,000 and

if the employee is contract of service, his/her salary is 15,000. If the employee’s gross

salary is 20,000 and above, then his /her gross salary is taxable to 2%. Otherwise, no

tax is deducted. Assume the monthly deductions for Philhealth=500.00, SSS=1000.00,

Pag-Ibig=1000.00 and monthly contribution=500.00. To compute for the total

deductions, add Philhealth, SSS, Pag-ibig, monthly contribution and the tax

deduction. To get the net salary, gross salary minus total deductions.

2. Determine the minimum and maximum numbers of 3 numbers.


Design and develop a program that will accept Name and Total Units enrolled 

to compute and display the tuition fees, miscellaneous fees and the total assessment of 

a student.

 To compute for Tuition Fees, multiply Total Units Enrolled and Payment per 

Unit which is set to 250.

 To compute for Miscellaneous Fees, add library fee, laboratory fee, 

accreditation fee, student welfare fund, institutional development fund, 

outreach and management fee which are set to 750.00, 1000.00, 250.00, 150.00, 

200.00, 100.00 and 500.00 respectively.

 To compute for the Total Assessment, add Tuition Fees and Miscellaneous 

Fees.


LATEST TUTORIALS
APPROVED BY CLIENTS