Wednesday, September 29, 2021

Class 8 Computer Chapter 2 Moving Ahead with HTML

 

Class VIII

 Chapter 2

Moving Ahead with HTML

 

A. Tick (ü) the correct answer and fill in the blank.

1. <B> tag displays text in bold.

2. ALIGN is not an attribute of FONT tag.

3.   /    symbol is used to indicate an end tag.

4. SIZE  attribute of <HR> is used to change thickness of line.

5.<H1>  is the largest heading element.

 

B. Write T for true or F for false.

1. HTML documents can be saved with .html or .htm extension only. True

2. <HR> is an example of non-empty tag. False

3. Attributes are always placed in the closing tag. False

4. BGCOLOR is an attribute of <FONT> tag. False

5. <LR> tag is used to add a line break in the web page. False

 

C. Fill in the blanks using the given words.

1. HTML is used to create Webpages.

2. attributes provides extra information to the browser about how to apply the tag.

3. Information enclosed in the TITLE tag is displayed in the title bar of the browser window.

4. BACKGROUND attribute of the BODY tag is used to set a picture in the background of web page.

5. <Hn> tag can display headings upto    6   levels.   

 

D. Answer in short.

Que 1.Which tag is used to change default font of the web page?

Ans -<FONT>tag is used to change default font of the web page.

Que 2. Which tag is used to make a text italics?

Ans -<I> tag is used to make a text italics.

Que 3.What should be the first tag in any HTML document?

Ans -<HTML>tag.

 

Que 4.What are the different types of Headings supported by HTML document?

Ans -To describe different levels of headings in the web page, <Hn> tag is used, where n is a number ranging from 1 to 6.

<H1> is the largest heading tag while <H6> is the smallest heading.

E. Answer in detail.

 

Que 1.Explain the use of BODY tag with its attributes.

Ans -<BODY>: This tag contains all the contents of the documents such as headings, paragraphs, images, hyperlinks, tables, lists, etc.

              It has following attributes:

 

BACKGROUND: Used to set a background image.

BGCOLOR: Used to set background color.

TEXT: Used to specify the text color.

 Format:

 

<BODY BGCOLOR=”blue” TEXT=”red”> …..</BODY>

<BODY BACKGROUND=”image_name” TEXT=”red”> …..</BODY>

 

Que 2.How can you change the font type, size and color of the text in HTML?

Ans -To change the font type use FACE attribute–

Format:<FONT FACE = “font name”>

Example:<FONT FACE = “Arial”>

 

To change the font size use SIZE attribute–

Format:<FONT SIZE = “value”>

Example:<FONT SIZE = “7”>


 

To change the font color use COLOR attribute–

Format:<FONT COLOR = “color name”>

Example:<FONT COLOR = “red”>


Que 3 What is the use of <MARQUEE> tag?

Ans –MARQUEE tag is used to add scrolling text on the web page. The DIRECTION attribute is used to choose the direction of scroll( up, down, left or right).

 Format: <MARQUEE DIRECTION = “position”> text….</MARQUEE>

               Where position = up, down, left, right.

 Example:

<MARQUEE> Welcome to our school</MARQUEE>

<MARQUEE DIRECTION= “up”> Class 8</MARQUEE>

<MARQUEE DIRECTION= “left”> Class 7</MARQUEE>

<MARQUEE DIRECTION= “down”> Class 6</MARQUEE>

<MARQUEE DIRECTION= “right”> Class 5</MARQUEE>

 

Tuesday, September 28, 2021

NCERT Class 6 Science - Workbook Chapter 6 Changes Around Us

Class VI

Science Workbook

Chapter 6 

Changes Around Us


I. Answer the following questions in brief:

Q.1 State whether the following changes can be reversed or not:

i) Blowing air into a balloon without bursting it. It can be reversed

ii) Baking a clay pot in the oven. It cannot be reversed

iii) Making a flower by paper cutting. It cannot be reversed

iv) Fixing a metal rim on a wooden wheel. It can be reversed


Q.2. Can we bring about a change in a substance without heating it? If so, how?

Ans. Yes we can bring about a change in a substance without heating it. By mixing a different substance on it.

Q.3. A potter shapes a lump of clay into a pot on his wheels and then takes it into an oven. Point out the changes that can be reversed or cannot be reversed in this process.

Ans. Potter shapes a lump of clay into a pot it is reversible change or physical change. When it takes into an oven it is irreversible change or chemical change.

Q.4. Why are metal rims heated to fix them onto the wooden wheels? Can this change be reversed?

Ans. The metal rim is made slightly smaller than the wooden wheel. On heating, the rim expands and fits onto the wheel. Cold water is then poured over the rim, which contracts and fits tightly onto the wheel. Yes this change be reversed.

Q.5. Melting of wax is a reversible change while burning of candle is non-reversible. Justify this statement.

Ans. The melting of the wax is a reversible change as the shape of the wax can be obtained by heating it. While the burning of candle is an irreversible change as the burnt candle thread cannot be obtained.

II. Give one term for each of the following:

a) Changing a solid into liquid by heating. Melting

b) Changing of water vapour into liquid by cooling. Condensation

c) Reduction in size of a substance due to cooling. Contraction

d) Increase in size of a substance due to heating. Expansion

e) Change of liquid water into gas form. Evaporation


III. Fill in the blanks:

a) A change may occur by mixing a substance with some other.

b) We can change a substance by heating it.

c) A change may occur by heating a substance.

d) Some changes can be reversed while others cannot be done so.

e) A substance contracts when it is cooled.


IV. Write whether True or False 

a) The metal ring in tools is made slightly larger than the handle. (False)

b) Separating bran from wheat flour is a change that can be reversed. (False)

c) Stretching a rubber is a change that can be reversed. (True )

d) The size of the metal rim to be fixed on a wooden wheel is slightly smaller than it. (True)

e) On blowing air into a balloon, it bursts. It is a change that can be reversed. (False)

V. Match the following:

Ans.

a) Drying clothes usder the sun - (vi) Evaporation

b) Change of water vapour into liquid - (v) Condensation

c) Reduction in size by cooling - (iii) Contraction

d) Change of liquid water into gas form - (ii) can be reversed

e) Increase in size by heating - (i) Expansion

d) Sprouting of seeds - (iv) can't be reversed


VI. Select the correct alternative:

(i) The metallic rim which is to be fitted onto a wooden wheel should be

Ans - a) slightly smaller that the wheel

(ii) We can bring about a change in a substance by 

Ans - c) Both of these

(iii) Water and sugar are added to obtain sugar solution. We can get the original substances by

Ans - d) Evaporation and Condensation

(iv) Shown below are some activities to bring about changes in substances.


The changes that can be reversed from among these are

Ans - d) IV and I


(H.W.) 

VII. Complete the following word puzzle using the clues given below:

Saturday, September 25, 2021

Class 7 Chapter 4 Let's Learn HTML

Class VII

CHAPTER 4

Let’s Learn HTML

 

A. Tick (ü) the correct answer and fill in the blank.

1. Notepad is an example of Text editor.

2. Every HTML document consists of tags.

3. The tags are always enclosed within pair of angular brackets.

4. <BR> is an example of Empty tag.

5.   .htm   is the extension of HTML document.

 

B. Fill in the blanks using the given words.

 

1. HTML is used to create web pages.

2. Attribute provides extra information to the browser about how to apply the tag.

3. Information enclosed in the title tag is displayed in the title bar of the browser window.

4. BACKGROUND attribute of the BODY tag is used to set a picture in the background of web page.

 

C. Encircle the errors in the following statements. Rewrite them correctly.


D. Answer in short.

 

Que 1 What are tags in HTML?

Ans - HTML tags are the special keywords enclosed between the angle brackets (< and >) that convey a meaning to the web browser about how to display the contents followed by them.

 

Que 2 Name the two types of HTML tags?

