What are variables?
#100 Devs - LwL - class 15

Quiz
•
Computers, Professional Development
•
10th Grade - Professional Development
•
Easy
Leonardo Ghiggino
Used 2+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
They are ways to store data in the computer memory
Data Buckets
Boxes
All are correct
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How to declare and assign values to variables?
let variableName = "this is a string"
variableName = "this is a string"
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Ways to assign values to a string type of variable?
single quote', "double quote", or `backticks`
single quote', "double quote"
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the difference between === and ==
Three equal signs compares type and value, and two equal signs compares only value
Three equal signs compares only value, and two equal signs compares type and value
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
const age = 17
if (age >= 18){
console.log("you can get in")
} else if (age > 16) {
console.log("you're not quite ready")
}else {
console.log("You're too young")
}
What will this code return?
"you're not quite ready"
"you can get in"
"You're too young"
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
const fishSpecies = "clownfish"
const inhabitat = "anemone"
if (fishSpecies === "clownfish" && inhabitat === "anemone"){
console.log("welcome home, nemo")
} else{
console.log("only clownfish is allowed in the anemone")
}
What will this return?
"welcome home, nemo"
"only clownfish is allowed in the anemone"
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
if (name === "leon" && hair ==="gorgeous"{ //run code } What must be true so the code runs?
name must be Leon and hair must be gorgeous
Either name must be Leon or hair must be gorgeous
Create a free account and access millions of resources
Similar Resources on Quizizz
20 questions
Boolean Logic, Comparison Operators, and Loops Review Quiz

Quiz
•
10th Grade
23 questions
Intro to Algorithms

Quiz
•
9th - 12th Grade
20 questions
JS alapok 1.

Quiz
•
9th - 12th Grade
20 questions
js DOM

Quiz
•
12th Grade - Professi...
21 questions
Prog Web U3

Quiz
•
University
20 questions
Advanced JavaScript

Quiz
•
Professional Development
20 questions
JS - Practice 1

Quiz
•
Professional Development
25 questions
[Week 10] The JavaScript Odyssey: History and Essentials

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