
JavaScript

Quiz
•
Other
•
1st Grade
•
Medium
Անահիտ Արամյան
Used 8+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ո՞րն է == և === օպերատորների տարբերությունը
Առաջինը ստուգում է արժեքների հավասարությունը, երկրորդը՝ արժեքների և տիպերի
Առաջինը ստուգում է տիպերի հավասարությունը, երկրորդը՝ արժեքների
Առաջինը ստուգում է արժեքների և տիպերի հավասարությունը, երկրորդը՝ արժեքների
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ի՞նչ արժեք կունենան x,y փոփոխականները հետևյալ գործողությունների կատարման արդյունքում
let x = 4; let y = ++x;
x = 4, y = 5
x = 5, y = 4
x = 4, y = 4
x = 5, y = 5
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ի՞նչ կլինի արդյունքում
console.log(2 && 1 && null && 0 && undefined)
undefined
0
null
1
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ինչի՞ հավասար կլինեն x,y փոփոխականները հետևյալ գործողությունների կատարման արդյունքում
let x = 4, y = 0;
while(x < 8){
x+=2;
y++;
}
console.log(x, y);
x = 6, y = 8
x = 8, y = 2
x = 6, y = 2
x = 2, y = 8
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Ի՞նչ կտպվի էկրանին հետևյալ հրամանների կատարման արդյունքում
let a = 4, b = 5;
if( 2 * a > b - a){
a = a - 1;
}
else if( a < b){
b = b - 1;
}
else{
a = b - a;
}
console.log(a, b);
3, 5
4, 4
1, 5
0, 6
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ի՞նչ կտպվի էկրանին հետևյալ հրամանների կատարման արդյունքում
let x = 10, y = "5";
console.log(x + y);
undefined
ReferenceError
15
105
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Ի՞նչ արդյունք կունենանք էկրանին
let x = 45.7;
console.log( parseInt(x) );
console.log( Math.floor(x) );
console.log( Math.ceil(x) );
45, 45, 46
45, 45, 45
46, 45, 46
Create a free account and access millions of resources
Similar Resources on Wayground
19 questions
Quiz sur les jeux vidéos

Quiz
•
KG - University
22 questions
Pet simulator x quiz

Quiz
•
KG - Professional Dev...
15 questions
STAAR Security/Procedures Training

Quiz
•
1st - 5th Grade
20 questions
Formar oraciones y abc

Quiz
•
1st - 2nd Grade
16 questions
Kuis Analisis Regresi Linier Sederhana

Quiz
•
1st Grade
18 questions
HAIKYUU ;P

Quiz
•
KG - Professional Dev...
15 questions
Գյուղատնտեսություն, գյուղատնտեսական թափոնների վերամշակումը

Quiz
•
1st - 5th Grade
15 questions
Kindergarten/First CVC Words Week 1

Quiz
•
KG - 1st Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Other
20 questions
addition

Quiz
•
1st - 3rd Grade
20 questions
Subject and predicate in sentences

Quiz
•
1st - 3rd Grade
20 questions
Addition and Subtraction facts

Quiz
•
1st - 3rd Grade
20 questions
Place Value

Quiz
•
KG - 3rd Grade
10 questions
Exploring Properties of Matter

Interactive video
•
1st - 5th Grade
10 questions
Odd and even numbers

Quiz
•
1st - 2nd Grade
10 questions
Exploring the 5 Regions of the United States

Interactive video
•
1st - 5th Grade
7 questions
Parts of Speech

Lesson
•
1st - 12th Grade