nerdexam
Microsoft

98-361 · Question #27

Which language allows you to dynamically create content on the client side?

The correct answer is D. JavaScript (JS). JavaScript (JS) is a dynamic computer programming language. It is most commonly used as part of web browsers, whose implementations allow client-side scripts to interact with the user, control the browser, communicate asynchronously, and alter the document content that is…

Understanding Web Applications

Question

Which language allows you to dynamically create content on the client side?

Options

  • AExtensible Markup Language (XML)
  • BCascading Style Sheets (CSS)
  • CHypertext Markup Language (HTML)
  • DJavaScript (JS)

How the community answered

(28 responses)
  • A
    11% (3)
  • B
    4% (1)
  • C
    4% (1)
  • D
    82% (23)

Explanation

JavaScript (JS) is a dynamic computer programming language. It is most commonly used as part of web browsers, whose implementations allow client-side scripts to interact with the user, control the browser, communicate asynchronously, and alter the document content that is displayed.

Topics

#JavaScript#client-side scripting#dynamic content#web technologies

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice