MABS Institution
11th Computer Applications Monthly Test -2 ( JavaScript Functions )-Aug 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
What are the rules followedwhile defining functions in JavaScript?
-
-
Write the syntax of functions.
-
What doyou meanby parameterizedfunction?
-
-
What are the two types of functions supports by JavaScript?
-
Tabulate some pre-defined functions and its function with an example
-
Write a program in JavaScript to find the cube of a number using function.
-
Write a program in JavaScript to find the sum of 10 numbers using function.
-
Explain the followingfunctions with an example.
(i) touppercase ( )
(ii) tolowercase ( )
(iii) length()
(iv) parselnt()
(v) parseFloat() -
Write a program in JavaScript to test isNan( ) Function
-
Write a JavaScript to find the given value is a number or not. Using functions and form.
-
Write a program in JavaScript for adding two numbers using function.
-
Write a JavaScript to create on-line quiz.