CompTIA A+ Exam 220-1102: User-End Web Page Scripts

User-End Web Page Scripts

Question

Which of the following types of scripts would be seen on the user end of a web page?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

D.

The type of script that would be seen on the user end of a web page is .js or JavaScript.

JavaScript is a scripting language commonly used to add interactivity to web pages. It can be used to create effects like drop-down menus, image sliders, and form validation. JavaScript code is embedded within HTML code and is executed by the user's web browser.

Option A, .bat, is a batch file, which is used on Windows operating systems to automate tasks or run commands. Batch files are not used in web pages and are not executed by web browsers.

Option C, .sh, is a shell script, which is used on Unix-based operating systems to automate tasks or run commands. Shell scripts are not used in web pages and are not executed by web browsers.

Option D, .vbs, is a Visual Basic script, which is used on Windows operating systems to automate tasks or run commands. Visual Basic scripts are not used in web pages and are not executed by web browsers.

In summary, the only type of script that would be seen on the user end of a web page is .js or JavaScript.