LSU ISDS 3105 CERTIFICATION
EVALUATION SCHEDULE 2026 FULL
QUESTIONS WITH SOLUTIONS EXAM
STUDY GUIDE
⫸ Every field set must contain the _____ element, which should
have only text and no nested elements for describing its content.. Ans:
legend
⫸ get and post are two possible values for the _____ attribute.. Ans:
method
⫸ Identify a syntax that displays a selection list as a scroll box with
5 options visible in the web form.. Ans: <select size="5"> ... </select>
⫸ Identify a widget that allows the user to interact with the form for
entering numeric values confined to a specified range.. Ans: Slider
control
⫸ Identify an attribute that can be added to the input element to
validate a text value against a regular expression.. Ans:
pattern="regex"
⫸ Identify the type of control that performs an action.. Ans: A form
button
, ⫸ Which of the following is true of field sets?. Ans: Field sets act
like block elements that can expand to accommodate their content.
⫸ In the accompanying figure, Box B points to _____.. Ans: option
buttons
⫸ In the accompanying figure, Box E represents a _____.. Ans: Spin
box
⫸ A _____ is any group of characters enclosed within either double
or single quotation marks in JavaScript.. Ans: text string
⫸ Identify a statement that is added to the first line of the file to run
a script in strict mode.. Ans: "use strict";
⫸ JavaScript is used as a programming tool for:. Ans: creating
interactive web forms and animated graphics.
⫸ A command that indicates an action for the browser to take
should end with a _____.. Ans: semicolon
⫸ A _____ occurs after a script has been successfully loaded with
no syntax errors and is being executed by a browser.. Ans: run-time
error
EVALUATION SCHEDULE 2026 FULL
QUESTIONS WITH SOLUTIONS EXAM
STUDY GUIDE
⫸ Every field set must contain the _____ element, which should
have only text and no nested elements for describing its content.. Ans:
legend
⫸ get and post are two possible values for the _____ attribute.. Ans:
method
⫸ Identify a syntax that displays a selection list as a scroll box with
5 options visible in the web form.. Ans: <select size="5"> ... </select>
⫸ Identify a widget that allows the user to interact with the form for
entering numeric values confined to a specified range.. Ans: Slider
control
⫸ Identify an attribute that can be added to the input element to
validate a text value against a regular expression.. Ans:
pattern="regex"
⫸ Identify the type of control that performs an action.. Ans: A form
button
, ⫸ Which of the following is true of field sets?. Ans: Field sets act
like block elements that can expand to accommodate their content.
⫸ In the accompanying figure, Box B points to _____.. Ans: option
buttons
⫸ In the accompanying figure, Box E represents a _____.. Ans: Spin
box
⫸ A _____ is any group of characters enclosed within either double
or single quotation marks in JavaScript.. Ans: text string
⫸ Identify a statement that is added to the first line of the file to run
a script in strict mode.. Ans: "use strict";
⫸ JavaScript is used as a programming tool for:. Ans: creating
interactive web forms and animated graphics.
⫸ A command that indicates an action for the browser to take
should end with a _____.. Ans: semicolon
⫸ A _____ occurs after a script has been successfully loaded with
no syntax errors and is being executed by a browser.. Ans: run-time
error