Tag: web-design

Questions Related to web-design

  1. It is a new hybrid technology that is different from both XML and HTML.

  2. You can't use it to create Web pages.

  3. It is a reformulation of HTML in XML.

  4. It has totally replaced HTML as the tool for building Web pages.


Correct Option: C
Explanation:

To solve this question, the user needs to have a basic understanding of web development and markup languages.

Now, let's go through each option and explain why it is right or wrong:

A. It is a new hybrid technology that is different from both XML and HTML. - This option is incorrect. XHTML stands for "Extensible Hypertext Markup Language", and it is a markup language that is based on XML. XHTML combines the syntax of HTML with the strictness of XML.

B. You can't use it to create Web pages. - This option is incorrect. XHTML is used to create web pages just like HTML.

C. It is a reformulation of HTML in XML. - This option is correct. XHTML is a reformulation of HTML in XML, which makes it easier for web developers to create valid and well-formed web pages.

D. It has totally replaced HTML as the tool for building Web pages. - This option is incorrect. Although XHTML has some advantages over HTML, it has not completely replaced it. HTML is still widely used for building web pages.

Therefore, the correct answer is:

The answer is: C

A friend has designed a graphic containing several words. Why should he/she choose to save this image file as a GIF rather than a JPG?

  1. JPG's render true color poorly at some screen resolutions, whereas GIFs do not.

  2. The GIF file format is tailored to the Internet, whereas the JPG was developed for storage only.

  3. The file compression features of the JPG format may render the fonts unreadable.

  4. JPG's are about three times the size of GIFs and therefore take more time to render in a browser.


Correct Option: C

AI Explanation

To answer this question, let's go through each option to understand why it is correct or incorrect:

Option A) JPG's render true color poorly at some screen resolutions, whereas GIFs do not. This option is incorrect. Both JPG and GIF formats support true color rendering, so the choice of file format does not affect the rendering of true color.

Option B) The GIF file format is tailored to the Internet, whereas the JPG was developed for storage only. This option is incorrect. While it is true that GIF was originally developed for the internet and supports animation, JPG is also widely used for web graphics and is suitable for internet use.

Option C) The file compression features of the JPG format may render the fonts unreadable. This option is correct. One of the main differences between GIF and JPG formats is the compression algorithm used. JPG uses lossy compression, which can result in a loss of quality, especially in areas with sharp edges or text. This can make the fonts in the image less readable compared to a GIF file.

Option D) JPG's are about three times the size of GIFs and therefore take more time to render in a browser. This option is incorrect. JPG files are generally larger in size compared to GIF files due to the compression algorithm used, but the size difference is not typically three times. Additionally, the rendering time in a browser depends on various factors, such as the file size, internet connection, and browser capabilities, rather than just the file format.

The correct answer is C) The file compression features of the JPG format may render the fonts unreadable. This option is correct because the lossy compression used in JPG files can result in a loss of quality, making the fonts in the image less readable compared to a GIF file.

  1. It is a programming language

  2. It has full access to the Windows operating system

  3. It is a set of rules for how applications should share information

  4. It is riskier than Java applets in terms of security

  5. Either BCD


Correct Option: E
  1. Color and background properties

  2. Bi-directional text

  3. Positioning of elements on the page

  4. Styles for tables

  5. Either ABC


Correct Option: E
  1. incorrect file permission settings

  2. applets must register all its parameters with the JVM before it can function

  3. applets are protected

  4. applets are not registered


Correct Option: B
  1. It designs XML forms.

  2. It supports forms generated by Access Database.

  3. It has no server side form processing features.

  4. It has no client side form processing features.


Correct Option: C
  1. vector-graphic based animation

  2. browser independent

  3. bandwidth friendly

  4. requires client side plug-ins

  5. All of the above


Correct Option: E
  1. It uses OLE as the database technology

  2. There is no official standard

  3. It is a substitute to ActiveX control

  4. It is developed by W3C


Correct Option: B
  1. The use of SCRIPT tags in line with the HEAD and BODY tags.

  2. The addition of the INLINE tag within the controlling HTML.

  3. The embedding of scripting instructions within certain HTML tags.

  4. The physical justification of the script (major routines on the left, and lesser routines indented and on the right).


Correct Option: C