nerdexam
CompTIA

220-1002 · Question #220

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

The correct answer is B. .js. JavaScript (.js) is the standard client-side scripting language that runs directly in the user's web browser. .bat files are Windows batch scripts that run locally on a machine's command line, .sh files are Unix/Linux shell scripts, and .vbs (VBScript) files are legacy…

Networking

Question

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

Options

  • A.bat
  • B.js
  • C.sh
  • D.vbs

How the community answered

(22 responses)
  • A
    5% (1)
  • B
    91% (20)
  • D
    5% (1)

Explanation

JavaScript (.js) is the standard client-side scripting language that runs directly in the user's web browser. .bat files are Windows batch scripts that run locally on a machine's command line, .sh files are Unix/Linux shell scripts, and .vbs (VBScript) files are legacy Microsoft scripts that run outside the browser context. Only .js executes on the client (user) side of a web page in all modern browsers.

Topics

#JavaScript#client-side scripting#web scripting#script file types

Community Discussion

No community discussion yet for this question.

Full 220-1002 Practice