Web Technology

Savitribai Phule Pune University F.Y.B.B.A.(C.A.) Semester - II Practical Examination. March/April 2020 Lab Course: (CA-206) Computer Lab Based on Web Technology and RDBMS

Web Technology

Slip1 A) Write a JavaScript program to calculate the volume of a sphere.

Slip1 B) Create HTML page to Divide the frames in to different sections as shown below and add appropriate HTML files to each frame.

 

Slip2 A) Write a java script program to accept a number form user and display its multiplication table

Slip2 B) Write the HTML code to create the following table. Use internal CSS to format the table

 

Slip3 A) Write a java script program to accept a number form user and calculate and display its sum of Digits

Slip3 B) Write HTML code to design a web as per given specification. Divide the browser screen into two frames. The first frame will display the heading. Divide the second frame into two columns. The frame on the left should be name of cities consisting of hyperlinks. Clicking on any one of these hyperlinks will display related information in right hand side frame as shown below

 

Slip4 A) Write a java script program to accept a number from user and check whether it is Armstrong number or not

Slip4 B) Create HTML web page with following specifications i) Title should be about your College. ii) Put image in the background iii) Place your college name at the top of page in large text followed by address in smaller size. iv) Add names of courses offered, each in different color, style and font v) Add scrolling text about college. vi) Add any image at the bottom. (use External CSS to format the webpage)

 

Slip5 A) Write a java script program to accept a number from user and check whether it is perfect number or not.

Slip5 B) Write HTML code to design a website for Online Shopping. Design home page which consist of list of items each with hyperlink, clicking on which should display related information on separate web page. (Use external CSS to format each web page)

 

Slip6 A) Write java script program to accept a number from user and check whether it is prime number or not

Slip6 B) Write a HTML code to display calendar of current month in tabular format. Use proper color for week days and holidays. Display month name, year and images as advertisement at the beginning of the calendar.

 

Slip7 A) Write a java script program to accept a string from user and display the count of vowel characters from that string.

Slip7 B) Write a HTML code to display Theory Time Table of FYBBA(CA). Use internal CSS to format the table

 

Slip8 A)  Write a java script program to accept a string and character from user and check the count of occurrences of that character in string.

Slip8 B) Create HTML page with following specifications [25] i) Title should be about your self. ii) color the background should be pink. iii) Place your name at the top of page in large text and centered. iv) Add names of your family members each in different size, color, style and font. v) Add scrolling text about your family. vi) Add any image at the bottom. (Use internal CSS to format the web page)

 

Slip9 A) Write a java script program to accept a string and check whether the input string is palindrome string or not

Slip9 B) Write the HTML code which generates the following output.(use internal CSS to format the table

 

Slip10 A) Write a JavaScript Program to read a number from user, store its factors into the array and display that array. (Handle onClick Event)

Slip10 B) Write HTML code which generates the following output and display each element of list in different size, color & font. Use inline CSS to format the list.

 

Slip11 A) Write a JavaScript program to accept a string and a position (number) from user and display the character at specified position.

Slip11 B) Write HTML code which generates the following output and display each element of list in different size, color & font. Use external CSS to format the list

 

Slip12 A) Design a student registration form with fields Name, Address, city and Pin-Code. Write a java script program to perform following validation i. Check name should not be empty and contain alphabets only ii. Pin-code must be 6 digits only

Slip12 B) Create HTML page with following specifications  i) Title should be about your College. ii) Put image in the background iii) Place your college name at the top of page in large text followed by address in smaller size. iv) Add names of courses offered, each in different color, style and font v) Add scrolling text about college. vi) Add any image at the bottom. (Use Internal CSS to format the web page)

 

Slip13 A) Design a login form with fields User Name, Password and Login button. Write a java script code to accept username and password, validate login details and display a message accordingly.

Slip13 B) Write a HTML code which will divide web page in three frames. First frame should consists of name of college as heading. Second frame should consists of name of courses with hyperlink. Once click on any course it should display subject of that course in third frame.

 

Slip14 A) Write a HTML code to display the name of your family members each in different color, size and style. Also display the following polynomial expression a0+a1x 1 +a2x 2 +a3x 3 +a4x 4

Slip14 B) Write a JavaScript Program to accept user name and password from user, if User name and Password is same then display his score card on the next page as shown below.

 

Slip15 A) Write a JavaScript program to Display current Day, Date, Month, Year and Time on the web page and greet the user accordingly.

Slip15 B) Create HTML page with following specifications i) Title should be about your City. ii) Color the background by Pink color. iii) Place your city name at the top of page in large text and in blue color. iv) Add names of the landmarks in your city, each in different color, style and font v) Add scrolling text about your City. vi) Add any image at the bottom. (Use inline CSS to format the web page)

 

Slip16 A) Write a java script code to accept a sentence from the user and alters it as follows: Every space is replaced by * and digits are replaced by ?

Slip16 B) Write HTML code which generates the following output and display each element of list in different size, color & font. Use inline CSS to format the list.

 

Slip17 A) Write a java script code to accept a string from user and display the occurrences of every vowel character from string

Slip17 B) Design an HTML form for customer registration visiting a departmental store. Form should consists of fields such as name, contact no, gender, preferred days of purchasing, favorite item(to be selected from a list of items),suggestions etc.. You should provide button to submit as well as reset the form contents.

 

Slip18 A) Write a java script program to accept the value of n and display all odd numbers up to n.

Slip18 B) Write the HTML code which generates the following output. (Use external CSS to format the given table)

 

Slip19 A) Write a java script code to accept a number form user and display its factorial.

Slip19 B) Design an HTML form to take the information of a customer for booking a travel plan consisting of fields such as name, address, contact no., gender, preferred season(Checkboxes), location type(to be selected from a list) etc. You should provide button to submit as well as reset the form contents. (All the fields should be properly aligned)

 

Slip20 A) Write a java script code to accept a number n from user and display first n terms of Fibonacci series

Slip20 B) Create HTML page with following specifications i) Title should be about your Car. ii) Color the background by Pink color. iii) Place your car name at the top of page in large text and in green color. iv) Add names of features in your car, each in different color, style and font v) Add scrolling text about your Car. vi) Add any image at the bottom. (Use external CSS to format the web page)

 

Slip21 A) Write a java script code to accept the values of x and y and then display xy

Slip21 B) Write HTML code which generates the following output and display each element of list in different size, color & font. Use internal CSS to format the list.

 

Slip22 A) Write a java script code to accept a string and write a function to calculate length of string

Slip22 B) Create HTML page to Divide the frames in to different sections as shown below and add appropriate HTML files to each frame.

 

Slip23 A) Write a java script code to accept a number and write a function to calculate sum of digits of that number

Slip23 B) Write HTML code to create following table. (use External CSS to format the table)

 

Slip24 A) Write a java script code to accept a number from user and write a function to calculate sum of all odd digits of that number.

Slip24 B) Write html code to display following list. (use internal CSS to format the list)

 

Slip25 A) Write a JavaScript function that reverse a input number

Slip25 B) Create HTML page to Divide the frames in to different sections as shown below and add appropriate HTML files to each frame.

 

Slip26 A) Write a JavaScript function that checks whether a input string is palindrome or not.

Slip26 B) Write HTML and CSS code to design a web page. Divide the browser screen into two frames. The first frame will display the heading. The second frame contains a menu consisting of hyperlinks. Clicking on any one of these hyperlinks will display related information in a new page

 

Slip27 A) Write a JavaScript function to compute the sum of factors of a input number

Slip27 B) Write a HTML code to display calendar of current month in tabular format. Use proper color for week days and holidays. Display month name, year and images as advertisement at the beginning of the calendar.

 

Slip28 A) Write a JavaScript program to construct the following pattern up to n lines, using a nested for loop.

Slip28 B) Design a HTML form for Bus Ticket Reservation consisting of fields for Name, Address, contact no, source station(Dropdown list), Destination station, Date of booking, date of journey, no of passenger, name of passenger, gender of passenger etc. You should provide button to submit as well as reset the form contents. (Use proper alignment)

 

Slip29 A) Write a JavaScript function that accept three numbers and display the larger number

Slip29 B) Create HTML page with following specifications i) Title should be about your City. ii) Color the background by Pink color. iii) Place your city name at the top of page in large text and in blue color. iv) Add names of the landmarks in your city, each in different color, style and font v) Add scrolling text about your City. vi) Add any image at the bottom. (Use Internal CSS to format the web page)

 

Slip30 A) Write a JavaScript program to construct the following pattern up to n lines, using a nested for loop.

Slip30 B) Write a HTML code to create the following table. Use External CSS to format the table.

Web Technology Web Technology Reviewed by technical_saurabh on May 03, 2021 Rating: 5

No comments:

Powered by Blogger.