
Js variables data type arithmetic expression

Quiz
•
Information Technology (IT)
•
11th Grade
•
Hard
cid ungriano
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
What is the data type of the variable userName?
Number
Boolean
String
Undefined
2.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
What happens when the line age = 30; is executed?
The value of age is updated to 30.
The program runs without errors.
A TypeError occurs because age is declared with const.
The program will ignore the line.
3.
MULTIPLE CHOICE QUESTION
30 sec • 4 pts
Which of the following correctly explains the line isStudent = false;?
A new variable is created.
The boolean value of isStudent is updated.
A syntax error occurs because let variables cannot be changed.
false is appended to isStudent.
4.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Why can userName be reassigned but age cannot?
userName is a const variable, and age is a let variable.
Both variables can be reassigned.
userName is declared with let, allowing reassignment, but age is declared with const, making it immutable.
const only prevents reassignment for numbers, not strings.
5.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
Which statement is true about the let and const keywords?
let allows reassignment, but const does not.
const is used only for numbers.
let variables are automatically converted to strings.
const variables can be reassigned inside a function.
6.
MULTIPLE CHOICE QUESTION
30 sec • 2 pts
If the user enters "15" in the prompt, what will be the value of userAge immediately after input?
15 (as a number)
"15" (as a string)
Undefined
NaN
7.
MULTIPLE CHOICE QUESTION
30 sec • 3 pts
What will be the value of yearsSinceBirth?
2000
25
"25"
NaN
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Parts of a Computer: Operating System Functions

Quiz
•
9th Grade - University
11 questions
Network+ 1.3.5 & 1.3.6 Transport and Application Layer

Quiz
•
11th Grade
9 questions
Keamanan Jaringan Komputer

Quiz
•
10th Grade - University
10 questions
Quiz 2 (Estrutura e Características de um Algoritmo)

Quiz
•
9th - 12th Grade
12 questions
3TDS - Programação Backend - Aul 17

Quiz
•
11th Grade
10 questions
Understanding User Interfaces and Programming

Quiz
•
9th Grade - University
14 questions
Net+ 1.4 Reading Activity

Quiz
•
11th Grade
10 questions
Mobile - UI x UX

Quiz
•
11th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade