Spring 2016 Internet Technology Question

Filter Course


Spring 2016 Internet Technology Question

Published by: sadikshya

Published date: 25 Jun 2021

Spring 2016 Internet Technology Question

Internet Technology – Spring, 2016

This is the question set along with answers Internet Technology (Web Programming) Spring 2016, which was taken by the Pokhara University.

Pokhara University – Internet Technology (Web Programming)  Spring 2016

Level:  Bachelor Semester –Spring  Year: 2016
Program: BCIS  Full Marks: 100
Course: Internet Technology (Web Programming)   Pass Marks: 45
     Time:  3hrs.

Section “A”

Very Short Answer Questions

Attempt all the questions.

  1. Distinguish between HTML and XML.
  2. Mention 3-page formatting tags with example.
  3. What are the specific CSS3 elements explain with examples?
  4. How can you create a responsive website?
  5. How can you use CSS in a website?
  6. Explain VPN.
  7. Explain SSL.
  8. What is a control statement?
  9. Explain function with reference to PHP.
  10. Define OOPs.

Section “B”

Descriptive Answer Questions

Attempt any six questions

  1. Explain web architecture.
  2. Explain the encryption and decryption mechanism.
  3. Describe online payment.
  4. How do you send receive emails using PHP?
  5. How can jquery be used in a website explain with examples?
  6. Explain the MVC model with example code using PHP?
  7. Using PHP explain 5 mathematical functions and five-string functions?
  8. What is the difference between client-side scripting and server-side scripting?

 

 Section “C”

Attempt all questions

19. Create the following web application using HTML, CSS, JS, and PHP:

  1. a) HTML Form ID, Name, Salary, email.
  2. b) Validate the email, salary as integer and name should be compulsory.
  3. c) Create a table in the database with these fields.
  4. d) Save these records to the database.
  5. e) List all the records on a web page.