Text that cannot be changed by the user is termed as . . . . . . . . text.

Constant
Dynamic
Static
Hardcoded

The correct answer is: Static text.

Static text is text that cannot be changed by the user. It is usually pre-defined by the developer and is displayed in the same way on every page. Static text is often used for headings, labels, and other elements that need to be consistent throughout a website or application.

Constant text is similar to static text, but it is typically used for values that cannot change, such as the name of a company or the price of a product. Constant text is often stored in a database or other file so that it can be easily updated.

Dynamic text is text that can be changed by the user. It is often used for things like comments, search results, and shopping carts. Dynamic text is usually generated by a program or script, which allows it to be updated in real time.

Hardcoded text is text that is embedded directly into the code of a website or application. This type of text is difficult to change, and it can be a security risk if it contains sensitive information.

Here are some examples of static text:

  • The title of a website
  • The name of a company
  • The price of a product
  • A heading
  • A label

Here are some examples of dynamic text:

  • A comment
  • A search result
  • The contents of a shopping cart

Here are some examples of hardcoded text:

  • The name of a user
  • The password for a user account
  • A credit card number
Exit mobile version