0
2.0kviews
Provide different device based and screen based control for following.


i) Filling up Online Application for Admission to Engineering Course.
ii) Online payment of Utility Bills such as Telephone Electricity and Water charges etc.

1 Answer
0
121views

1. Filling up online application for admission to engineering courses.

A] Device based controls.

a] keyboard.

  • In this form we need to enter, seat no, name of the student, mobile number, percentage, registration details, etc. and all these details need to be typed in the form that keyboard need to be used.

b] Mouse:

  • Using mouse, we can select or click on various form components such as year of passing, gender of student, date of birth and also a final "submit" button, for that using mouse will be the most appropriate one.

c] Touch screen.

  • As admission form is not a large form with huge number of components to make the application handy for students, we can use touch screen to fill form using finger tip.

    B] Screen based controls.

enter image description here

a] Test boxes (text entry controls)

  • It is used to enter text in form such as name, different registration number, percentage, mobile number etc.

b] Date picker.

  • It is used to enter date of birth of a student.

c] Radio button.

  • It can be used to accept gender of student either male or female.

d] check boxes.

  • It can be used to accept different engineering streams, if students want to apply for multiple streams.

2] Online payment of utility bills.

A] Device based controls.

a] Keyboards.

  • It is mainly used to enter name of candidate his/her mobile number, payment amount, debit/credit card details, etc.

b] Mouse.

  • It is used to select a biller name, card type, clicking button, etc.

c] Touch screen.

  • As a form is not so large form, so it can be used on touch screen also.

d] Stylus/light pen.

  • To enter pin (more securely) we can use virtual keyboard and for that light pen can be a better option.

B] Screen based controls.

a] Text boxes.

  • It can be used to accept mobile number, name of the customer, card number and other password.

b] Drop down list.

  • It can be used to accept category of bill (prepaid or postpaid), biller name (Vodafone, airtel, MTNL, etc) and also date on card, i.e. month number and year.

c] Radio button.

  • It can be used to accept and type (credit or debit card), payment gateway (visa or master card etc.

d] Button.

  • After billing all required information a "make payment" button is used, which when clicked a corresponding navigation will be happened.
Please log in to add an answer.