Unit 5: Control Structures Review

Unit 5: Control Structures Review

Assessment

Flashcard

Computers

9th Grade

Hard

Created by

Quizizz Content

FREE Resource

Student preview

quiz-placeholder

41 questions

Show all answers

1.

FLASHCARD QUESTION

Front

His name is Fred and he is less than 16 years old. Options: if (name = "fred" && age < 16 ), if (name === "fred" && age < 16 ), if (name = "fred" || age < 16 ), if (name === "fred" || age < 16 )

Back

if (name === "fred" && age < 16 )

2.

FLASHCARD QUESTION

Front

Repeat something 10 times: repeat 10 , for (var i=0; i<10; i++), repeat { } until 10;, while (i = 10)

Back

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

3.

FLASHCARD QUESTION

Front

What is the symbol used for the INCREMENT operator in JS?

Back

++

4.

FLASHCARD QUESTION

Front

Conditions return values of which data type?

Back

boolean

5.

FLASHCARD QUESTION

Front

Loops in programming start counting from ?

Back

0

6.

FLASHCARD QUESTION

Front

What symbol represents the or operator in JavaScript?

Back

||

7.

FLASHCARD QUESTION

Front

Arithmetic Operators
What is ++ ?

Back

increment

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?