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
18 questions
Cyber EOP - MAC Address By Mr. B

Quiz
•
12th Grade - University
16 questions
JavaScript Quiz

Quiz
•
University
13 questions
AULA 02--[JavaScript]

Quiz
•
University
12 questions
HTML, JAVASCRIPT,XML

Quiz
•
University
20 questions
Digital Forensics Quiz

Quiz
•
University
20 questions
Sorting and Searching Algorithms Quiz - Batch 1

Quiz
•
University
15 questions
If-Statement and Relational Operators Quiz

Quiz
•
6th Grade - University
12 questions
Python Functions and Docstrings Quiz

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
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University