Grade 10: Semi-final exam
Quiz by Donnalynn Mercado
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
- Q1
What term means that the language is interpreted by another program at runtime rather than compiled by the computer’s processor as another programing languages are?
Compiling
Interpreting
Scripting
Translating
30s - Q2
Which of the following is a widely used web-based programming language that powers the dynamic behavior on most websites?
Cascading Style Sheet
Hypertext Markup Language
JavaScript
Phyton
30s - Q3
JavaScript works just like Java. They are the same.
falsetrueTrue or False30s - Q4
Codes and formulas are processed right on the user’s computer. This means that JavaScript is _____
client-side
high-level scripting
Interpreted
object-oriented
30s - Q5
JavaScript is a single-threaded language. It means that_________
it opens a code one at a time
only one script can be added to a file
One publication at a time
one condition can only be applied to a script
30s - Q6
In JavaScript, a collection of properties is called ___________
method
object
parameters
properties
30s - Q7
Which term means that codes are written in words that are closed to English as possible?
client-side
high-level scripting
interpreted
object-oriented
30s - Q8
Actions that an object can perform is called:
Users enter free textType an Answer30s - Q9
The values or instructions that will be used inside the method is called:
object
properties
parameters
script tags
30s - Q10
What do you call the attributes and description of an object?
condition
method
properties
parameters
30s - Q11
JavaScripts can react to events. This means that:
JavaScript can be used to validate it and thus save processing time.
JavaScript uses cookies used to monitor the visitor’s internet habit and preferences.
JavaScript can add pop up boxes.
Mouse clicks, pressing on the keyboard and preloading of webpage can lead to executing codes written in JavaScript.
30s - Q12
What term means that the value of the variable is dependent on what value was assigned to it so even during runtime, the type can still change.
Users re-arrange answers into correct orderJumble45s - Q13
what does DOM mean?
Users enter free textType an Answer30s - Q14
What attribute to define scripting language and identify its version?
Users enter free textType an Answer30s - Q15
In the example document.getElementbyId("demo"), which of the following is a method?
( )
demo
document
getElementbyId
30s