Tag: web technology

Questions Related to web technology

WYSIWYG stands for What-You-See-Is-What-You-Get

  1. True

  2. False


Correct Option: A

AI Explanation

To answer this question, you need to understand what WYSIWYG stands for.

WYSIWYG stands for "What-You-See-Is-What-You-Get." It is a term used in computing to describe a system or software that allows users to see a preview of the final output as they are creating or editing it. This means that what you see on the screen during the editing process should closely resemble the final printed or displayed result.

Given this definition, the correct answer is:

A. True - This option is correct because WYSIWYG indeed stands for "What-You-See-Is-What-You-Get."

  1. Boundary value analysis

  2. Equivalence partitioning

  3. Decision table testing

  4. State transition testing


Correct Option: B
  1. Create separate areas for desktop and mobile browsers

  2. Use same controllers and views for desktop and mobile browsers, but render views with different razor layouts for desktop and mobile browsers.

  3. Do nothing

  4. Use same controllers, but render different views for desktop and mobile browsers.


Correct Option: B
  1. Index method of HomeController.cs

  2. About method of _Layout.cshtml

  3. RegisterRoutes method in Global.asax.cs

  4. Login method of HomeController.cs


Correct Option: C