JavaScript Quiz

Quiz
•
Computers
•
10th Grade
•
Hard
Romenion Kz
Used 4+ times
FREE Resource
51 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
var i = 1;
var sum = 0;
while (i <= 10)
{sum += i; i ++;}
alert (sum)
2.
FILL IN THE BLANK QUESTION
1 min • 1 pt
var i = 1;
var sum = 0;
while (i <= 20) {
if (i % 2 === 0) sum += i;
i++;
}
alert(sum);
3.
FILL IN THE BLANK QUESTION
1 min • 1 pt
var i = 1;
var product = 1;
while (i <= 5) {
product *= i;
i++;
}
alert(product);
4.
FILL IN THE BLANK QUESTION
1 min • 1 pt
var i = 1;
var sum = 0;
while (i <= 10) {
sum += i * i;
i++;
}
alert(sum);
5.
FILL IN THE BLANK QUESTION
1 min • 1 pt
var i = 1;
var count = 0;
while (i <= 50) {
if (i % 3 === 0) count++;
i++;
}
alert(count);
6.
FILL IN THE BLANK QUESTION
1 min • 1 pt
var i = 30;
var sum = 0;
while (i <= 60) {
sum += i;
i++;
}
alert(sum);
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
var i = 1;
var sum = 0;
while (i <= 15) {
if (i % 2 !== 0) sum += i;
i++;
}
alert(sum);
Create a free account and access millions of resources
Similar Resources on Wayground
48 questions
Ôn tập hk2_k11

Quiz
•
9th - 12th Grade
55 questions
ИТОГОВЫЙ ТЕСТ Информатика 10 класс

Quiz
•
10th Grade
53 questions
TÔI YÊU TIN

Quiz
•
10th Grade
51 questions
EINSTEIN 2ND PERIODICAL TEST

Quiz
•
9th Grade - University
50 questions
Javascript Study I-II

Quiz
•
10th Grade
50 questions
Programming with Karel Review

Quiz
•
9th - 12th Grade
50 questions
KIỂM TRA GIỮA KÌ 2

Quiz
•
9th - 12th Grade
47 questions
Ulangkaji ASK T2 Bab 2 Algoritma

Quiz
•
1st - 12th Grade
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
Discover more resources for Computers
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
10 questions
Characteristics of Life

Quiz
•
9th - 10th Grade
10 questions
Essential Lab Safety Practices

Interactive video
•
6th - 10th Grade
62 questions
Spanish Speaking Countries, Capitals, and Locations

Quiz
•
9th - 12th Grade
20 questions
First Day of School

Quiz
•
6th - 12th Grade
21 questions
Arithmetic Sequences

Quiz
•
9th - 12th Grade