ASP is a . . . . . . . . language that tells the client’s browser how to render the page on the computer screen.

Markup
Programming
Structured Query
Data storage

The correct answer is: B. Programming

ASP is a programming language that tells the client’s browser how to render the page on the computer screen. It is a server-side scripting language that allows developers to create dynamic web pages. ASP pages are processed by a web server before they are sent to the client’s browser. This allows developers to add interactivity and functionality to their web pages.

The other options are incorrect because:

  • A. Markup languages are used to format text and add structure to documents. They are not used to create dynamic web pages.
  • C. Structured Query Language (SQL) is a programming language that is used to manage data in relational databases. It is not used to create dynamic web pages.
  • D. Data storage is the process of storing data in a way that it can be easily accessed and retrieved. It is not a programming language.