Contact:-9447974300

Chapter-5. WEB DESIGNING USING HTML

1. What are the different types of list used in web page?. Explain its Tags. a).  Ordered List: In this type of list , the list items are in some numerical or alphabetical order. <OL> and </OL> tags used to form an ordered list. Its attributes are, 1). Type: It...
Read More →

Chapter- 4. WEB TECHNOLOGY

1. ——— protocol helps e-mail communication. Ans:      Simple Mail Transfer Protocol 2. What is DNS server? When we give a URL to the browser the Domain Name System (DNS)server return the IP address of the server in which the web site is...
Read More →

Chapter – 3. Functions

1. What are the merits and demerits of modular programming? Modular programming is the dividing of the entire problem into small sub problems that can be solved by writing separate programs. Merits of modular programming a). Reduces the size of the program b). Less chance of...
Read More →

Chapter-2. ARRAYS

1.  What is an Array? Arrays are used to store a set of values of the same type under a single variable name. It is a collection of same type elements placed in contiguous memory locations. Each element in an array can be accessed using its position in the list, called index...
Read More →