APA1 - Quick JS recap

Quiz
•
Computers
•
University
•
Medium
Steve Rich
Used 4+ times
FREE Resource
17 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be output on line 7?
7
13
14
15
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which line has on it a template string literal?
Line 1
Line 2
Line 4
Line 6
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which line in this conditional will be executed?
Line 4
Line 6
4.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
In this code, what is the purpose of the " ? : " symbols?
It's a conditional ternary operator used to assign a value to canVote based on the age.
It's a syntax error, and the code won't run.
It's a shorthand way to define an if-else statement.
It's used to compare the value of age with 18.
Answer explanation
The ? : symbols represent the ternary operator in JavaScript. It's a concise way to write an if-else statement in a single line. In this case, it checks if age is greater than or equal to 18. If true, it assigns "Yes" to canVote; otherwise, it assigns "No".
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
In this code, when would the grade be set to "F"?
When score is greater than or equal to 90.
When score is between 80 and 89 (inclusive).
When score is between 70 and 79 (inclusive).
When score is between 60 and 69 (inclusive).
When score is less than 60.
Answer explanation
The code uses nested ternary operators to assign a grade based on the score. The final part of the expression : "F" acts as a default case. This means that if none of the previous conditions are met (i.e., the score is not greater than or equal to 60), the grade will be set to "F".
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
In this code, what would happen if the day was "Tuesday"?
It would log to the console: "It's the start of the week."
It would log to the console: "It's midweek!"
It would log to the console: "It's the weekend!"
It would log to the console: "It's just another day."
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In this code, what would happen if the time was -5?
It would log "Good morning!" to the console.
It would log "Good afternoon!" to the console.
It would log "Good evening!" to the console.
There would be a syntax error.
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
JavaScript

Quiz
•
University
15 questions
JavaScript Basics

Quiz
•
12th Grade - University
15 questions
Большое Повторение C#

Quiz
•
5th Grade - University
15 questions
JAVASCRIPT.QUIZ

Quiz
•
University
15 questions
ANALYSIS OF ALGORITHMS

Quiz
•
University
20 questions
Quiz No. 3 - JS Loops

Quiz
•
University
20 questions
Review JavaScript

Quiz
•
11th Grade - University
16 questions
JS - Knowledge Check

Quiz
•
University
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
15 questions
Let's Take a Poll...

Quiz
•
9th Grade - University
2 questions
Pronouncing Names Correctly

Quiz
•
University
12 questions
Civil War

Quiz
•
8th Grade - University
18 questions
Parent Functions

Quiz
•
9th Grade - University
21 questions
Mapa países hispanohablantes

Quiz
•
1st Grade - University
19 questions
Primary v. Secondary Sources

Quiz
•
6th Grade - University
25 questions
Identifying Parts of Speech

Quiz
•
8th Grade - University
20 questions
Disney Trivia

Quiz
•
University