
Grade 10: 4th Quarter-Quiz No. 1
Quiz by Donnalyn Mercado
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Which of the following is a widely used web-based programminglanguage that powers the dynamic behavior on most websites?
Whic of these terms refers to a language that is interpreted by another program at runtime rather than compiled by the computer’s processor as another programing languages are?
When we say that Javascript is client side, what does it mean?
When we say that Javascript is a high level scripting language, what does it mean?
Javascript is an interpreted language. It means that......
It refers to the attributes and description of an object.
which of the following refers to the actions that an object can perform?
These are values or instructions that will be used inside the method.
in the example: document.write("Hello World"); which of the following is an object?
in the example: document.write("Hello World"); which of the following is a parameter?
what method is used to set a time interval before activating an event?
cookieEnabled is a method of what object?
which of the following is a method that is used to display a message?
What Javascript attribute specifies the name and location of of the script file?
The result of user's action is called ______.
A block of JavaScript code, that can be executed when "called" for.
Which object provides the capability to perform math operations?
Which object determines which browser is running?
Which of the following object is the container for all HTML, HEAD, andBODY objects associated within the HTML tags of the HTML documents?
what method of the document object is used to read the information stored in a cookie text file?