Ans – The two types of HTML tags are:

 

*      Non empty tag (or Container tag)

        Example–  HTML tag, Body tag, Head tag, TITLE tag.

 

*      Empty tag (or Non Container tag)

        Example–  Line Break tag.

 

 

Que 3 What are the two kinds of editors?

Ans – The two types of editors are:

*      WYSIWYG editors

        Example – Front Page and Adobe Dreamweaver.

 

*      Text editors

            Example – Notepad and Word Pad.

 

Que 4 What is the default color of an HTML document?

Ans - White Colour.

 

Que 5 Name the tag that contains all the contents of the web page.

Ans – Body tag       .

 

E. Answer in detail.

Que 1 Differentiate between empty and non empty tags.

Ans – Non-Empty TagThese type of tags have a starting as well as an ending tag and are called container tags or non-empty tags. For example -     <HTML>…</HTML>, <BODY>…</BODY> tags.

                 Empty Tag- There are some tags which do not need the ending tag.  For example, <HR>, <BR> tags.

 

Que 2 How are HTML documents viewed in web browsers?

Ans – The saved HTML document can be viewed in a web browser like Google Chrome, Mozilla Firefox, Opera, etc.

Open the folder where you have saved the HTML document and double-click on the HTML document.

The HTML document will open as a web page in the web browser window.

 

Que 3 Explain the use of Body tag.

Ans - The Body tag appears after the Head tag. All the contents of the web page, i.e. text, graphics, links, images, etc. are enclosed in between the Body tag.

 

Que 4. Write some features of HTML?

Ans – The features of HTML are:

*      HTML documents are simple text files.

*      There is no need of compilation of HTML codes.

*      HTML is not a case sensitive language.

*      HTML documents can be written in any text editor like Notepad or WordPad.

*      HTML documents can be viewed in any browser and in type of operating system. 

Class 8 Chapter 5 More About Access 2013

 Class VIII

Chapter 5

More About Access 2013


A. Tick the correct answer and fill in the blank. 

1. two. 

2. Query. 

3. Tables. 

4. Create.


B. Name these icons. 

 


C. Match the following.

 



D. Answer in short. 

Que 1. Name the database objects of Access.

Ans - Table, query, form and reports.

Que 2. Define the term –Table. 

Ans – Tables is the fundamental data building blocks of a data base.


E. Answer in detail. 

Que 1. How do you create a form in Access 2013?

Ans - To create a form– 

Step 1: Select the Table/Query whose form is to be created. 

Step 2: Click on Form in the Forms group of the Create tab. This will create and open a form in the Layout view. 

Step 3: Click on View in the Design tab and choose Form View. The form view opens. The form view can be used to feed new records or edit existing ones. 

Step 4: Save the form.


Que 2. Define query, form and report?

Ans – Queries are the database objects which help to display selective records or fields from the single or multiple tables related with each other. 

Forms are the database objects which help not only to enter the data in the tables but also to search or modify the data values stored in the tables. 

Reports are used to show information from the tables or queries in a printable form. 


Que 3 Explain the design grid of the Query window.

Ans - The Query window is divided into two panes. The top pane displays the tables selected for the query. The bottom pane displays options to add fields and specify the criteria. It has following options: 

Field: to display the fields from the selected table. 

Table: to display the name of the table. 

Sort: to arrange the data in ascending or descending order. 

Show: displays a check mark which means the field will be visible when the query is run. 

Criteria: to specify the condition on the basis of which the records will be filtered.


Que 4. What is the difference between AND condition and OR condition ?

Ans - When we type two criteria on the same line, only records where both criteria are met will be displayed when we run the query. This is called AND condition. When we type one criteria on the Criteria row and the second criteria on the Or row, the records where either criteria are met will be displayed as output. This is called OR condition.


Que 5. Is it  possible to extract information based on more than one condition in a single query? If yes, how?

Ans – Yes it is possible to extract information based on more than one condition in a single query. To set multiple criteria 

