Internet Technology II - Model Question Set 1

Pokhara University

Candidates are required to give their answers in their own words as far as practicable. The figures in the margin indicate full marks.

Level: Bachelor

Program: BCSIT

Course: Internet Technology II

Full Marks: 100

Pass Marks: 45

Time: 3 hrs.

Section C (Any 2 Questions) 15 Marks

  1. Develop a PHP MySQL based user registration and login system.

    The system should:

    • Create HTML forms for user registration and login
    • Store user registration details in a database table
    • Authenticate users during login using the same table
    • Apply server-side validation for name, email, and password fields
  2. Explain arrays in PHP. Describe different types of arrays. Demonstrate array creation and array iteration using suitable PHP programs with examples.
  3. Explain object-oriented programming in PHP. Describe classes, objects, properties, and methods. Demonstrate inheritance, encapsulation, and polymorphism with suitable PHP examples.

Do you want the solution?

Login to access detailed answers and explanations.

View Solution