#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
24 questions
JS Stałe, zmienne, operatory, if else, for

Quiz
•
12th Grade - University
20 questions
Kuis Google colaboratory

Quiz
•
10th Grade
24 questions
Objektumok és operátorok

Quiz
•
9th - 12th Grade
20 questions
Beamery JavaScript Pub Quiz

Quiz
•
Professional Development
20 questions
Q4 Exam Cumulative

Quiz
•
10th - 11th Grade
20 questions
Ujian Teori XI PPLG SMK N 2 Padang

Quiz
•
11th Grade
21 questions
AWS Basics and IAM

Quiz
•
Professional Development
20 questions
Quiz 1_DSA

Quiz
•
University
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
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
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade