b. spin box CORRECT ANS-In the accompanying figure, Box E represents a _____.
Select one:
a. slider control
b. spin box
c. calendar control
d. check box
b. text string CORRECT ANS-A _____ is any group of characters enclosed within either
double or single quotation marks in JavaScript.
Select one:
a. object
b. text string
c. entity
d. null value
c. "use strict"; CORRECT ANS-Identify a statement that is added to the first line of the file
to run a script in strict mode.
Select one:
a. use: strict
b. mode: strict
c. "use strict";
, ISDS 3105 Final Exam with Complete Solutions
d. "mode strict";
a. creating interactive web forms and animated graphics CORRECT ANS-JavaScript is used
as a programming tool for:
Select one:
a. creating interactive web forms and animated graphics.
b. providing virtual reality, diagnosis, and nonlinear controls.
c. managing databases.
d. designing style sheets for websites.
c. semicolon CORRECT ANS-A command that indicates an action for the browser to take
should end with a _____.
Select one:
a. forward slash
b. colon
c. semicolon
d. backslash
a. run-time error CORRECT ANS-A _____ occurs after a script has been successfully loaded
with no syntax errors and is being executed by a browser.
Select one:
a. run-time error