
Grade 10: 4th Quarter-Quiz No. 3
Quiz by Donnalyn Mercado
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What do you call a temporary storage of values and expressions and string literals?
Which term refers to formulae that use mathematical symbols and numbers or a way to assign values to a variable?
Which data type has two possible values, true or false?
What data type is used for numbers with decimal and fractions?
Which of the following is a string literal?
Which variable keyword is keyword should only be used for values that cannot be changed?
what do you call the unique names of the variables?
Variable names can also begin with $ and _
Which of the following is an assignment operator?
How do you write equal in JavaScript?
A variable declared without a value will have the value _______________
You can re-declare a variable declared with let or const.
What method returns an Element object representing the element whose id property matches the specified string?
What do you call the numbers in an arithmetic operation?
These are used to evaluate the equality or difference between variables or values.
Write the operator that returns true if x is equal to y and the data are of the same type.
write the statement:Â x is not equal to y and/or the data is not of the same type
An operators used to determine the logic between expressions, variables, or values
Write the operator that returns true if both expressions are true.
What conditional statement will you use if you want to select one of many blocks of code to be executed?