Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 4

CHETTINAD VIDYASHRAM

STD X AISS PRACTICAL EXAMINATION

SUBJECT : INFORMATION TECHNOLOGY SUBJECT CODE : 402


SCHOOL NO : 07044

1. i) Type the paragraph given below in a word document and write the steps for the questions:

Natural Medicine

Roots
Ginger is a popular ingredient in cooking, and especially in Asian and Indian cuisine. It has also been used
for thousands of years for medicinal purposes. Possible health benefits include relieving nausea, loss of
appetite, motion sickness, and pain. The root or underground stem (rhizome) of the ginger plant can be
consumed fresh, powdered, dried as a spice, in oil form, or as juice.

Origin
Ginger is part of the Zingiberaceae family, alongside cardamom and turmeric. It is commonly produced in
India, Jamaica, Fiji, Indonesia, and Australia. It is available fresh and dried, as ginger extract and ginger oil.

a. Highlight all the occurrences of the word ‘ginger’.


b. Insert a section break between the two paragraphs.
c. Apply a border for the page in red.
d. Set the style of ‘Natural Medicine’ as Heading1 and the 2 sub headings ‘Roots’ and ‘Origin’ as Heading2.
e. Insert an Automatic table1 TOC at the top of the page.

ii)
a. Create an Employee Database that has the fields and records specified below:

Field Name Data Type


Emp_id Number
EmpName Text
Designation Text
Salary Number
Date_of_joining Date/Time

Emp_id EmpName Designation Salary Date_of_joining


1001 MATHEW CLERK 3000 10-10-2012
1002 FRANCIS TYPIST 2000 01-03-2013
1003 ARUN OFFICER 5000 24-03-2017

PERFORM THE FOLLOWING:


b. Insert the field ‘Address’ between Emp-id and EmpName.
c. Change the designation of Francis to manager
d. Create a query to show all the records of people whose salary is more than 3000.
e. Create a form from the table using form wizard.
f. Write an sql statement to display the record of Mathew.
CHETTINAD VIDYASHRAM
STD X AISS PRACTICAL EXAMINATION

SUBJECT : INFORMATION TECHNOLOGY SUBJECT CODE : 402


SCHOOL NO : 07044

2)
i)Type the paragraph given below in a word document and write the steps for the questions:

Online

Education
An online education is preferred by individuals who may not be able to make it for classes in
a traditional brick and mortar kind of college. All the information that you will need will be
safely stored in an online database. This means that if there's ever anything that needs to be
clarified, the student will be able to access these documents fast, saving valuable time. 

Technology
Online courses involve setting our own goals, tracking the progress and meeting deadlines. Technology also
adds on to the visual experience by incorporating animations that can be used interactively for effective
learning and communication.
a. Set the font as ‘Forte’ and size 14 with 1.15 spacing between the lines.
b. Insert the picture online_edu.jpg with the alignment as shown above.
c. Set the header as ‘Tech Today’ and footer as the page no.
d. Set the style of ‘Online’ as Heading 1 and the 2 sub headings ‘Education’ and ‘Technology’ as Heading 2
e. Insert an Automatic table2 TOC at the top of the page.

ii)
a. Create a Stock Inventory Database that has the fields and records specified below:

Field Name Data Type


Item_id Number
Item_name Text
Brand_name Text
Model_no Text
Price Number
Reorder_Level Number

Item_id Item_name Brand_Name Model_no Price Reorder_Level


2341 Mixer Sumeet 230 4500 5
2342 Blender LG 114 1000 3
2121 Can opener Philips 124 246 3

PERFORM THE FOLLOWING:


b. Set item_id as the primary key
c. Set Price as Currency. The field must have 2 decimal places.
d. Create a query to show all the records of items whose price is less than 2000.
e. Create a report based on the table.
f. Write an sql statement to delete the record of Blender.
CHETTINAD VIDYASHRAM
STD X AISS PRACTICAL EXAMINATION

SUBJECT : INFORMATION TECHNOLOGY SUBJECT CODE : 402


SCHOOL NO : 07044

3)
i) Create an Excel worksheet as shown below:

a. Calculate TOTAL and AVERAGE.


b. Sort the records in the order of highest total to lowest total.
c. Calculate using Goal Seek in cells H3 to H7, what the student must score in maths to get average=80.
d. Create a macro to insert a line at the top, combine A1 to H1 and type Chettinad Vidyashram in bold.

ii)
a. Create an Employee Database that has the fields and records specified below:

Field Name Data Type


Emp_id Number
EmpName Text
Designation Text
Salary Number
Date_of_joining Date/Time

Emp_id EmpName Designation Salary Date_of_joining


1001 MATHEW CLERK 3000 10-10-2012
1002 FRANCIS TYPIST 2000 01-03-2013
1003 ARUN OFFICER 5000 24-03-2017

PERFORM THE FOLLOWING:


b. Insert the field ‘Address’ between Emp-id and EmpName.
c. Change the designation of Francis to manager
d. Create a query to show all the records of people whose salary is more than 3000.
e. Create a form from the table using form wizard.
f. Write an sql statement to display the record of Mathew.
CHETTINAD VIDYASHRAM
STD X AISS PRACTICAL EXAMINATION

SUBJECT : INFORMATION TECHNOLOGY SUBJECT CODE : 402


SCHOOL NO : 07044

4)
i) Create an Excel worksheet as shown below:

a. Calculate Commission as 10% of Salary and TotalSalary as Salary+Commission.


b. Sort the records in the order of highest total to lowest total.
c. Calculate using Goal Seek in cell F3, what salary Sarika must earn to get a TotalSalary of 30000.
d. Create a macro to insert a line at the top, combine A1 to F1 and type ‘ITech and Co.’ in bold.

ii)
a. Create a Stock Inventory Database that has the fields and records specified below:

Field Name Data Type


Item_id Number
Item_name Text
Brand_name Text
Model_no Text
Price Number
Reorder_Level Number

Item_id Item_name Brand_Name Model_no Price Reorder_Level


2341 Mixer Sumeet 230 4500 5
2342 Blender LG 114 1000 3
2121 Can opener Philips 124 246 3

PERFORM THE FOLLOWING:


b. Set item_id as the primary key
c. Set Price as Currency. The field must have 2 decimal places.
d. Create a query to show all the records of items whose price is less than 2000.
e. Create a report based on the table.
f. Write an sql statement to delete the record of Blender.

You might also like