Web Programming (April – 2017) [CBSGS - 75:25 Pattern | Question Paper]


Web Programming (Question Paper) [April – 2017 | 75:25 Pattern]
Web Programming (Question Paper) [April – 2017 | 75:25 Pattern]
☛ VIEW:
@SlideShare | @Tumblr | @Instagram | @Pinterest

☛ DOWNLOAD:
@GitHub | @HostFree | @G-Drive | @Torrent

Time: 2 ½ Hours
Total Marks: 75




N.B.:
(1) All Question are Compulsory.
(2) Make Suitable Assumptions Wherever Necessary And State The Assumptions Made.
(3) Answer To The Same Question Must Be Written Together.
(4) Number To The Right Indicates Marks.
(5) Draw Neat Labeled Diagrams Wherever Necessary.
(6) Use of Non-Programmable Calculator is allowed.

Q.1 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) List and explain important applications of internet in brief.
(B) Explain different approaches to Style Sheets.
(C) Write a short note on Internet Address.
(D) How hyperlinks are created in HTML? Explain with the help of an example.
(E) What is Search Engine? Explain its working.
(F) Write HTML Code to design following Web Page:

Q.2 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) What is Image Map? Write the difference between Client-Side and Server-Side Image Mapping.
(B) Write the purpose of using: rowspan, colspan, cellspacing in Table tag. Give example.
(C) Write HTML Code for Embedding an Audio and Video in a Web Page.
(D) Explain the semantic tags of HTML5.
(E) Write HTML Code to design a form to enter name of the user, his/her password, and gender (radio button for male/female), hobbies (checkbox for reading/singing/sports), favorite color (list box red/green/blue) and submit and reset button.
(F) Explain <DIV> Tag with the help of suitable example.

Q.3 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Differentiate between Client Side and Server Side JavaScript.
(B) Write a JavaScript program to display all the prime numbers between 1 and 100.
(C) List and explain the methods of string object of JavaScript.
(D) Explain the following operator of JavaScript:
       (i) new
       (ii) delete
       (iii) this
       (iv) void
       (v) ,(comma)
(E) Write the codes to design following web page and validate all the controls placed on the form using JavaScript as given:
Name should not be blank,
Check email-id is valid,
Check Pin code is 6 digits long.

(F) Define events and event handlers. List various types of Mouse Event.

Q.4 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) Write the difference between GET and POST methods in PHP.
(B) Explain different types of arrays available in PHP.
(C) Write PHP Program to demonstrate the use of different string functions.
(D) Explain Error Handling in PHP.
(E) Write a short note on variables in PHP.
(F) Write a PHP Program to create One Dimensional Array.

Q.5 ATTEMPT ANY THREE QUESTIONS: (15 MARKS)
(A) What is a cookie? How to store and retrieve the values in cookie in PHP?
(B) Explain any five PHP/MYSQL functions with example.
(C) Write a PHP program to send email with attachment.
(D) How to start and destroy a session and how to store a session variable in PHP? Explain.
(E) Write a short note on regular expressions in PHP.
(F) Write a PHP code to create a database "company" and to create a table "Employee" (emp_Id, emp_name, emp_dept, emp_salary).

0 Comments