50% found this document useful (2 votes)
2K views

Class 12 Web Application Practical

The document outlines 29 practical questions covering topics in movie editing tools, customizing and embedding multimedia in webpages, and JavaScript. The questions involve using Window Movie Maker to edit videos, publishing movies to computers and embedding audio/video/Flash files in webpages. The JavaScript questions cover printing text, displaying date/time, alert/confirm/prompt boxes, functions, arrays, and event handling.

Uploaded by

jaibaranwal1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
50% found this document useful (2 votes)
2K views

Class 12 Web Application Practical

The document outlines 29 practical questions covering topics in movie editing tools, customizing and embedding multimedia in webpages, and JavaScript. The questions involve using Window Movie Maker to edit videos, publishing movies to computers and embedding audio/video/Flash files in webpages. The JavaScript questions cover printing text, displaying date/time, alert/confirm/prompt boxes, functions, arrays, and event handling.

Uploaded by

jaibaranwal1
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Practicals/ Web Application (803) Prectical Questions/

Project Files

Unit - I Movie Editing Tools

Q1. Split video clip using Window Movie maker


Q2. Joining Video Clip using Window Movie maker.
Q3. Performing/ Trimming video clip using Window Movie maker
Q4. Adding Titles in video

Unit- II Customizing and Embedding Multimedia in Web pages

Q5. Publishing movie to your computer


Q6. Embedding Audio in Webpage
Q7. Embedding video in Webpage
Q8. Embedding Flash Files in Webpage

Unit – III Java Script


Q9. Write a program using JavaScript for printing a line of text in a web pages
Q10. Write a program using JavaScript to show date and time in web page
Q11. Write a program using JavaScript to show alter box in a web page
Q12. Write a program using JavaScript to show confirm box in a webpage
Q13. Write a program using JavaScript to show prompt box in a webpage
Q14. Write a program using JavaScript to demonstrate function in a webpage
Q15. Write a program using JavaScript to find position of first occurrence of text in a
string using indexOf() function
Q16. Write a program using JavaScript to replace characters in a string using replace()
function
Q17. Write a program using JavaScript to round off number to nearest integer a function
Q18. Write a program using JavaScript to return a faction
Q19. Write a program using JavaScript to return the no with highest value of two specific
no using max()
Q20. Write a program using JavaScript to return lowest value
Q21. Write a program using JavaScript to create an array
Q22. Write a program using JavaScript to find the length of an array
Q23. Write a program using JavaScript to Join two array using concat()
Q24. Write a program using JavaScript to remove last element from array using pop()
Q25. Write a program using JavaScript to add new element to array using push()
Q26. Write a program using JavaScript to reverse the order of element in array
Q27. Write a program using JavaScript to short an array
Q28. Write a program using JavaScript to execution of immediately after page has been
loaded
Q29. Write a program using JavaScript to execution of is when a button clicked

You might also like