V Semester JavaScript & PHP Program List for the Academic Year 2020-21
___________________________________________________________________________________
Program number 1
Write a JavaScript program to perform find the area and circumference of a circle
Area and Circumference
..............................................................................................................
Program number 2
Jishna K, CAS Thamarassery
Write a JavaScript program to check whether a given number is perfect,abundant or deficient. Use an alert box to display the output.
Enter the Number
..............................................................................................................
Program number 3
Design a JavaScript program to display the multiplication table by accepting the number and the limit.
Jishna K, CAS Thamarassery
multiplication table
..............................................................................................................
Program number 4
Design a form that accepts two integers. Provide 4 buttons for Add, Subtract, Multiply, Divide. Add JavaScript program to add, subtract, multiply and divide the given numbers when these buttons are clicked. Use an output element to display the results.
Jishna K, CAS Thamarassery
Arithmetic operation
..............................................................................................................
Program number 5
Write a JavaScript program to store different colors in an array and change the background color of the page using these array elements
color
Change background color
..............................................................................................................
Program number 6
Write a JavaScript program to check whether a given string is palindrome or not.
Jishna K, CAS Thamarassery
Palindrome
..............................................................................................................
Program number 7
Write a JavaScript Program to create an Array and read values using Prompt popup box and display the sum of elements in an Alert Box.
sum of digit
Jishna K, CAS Thamarassery
..............................................................................................................
Program number 8
Change the text colour and back colour of a TextBox using onfocus and onBlur event.
event