POKHARA UNIVERSITY
Level: Bachelor Semester – Fall Year : 2018
Programme: BCIS Full Marks: 100
Course: Internet Technology (Web Programming) Pass Marks: 45
Time : 3hrs.
Candidates are required to give their answers in their own words as far
as practicable.
The figures in the margin indicate full marks.
Section "A"
Very Short Answer Questions
Attempt all the questions. 10×2
1. What are web servers and clients?
2. What is a web page?
3. What is electronic cash? Give two examples.
4. What are all the types of Pop up boxes available in JavaScript?
5. What are the PHP data types?
6. Write two primary functions of a database?
7. How graphics are included in HTML5 documents?
8. What is XSLT?
9. What is the advantage of VPN?
10. What is the use of digital copyright law?
Section "B" 6×10
Descriptive Answer Questions
Attempt any six questions
11. How can you perform validation using JavaScript? Show the validation
using JavaScript with simple form having name, phone number and
email field.
12. What are CSS selectors? What do you mean “class” and “id” in CSS?
Show the use of external CSS with example.
13. Explain XHTML document structure with example.
14. Why PHP is used in web programming? Explain the process to create
object in php with suitable example.
15. Explain the role of SSL in security? Write the difference between digital
signature and digital certificate.
16. Explain the role of MVC model in php frame work. Clarify with a
suitable example.
17. What are the methods of electronic payment? Explain about digital
copyright.
1
18. Section "C" 20
Write a code to design a single php page with following requirements.
a. It accepts input like firstname,lastname,age and city
b. When user clicks on submit button then his/her details should
be inserted into table .
c. Also it performs validation(using java script) like any of the
input field should not be empty
d. Assume that database and table are created in MYSQL.List all
the validation control with their properties.