
Quiz3
Authored by Anantha edupuganti
Professional Development
1st - 3rd Grade
Used 9+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following represents control flow statements in js ?
simple if
if else
else if ladder
switch
simple if
if else
nested if
if-elif-else
simple if
if-elif-else
switch
None of the above
2.
MULTIPLE SELECT QUESTION
20 sec • 1 pt
Which of these belong to looping statements in JS ?
for
for in
for of
for else
3.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Find the output of the following code snippet?
<script>
var a=[1.1,2,5,'gec',99.5,'it'];
for(var x in a)
document.write(x+" "); //output1
for(var x of a)
document.write(x+" "); //output2
</script>
1.1 2 5 gec 99.5 it
0 1 2 3 4 5
1.1 2 5 gec 99.5 it
0 1 1 2 3 4
0 1 2 3 4 5
1.1 2 5 gec 99.5 it
0 1 2 3 4 5
1,1 2 5 gec 99.5 it
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which keyword is used to create functions in Javascript ?
def
define
func
function
5.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
Guess the Output for the following code snippet ?
<html>
<script>
function reverse(x){
var s=0;
while(x>0){
s=s*10+x%10;
x=x/10;
}
return s;
}
document.write("Reverse is: "+reverse(123));
</script>
</html>
Reverse is: NaN
Reverse is: 321.000
Reverse is: Infinity
Reverse is: undefined
Reverse is: 321
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is abbrevation of DOM ?
Domain Object Model
Document Object Model
Discriptive Oreintation Model
Discriptive Object Model
7.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
<html>
<script>
var x=" 68.3";
var b=Number(x);
var a=parseInt(x);
document.write(b+" ");
document.write(a);
</script>
</html>
Predict the Output ?
68 68.3
68.3 68
68 68
68.3 68.3
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?
Similar Resources on Wayground
10 questions
Ôn tập Giữa học kì 2. Toán 6
Quiz
•
1st - 3rd Grade
10 questions
IKM 2023
Quiz
•
2nd Grade
12 questions
Ch-8 Manfaat Informasi Akuntansi bagi Investor
Quiz
•
1st Grade - Professio...
20 questions
Give kids a hand | Scratch Round1
Quiz
•
1st - 7th Grade
19 questions
ch 7 Kerangka Kerja Konseptual
Quiz
•
KG - Professional Dev...
10 questions
TEST SEGUNDO PARCIAL
Quiz
•
2nd Grade - University
20 questions
Technology
Quiz
•
KG - 12th Grade
10 questions
Construct 2 Basics
Quiz
•
2nd Grade - Professio...
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Professional Development
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
22 questions
fractions
Quiz
•
3rd Grade
18 questions
Comparing Fractions with same numerator or denominator
Quiz
•
3rd Grade
12 questions
Presidents' Day
Quiz
•
KG - 5th Grade
15 questions
Earthly Ecosystems Unit Review
Quiz
•
3rd Grade
10 questions
Area
Quiz
•
3rd Grade
20 questions
Telling Time to the Hour and Half hour
Quiz
•
1st Grade