#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
What are variables?
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 Wayground
20 questions
Boolean Logic, Comparison Operators, and Loops Review Quiz

Quiz
•
10th Grade
23 questions
msp quiz

Quiz
•
University - Professi...
20 questions
Tecnologías de programación-Competencia 1-Introducción-Métodos

Quiz
•
University
23 questions
js basic

Quiz
•
University
20 questions
Java Arrays

Quiz
•
9th - 12th Grade
20 questions
2024-2025 Fundamentals of Computing Final Exam Study Guide

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

Quiz
•
9th - 12th Grade
21 questions
Prog Web U3

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade