Javascript Final Review

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

25 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Evaluate the mathematical expression: 3 + 4 x 6 / 2.
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 Wayground
20 questions
Python Math & Random Review

Flashcard
•
9th - 12th Grade
20 questions
3d Exploration Exam 2023-2024

Flashcard
•
9th - 12th Grade
20 questions
Wóyawa

Flashcard
•
KG - University
17 questions
Units 6 and 7 Flashcard

Flashcard
•
11th Grade
20 questions
AP CSP Unit 6

Flashcard
•
11th Grade
14 questions
Unit 4 Assessment Day

Flashcard
•
9th - 12th Grade
20 questions
Flow Charts

Flashcard
•
9th - 12th Grade
25 questions
JavaScript Variables

Flashcard
•
10th - 12th 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
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
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