JavaScript Basics

JavaScript Basics

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Algorytmy

Algorytmy

8th Grade

13 Qs

Ôn lại kiến thức  Lớp 3 T13

Ôn lại kiến thức Lớp 3 T13

1st - 10th Grade

10 Qs

Atividades Scratch | Quizizz de Pensamento Computacional

Atividades Scratch | Quizizz de Pensamento Computacional

6th - 8th Grade

10 Qs

Five Nights At Freddy's: Security Breach Quiz

Five Nights At Freddy's: Security Breach Quiz

KG - Professional Development

13 Qs

Informatyka.Cyberbezpieczeństwo,e-zasoby i współpraca zdalna

Informatyka.Cyberbezpieczeństwo,e-zasoby i współpraca zdalna

1st - 6th Grade

13 Qs

topologies

topologies

7th - 8th Grade

13 Qs

ÔN TẬP TIN 8 GIỮA KÌ 2

ÔN TẬP TIN 8 GIỮA KÌ 2

8th Grade

13 Qs

For loop

For loop

8th Grade

10 Qs

JavaScript Basics

JavaScript Basics

Assessment

Quiz

Computers

6th - 8th Grade

Practice Problem

Hard

Created by

Keerthana V

Used 190+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is the right way to make a for loop?

Alienisation, The End, Rebels

Installation, Ending, Timer

Intialisation, End Condition, Counter

Initialisation, Counter, End Condition

2.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

A loop that executes for a pre-defined number of times

3.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

A loop that executes until a condition is met is called

4.

MULTIPLE SELECT QUESTION

10 sec • 1 pt

Which of the below are types of loops

if then else

while loop

for loop

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Nested loops are

Multiple independent loops

Conditions in a loop

Loop in a Loop

Loop in a condition

6.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

for ( var i = 0; i < 50; i++ )


How many times will this loop execute

51 times

49 times

50 times

0 times

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the iterations runs 25 times

for ( var i = 2; i < 26; i ++ )

for ( var i = 0; i < 25; i ++ )

for ( var i = -1 ; i > 25 ; i -- )

for ( var i = 0; i <= 25; i --)

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?