Step 1: Start a new query in design view and add the table in Query window from which the data to be extracted. 

Step 2: Add the required fields to the query grid. 

Step 3: Click in the Criteria section of the field and enter the required condition (AND or OR). 

Step 4: Now, Run the query to see the resultant query which shows only selective records.


Friday, September 24, 2021

Class 8 Chapter 4 Let’s Learn Access 2013

 

Chapter 4

Let’s Learn Access 2013

 

A. Tick (ü) the correct answer and fill in the blank.

1. Microsoft Access 2013 is an example of as DBMS software.

2. Query component of a database is used to extract specific information from one or more tables.

3. Short Text is the default data type of a field.

4. Information in a table stored in column is known as fields.

5. Data in a table can be entered in Datasheet view.

 

B. Match the following.

C. Name these icons. 




D. Answer in short.

 

Que 1. Name some of the commonly used Database Management system software.

Ans - Some of the popular Database Management System software are Access, OpenOffice Base, Oracle, Microsoft SQL Server, MySQL, Sybase, etc.

 

Que 2 Name the different sections of the design view.

Ans - The design view is divided in two sections i.e., Field grid area and Field properties area.

 

Que 3 What do you mean by database?

Ans - Database is an organised collection of related data values in such a way that they can be used to generate useful information which is necessary for the decision making process.

 

Que 4 What is the primary key?

Ans - A table should have at least one field that has a unique value for each record. This field is called the primary key of the table. Example -Roll Number, Aadhar Card Number, etc.

 

Que 5 Define the terms: Record, Field, Table.

Ans –   Record – The information stored in a row is called Record.

           Field – The information stored in a column is called Field.

Table – The collection of related information stored in the form of rows and columns is called Table.

       

 

E. Answer in detail.

 

Que 1. What is Database Management System? Describe any two applications of DBMS?

Ans - A computer-based application used to create, store and manipulate the database is called DBMS (Database Management System). It helps in the quick retrieval of processed information from large complicated databases. Some of the popular Database Management System software are Access, Oracle, MySQL, Microsoft SQL Server, etc.

 

Que 2. What is the difference between the Datasheet view and the Design view?

Ans - Design View

The table view that is used to design the structure of a table is called the design view. It is used to specify names, data types and descriptions of fields.

Datasheet View

The table view that is used to enter, delete or modify data in a table is called datasheet view. The table in this view is displayed in rows and columns.

 

Que 3 Write the steps to create a table using the design view.

Ans - To create table using design view–

Step 1: Click on Create tab and from the Tables group, click on Table Design.

A blank table structure will open in design view.

Step 2: Click in the Field Name column and enter the field name.

Step 3: Click in the Data Type column and choose the suitable data type for that field.

Step 4: Repeat the above process to add rest of the table fields.

Step 5: Once finished with the process of defining table fields, save your table and give it a suitable name.

Que 4. How do you set a primary key in a table?

Ans - To set primary key in a table–

Step 1: Select the field name in the Design View, you want to use as a primary key field.

Step 2: Click on Primary Key in the Tools group on the Design tab. A key indicator gets added to the left of the field name in the field grid area.

Step 3: Save the table structure.

 

Que 5. Write the steps to add a new field in the existing table using Datasheet view?

Ans - To add a new field in the existing table using Datasheet view–

Step 1: Right-click on the column header where the new column is to be inserted.

Step 2: Choose Insert Field from the shortcut menu to add new data field.

Que 6. How do you add a new field in an existing table using Design view?

Ans - To add a new field in the existing table using Design view–

Step 1: Select the field name before which you want to add a new field. Click on Insert Rows from the Design tab.

Step 2: Enter the new field name in the Field Name column of the Field grid area.

Step 3: In the Data Type column, select the field data type for the newly added field. Save the changes.

 

Class III Science 1. Food and Feeding Habits of Animals

Chapter 1 Food and Feeding Habits of Animals F. Answer these questions.  Que 1.  All animals depend on plants for their food. How? Ans - Al...