Unit 5: Control Structures Review

Flashcard
•
Computers
•
9th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

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
Similar Resources on Wayground
36 questions
Review 24-25 Web Design Final Exam

Flashcard
•
12th Grade
34 questions
AP Computer Science Applications - Fall Semester Exam

Flashcard
•
11th Grade
25 questions
Operatori si expresii - Evaluare sumativa

Flashcard
•
9th Grade
45 questions
2024-2025 Midterm French One

Flashcard
•
9th Grade
25 questions
CSB 2nd 9-Weeks Final Exam

Flashcard
•
9th Grade
39 questions
U4 - Taxes Review

Flashcard
•
11th - 12th Grade
39 questions
U4 - Taxes Test

Flashcard
•
11th - 12th Grade
25 questions
Colazione

Flashcard
•
8th 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 Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade