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

Quiz
•
University
20 questions
Examen Teórico de JavaScript

Quiz
•
12th Grade
20 questions
JS - Practice 1

Quiz
•
Professional Development
30 questions
JavaScript Arrays

Quiz
•
10th - 12th Grade
23 questions
Intro to Algorithms

Quiz
•
9th - 12th Grade
25 questions
Test Your JavaScript Fundamental (Part 1)

Quiz
•
University
20 questions
js DOM

Quiz
•
12th Grade - Professi...
20 questions
Advanced JavaScript

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
67 questions
Course Recap Ptho May25

Quiz
•
University
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
8 questions
"Keeping the City of Venice Afloat" - STAAR Bootcamp, Day 1

Quiz
•
9th - 12th Grade
20 questions
Distance, Midpoint, and Slope

Quiz
•
10th Grade
20 questions
Figurative Language Review

Quiz
•
10th Grade
20 questions
Understanding Linear Equations and Slopes

Quiz
•
9th - 12th Grade