Tag: web-design

Questions Related to web-design

Which of the following is a more efficient alternative to CGI?

  1. ISAPI

  2. VB Script

  3. SGML

  4. HTML

  5. XML


Correct Option: A

AI Explanation

To answer this question, you need to understand the concept of CGI (Common Gateway Interface) and its alternatives.

CGI is a protocol that allows web servers to interact with external programs, typically to generate dynamic web content. However, CGI can be inefficient in terms of performance and scalability. Therefore, alternative technologies have been developed to improve efficiency.

Let's go through each option to understand why it is correct or incorrect:

Option A) ISAPI - This option is correct because ISAPI (Internet Server Application Programming Interface) is a Microsoft technology that provides a more efficient alternative to CGI. It allows web servers to directly load and execute DLLs (Dynamic Link Libraries) to process incoming requests, resulting in improved performance.

Option B) VB Script - This option is incorrect. VB Script is a scripting language used for automating tasks within Windows operating systems. It is not a direct alternative to CGI in terms of web application development or server-side processing.

Option C) SGML - This option is incorrect. SGML (Standard Generalized Markup Language) is a markup language used for defining document structures. It is not a technology specifically designed as an alternative to CGI.

Option D) HTML - This option is incorrect. HTML (Hypertext Markup Language) is a markup language used for creating web pages. It is not a server-side technology or an alternative to CGI.

Option E) XML - This option is incorrect. XML (eXtensible Markup Language) is a markup language used for storing and exchanging data. It is not a server-side technology or an alternative to CGI.

The correct answer is A) ISAPI. This option is correct because ISAPI provides a more efficient alternative to CGI for processing incoming web requests.

  1. CGI

  2. Server Script

  3. Server side processor

  4. Servlet

  5. Java Server Script


Correct Option: D
  1. None of the choices.

  2. graphic tablet

  3. VGA table

  4. palette

  5. color index


Correct Option: D

Which of the following are the attributes that can be used with the APPLET tag ?

  1. CODE

  2. ALIGN

  3. ALT

  4. CODEBASE

  5. All of the above


Correct Option: E

Using inline styles on a page with multiple overlapping styles is being referred to as:

  1. DHTML

  2. SGML

  3. CSS

  4. XHTML


Correct Option: C

AI Explanation

To answer this question, you need to understand the concept of inline styles and how they interact with other styles on a webpage.

Option A) DHTML - This option is incorrect because DHTML (Dynamic HTML) refers to a combination of HTML, CSS, and JavaScript used to create dynamic and interactive webpages. It does not specifically refer to the use of inline styles.

Option B) SGML - This option is incorrect because SGML (Standard Generalized Markup Language) is a markup language used for defining the structure and content of documents. It is the parent language of HTML and XML, but it does not specifically refer to the use of inline styles.

Option C) CSS - This option is correct because using inline styles on a webpage with multiple overlapping styles is referred to as CSS (Cascading Style Sheets). Inline styles are styles applied directly to individual HTML elements using the "style" attribute. Inline styles have the highest specificity and will override any external or internal styles.

Option D) XHTML - This option is incorrect because XHTML (Extensible Hypertext Markup Language) is a stricter and more XML-compliant version of HTML. It does not specifically refer to the use of inline styles.

The correct answer is C) CSS. This option is correct because using inline styles is referred to as CSS, where styles are applied directly to HTML elements using the "style" attribute.

Your company wants to be able to give the customers only, access to the inventory as well as place orders over the internet. What type of Web site would this be considered?

  1. Externet

  2. Internet

  3. Intranet

  4. Extranet


Correct Option: D
  1. you cannot do this

  2. use the ASK attribute

  3. use the MESSAGE attribute

  4. use the PROMPT attribute


Correct Option: D

Higher-end (24-bit) monitors are capable of displaying how many colors?

  1. 17,000

  2. 170,000

  3. 17,000,000


Correct Option: C

AI Explanation

To answer this question, we need to understand the concept of color depth in monitors.

Color depth refers to the number of distinct colors that can be represented on a display. It is measured in bits, and each bit represents a binary value (0 or 1).

A 24-bit monitor is capable of displaying 24 bits per pixel. Since each bit can have two possible values (0 or 1), a 24-bit monitor can represent 2^24 different combinations of bits.

Therefore, a 24-bit monitor is capable of displaying 2^24 = 16,777,216 different colors.

The correct answer is C) 17,000,000. This option is correct because a higher-end 24-bit monitor is capable of displaying approximately 16.8 million colors.