Evaluate the mathematical expression: 3 + 4 x 6 / 2.
Javascript Final Review

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

25 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
15
2.
FLASHCARD QUESTION
Front
If x represents the area of the number line colored blue, which inequality accurately reflects the value of x?
Back
x < 4
3.
FLASHCARD QUESTION
Front
Twelve identical circles fit inside the rectangle with a width of 32 units and a height of 24 units. What is the radius of each circle?
Back
4
4.
FLASHCARD QUESTION
Front
Karel the Dog is instructed to move forward two spaces. Then, if Karel is standing on a ball, Karel will turn left and move forward two spaces. Otherwise, Karel will turn around and move forward two spaces. Given the starting point below, where will Karel end up?
Back
5.
FLASHCARD QUESTION
Front
Which of the following describes a task effectively broken into smaller parts? I. Making a list of your favorite colors II. Throwing a dinner party by making a guest list, buying ingredients, and cooking food III. Comparing the syntax of Python and JavaScript
Back
Throwing a dinner party by making a guest list, buying ingredients, and cooking food.
6.
FLASHCARD QUESTION
Front
Consider the following program code, where hours is an input from the user.
if(hours <= 12){
println("Good morning!");
} else if(hours < 16){
println("Good afternoon!");
} else {
println("Hello!");
}
Of the following choices, select the value for hour that would cause this program to print “Good Afternoon!”: 12, 15, 18, “Good afternoon!”
Back
15
7.
FLASHCARD QUESTION
Front
Which of the following successfully switches the values of the variables x and y? The var temp may be used as a temporary variable if necessary.
Options:
x = y;
y = x;
,
var temp = x;
y = x;
temp = y;
,
var temp = y;
x = y;
y = temp;
,
var temp = x;
x = y;
y = temp;
Back
var temp = x;
x = y;
y = temp;
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Unit 3 Python TEST

Flashcard
•
11th - 12th Grade
20 questions
CSP Unit 4 Review

Flashcard
•
9th - 12th Grade
19 questions
cs-p Unit 4 Flashcard1

Flashcard
•
9th - 12th Grade
21 questions
AP CSP Unit 7: Parameters, Returns, and Libraries

Flashcard
•
9th - 12th Grade
20 questions
JavaScript Math

Flashcard
•
9th - 11th Grade
17 questions
Unit 7 - Functions and Parameters Review

Flashcard
•
9th - 12th Grade
25 questions
JavaScript Console & Graphics Review

Flashcard
•
9th - 12th Grade
13 questions
Functions and Parameters

Flashcard
•
9th - 12th Grade
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade
Discover more resources for Computers
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
20 questions
Taxes

Quiz
•
9th - 12th Grade
17 questions
Parts of Speech

Quiz
•
7th - 12th Grade
20 questions
Chapter 3 - Making a Good Impression

Quiz
•
9th - 12th Grade
20 questions
Inequalities Graphing

Quiz
•
9th - 12th Grade
10 questions
Identifying equations

Quiz
•
KG - University