C777 My final study Question and answers 100% correct
2026/2027
1 Which event occurs when a user modifies
. change the value of a form field?
2 rese Which event occurs when a form's Reset
. t button is clicked?
3. methods What are actions that an object can be made to
perform?
4. null Which value indicates that a user enters nothing in a
text box then submits the form?
5. Logical Which type of operator will evaluate to true or
false? Example: 25 < 75
6. Comparison Which type of operator compares two values and
returns a true or false value?
7. Conditional Which type of operator makes decisions in a
script? Example: (a > b) ? a++ : a--
8. object What is a self-contained programming
component that contains properties and
methods?
9. used to store data with an variables
as-signed name, and are
case sensi-tive
10. variables start with? letter,
$
underscore
11. includes letters, strings
numbers, punctuation and
spaces in " " or ' '
, C777 My final study
12. used to message a user, alert( )
User must acknowledge the
message with a button to
close it out
prompt( )
13. displays a message to the
user and asks for an
answer in re-sponse
14. shows a message to the user and confirm( )
allows them to answer in a
YES or NO (boolean)
15. created outside a function, acces- global variables
sible anywhere in the program
16. created inside a function, only ac- local variables
cessible while inside of the
func-tion
17. a letter, What must variable names begin with?
the underscore
( _ ), or the dollar
sign ( $ )
18. WebM What is an open-source media file format
designed for streaming video on the Web?
19. loop="loop" Which HTML attribute specifies that the audio or
video file will play over and over again without
stopping?
20. <section> Which HTML structure tag defines a thematic
grouping of content, typically with a heading?
, 21. HTML 4.01 Strict Which HTML 4.01 flavor required the separation
of pre-sentation and content?
2026/2027
1 Which event occurs when a user modifies
. change the value of a form field?
2 rese Which event occurs when a form's Reset
. t button is clicked?
3. methods What are actions that an object can be made to
perform?
4. null Which value indicates that a user enters nothing in a
text box then submits the form?
5. Logical Which type of operator will evaluate to true or
false? Example: 25 < 75
6. Comparison Which type of operator compares two values and
returns a true or false value?
7. Conditional Which type of operator makes decisions in a
script? Example: (a > b) ? a++ : a--
8. object What is a self-contained programming
component that contains properties and
methods?
9. used to store data with an variables
as-signed name, and are
case sensi-tive
10. variables start with? letter,
$
underscore
11. includes letters, strings
numbers, punctuation and
spaces in " " or ' '
, C777 My final study
12. used to message a user, alert( )
User must acknowledge the
message with a button to
close it out
prompt( )
13. displays a message to the
user and asks for an
answer in re-sponse
14. shows a message to the user and confirm( )
allows them to answer in a
YES or NO (boolean)
15. created outside a function, acces- global variables
sible anywhere in the program
16. created inside a function, only ac- local variables
cessible while inside of the
func-tion
17. a letter, What must variable names begin with?
the underscore
( _ ), or the dollar
sign ( $ )
18. WebM What is an open-source media file format
designed for streaming video on the Web?
19. loop="loop" Which HTML attribute specifies that the audio or
video file will play over and over again without
stopping?
20. <section> Which HTML structure tag defines a thematic
grouping of content, typically with a heading?
, 21. HTML 4.01 Strict Which HTML 4.01 flavor required the separation
of pre-sentation and content?