
FSD QUIZ-1

Quiz
•
Computers
•
Professional Development
•
Medium

Varalaxmi P N V
Used 1+ times
FREE Resource
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
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Advanced JS

Quiz
•
Professional Development
15 questions
BINAR Synergy 6 | Chapter 4

Quiz
•
Professional Development
10 questions
FE Batch 20 (Javascript Fundamental)

Quiz
•
Professional Development
10 questions
DJI Tello

Quiz
•
Professional Development
5 questions
Basic Programming Java Language

Quiz
•
Professional Development
10 questions
Examen Parcial Teorico - Desarrollo móvil

Quiz
•
Professional Development
15 questions
JavaScript

Quiz
•
Professional Development
11 questions
Java Fundamentals

Quiz
•
Professional Development
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade