Posts

Showing posts from October, 2017

CH-3

Chapter 3 Microsoft Access 2010 Short answer type questions :- Q1. What is Microsoft Access ? Ans. It is a powerful personal database and data manipulation tool that is also widely used in many businesses . Q2. List any five advantages of MS Access 2010 . Ans. (i) Easy to install and use .             (ii) Widely Popular             (iii) Saves Time .                              (iv) Multiuser support             (v) Importing Data Q3.What does Microsoft Access 2010 database contain ? Write any five names . Ans. Microsoft Database is made up of 7 major components . The five names are as follows :- (i)Tables       ...

CH-8

Chapter 8 Lists and Images in  HTML Short Answer Type Questions :- Q1.Why do you add an image and a border in the web page ? Ans. Images are added to beautify and to depict many complex concepts in simple way on our webpage . The borders make the image highlighted. Q2.What is the use of Alternative text in the coding of a web page ? Ans. Alternative text is added to the web page to add a text in place of the image if the image does not load . Q3.How can you use add image in HTML ? Ans. We can add image by giving its source .For example: <IMG SRC = “Image location “> Long Answer Type Questions:- Q1.Explain ‘Lists in HTML’along with its types . Ans. Lists are a good way to structure HTML document . HTML has three types of lists . 1.     < ul>  :  An Unordered list . It will list the items using plain bullets . 2.      <ol> : An ordered list . It will use numbers to list the items . 3.  ...