
FSD QUIZ-1
Authored by Varalaxmi P N V
Computers
Professional Development
Used 1+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is JavaScript?
JavaScript is a scripting language used to make the website interactive
JavaScript is an assembly language used to make the website interactive
JavaScript is a compiled language used to make the website interactive
None of the mentioned
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following is correct about JavaScript?
JavaScript is an Object-Based language
JavaScript is Assembly-language
JavaScript is an Object-Oriented language
JavaScript is a High-level language
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following JavaScript code?
<p id="demo"></p>
<script>
var js = 10;
js *= 5;
document.getElementById("demo").innerHTML = js;
</script>
10
50
5
Error
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following JavaScript code?
// JavaScript Comparison Operators
function compare()
{
let a=2;
let b=2.0;
if(a==b)
return true;
else
return false;
}
false
true
compilation error
runtime error
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Will the following JavaScript code work?
var js = (function(x) {return x*x;}(10));
Exception will be thrown
Memory leak
Error
Yes, perfectly
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
jQuery is a -
JavaScript method
JavaScript library
JSON library
PHP method
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following sign is used as a shortcut for jQuery?
the % sign
the & sign
the $ sign
the @ sign
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?