0% found this document useful (0 votes)
123 views8 pages

It Practical File Questions

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
123 views8 pages

It Practical File Questions

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

IT 402 Practical file Class 10

The practical concepts included for OO writer problems are as following:

1. Create and apply styles in the digital document


2. Insert and use images in the digital document
3. Create and Use templates
4. Create and customize the table of contents.

Create and apply styles in the digital document


[1] Type a paragraph with at least 100 words and create below given styles as
instructed:

1. Headings : Font name: Font name: Times New Roman, Size: 24 , Color: Red.
Give the style name: DreamHeading (Use create style from selection
command to create style)
2. Paragraph: Apply Style Text Body from the Style Gallary
3. Quote: Font Name:Broadway, Size:16, Colour: Blue, Alignment: Center. Give
the style name: DreamQuot

Insert and use images in the digital document


[2] Prepare a document in OO writer and do the following:

1. Create a new document in OO Writer and Type a paragraph.


2. Insert a picture of your choice.
3. Adjust the picture at top left to the paragraph.
4. Insert some shapes and write additional text into the sahpes.

The output should be something like this.


Create and Use Template
[3] Create a document in OO writer and do as directed below:

1. Prepare a template for the leave application writing format.


2. Apply formatting as required.
3. Set this template as a default template.
4. Change the default template to custom template. Change the formatting as
you wish.

Create and customize table of content


[4] Prepare a document with different headings and apply a table of contents to
it.

The practicals from Electronic Spreadsheet (Advanced) are as following:

1. Analyse data using scenarios and goal seek


2. Link data and spreadsheets
3. Share and review a spreadsheet
4. Create and Use Macros in spreadsheet

Analyse data using scenarios and goal seek


[1] Prepare worksheet as given below and do as directed:

1. Create a new file in spreadsheet software and enter data for 10 salesmen.
2. Add two worksheets in the file and modify the data for all 3 quarters.
3. Rename all worksheets like sheet1 – 2018, sheet2 – 2019 and sheet3 – 2020.
4. Now add one more worksheet at the end and rename as consolidated sheet.
5. Now type the serial no and names as displayed, use sum function to add
data for 2018, 2019 and 2020 in respective cells using consolidation.

[2] Prepare a worksheet as:

Creating Subtotals

Link data and Spreadsheet


1. Create a new file in spreadsheet software.
2. Enter the data such as Roll no, GR NO, First Name, Last Name, Date of Birth,
Father Name, Mother Name.
3. Enter records for at least 15 students.
4. Rename this worksheet as “Student Profile”.
5. Insert 3 new worksheets and rename as “Periodic Test I“, “Periodic Test II”
and “Periodic Test III” respectively.
6. In the Periodic Test I worksheet create a reference for Roll No, First Name,
and Last Name columns from Student Profile by using the keyboard.
7. In the Periodic Test II worksheet create a reference for Roll No, First Name,
and Last Name columns from Student Profile by using the mouse.
8. In the Periodic Test III worksheet create a reference for Roll No, First Name,
and Last Name columns from Student Profile as you wish.
9. Apply sheet tab color as follows:
o Profile – Red
o Periodic Test I – Green
o Periodic Test II – Blue
o Periodic Test III – Yellow
10. Now enter the marks for different subjects in the worksheets.
11. Delete the Worksheet Perdioc Text III.

[3] Data Consolidation and Hyperlink

1. Insert a new worksheet and rename as “Consolidated Worksheet“.


2. Create different references from the Student Profile and Marks to
consolidate the result.
3. Move the worksheet to the end of the workbook sheet tab.
4. Insert a new worksheet at the beginning.
5. Create a hyperlink to move to a particular worksheet from the newly
inserted worksheet.
6. Delete hyperlink for the consolidated worksheet.

[4] Share and review a spreadsheet


1. Create a new worksheet, enter data as you wish.
2. Save your worksheet with your desired name.
3. Enable sharing for your worksheet.

[5] Multiple Operations


A student is planning her goals about the marks she should attain in the
forthcoming examinations in order to achieve a distinction (75%). Assuming that
the examination of each subject is for 100 marks, her marks for PT 1 and Term 1
are given as under.

English Maths Science

PT 1 72 63 54

Term 1 70 69 80

Find out how many marks should she obtain in term 2 to secure 75%.
The practicals from DatabaseManagement System are as following:

1. Create and Edit tables using date sheet view.

2. Perform operations on Table.

3. Retrieve Data using the query.

4. Create forms and reports using a wizard.

Create database and give the name as Practical.

Create Table
Instructions:

1. Create table 1,2,3 using design view.


2. Insert records using datasheet view.
3. Insert records .

Create following tables in OO base for Database Management System 10.

[1] Students

Field Name Data Type Size

RollNo Integer 3

Name Text 15
Gender Text 6

City Text 20

DOB Date 8

Blood_Group Text 5

Remark Text 10

Assign RollNo as primary key.

[2] Employee Table

Field Name Data Type Size

EmpNo Integer 5

EmpName Text 15

Designation Text 10

Address Text 50

City Text 10
MobileNo Text 10

Salary Decimal 9,2

Gender Text 6

Assign EmpNo as

[3] Marksheet

Field Name Data Type Size

Stud_No Integer 2

Name Text 15

RollNo Integer 3

Sub101 Decimal 3,2

Sub102 Decimal 3,2

Sub103 Decimal 3,2

Primary Key – Stud_No

Insert any 4 records in every table.


Queries
1. In the Marksheet table,Add these Fields: (Total: Datatype- Number 3 digits,
Percentage: Datatype – Number 3 digits with 2 decimal places, Grade: Datatype-
Char with 2 letters)
2. Insert more 3 records in MARKSHEET using datasheet view.
3. Update the values for newly added columns i.e. Total, Percentage, Grade (Grades
should be A1 to E2 as per CBSE exam pattern).
4. Display name, rollno, marks of 3 subjects, total and percentage using design view.
5. Write SQL command to display name, rollno, grades from the marksheet table.
6. Display the maximum and minimum marks for Sub101 using design.
7. Display the total of marks for Sub102 using calculation property.
8. Display the rollno, student name and percentage whose name starts with A by using
filter command.
9. Display all the records in descending order of percentage.
10. Delete the records from table who is failed in any of the subject. (You can use
any mode)

Complete these queries and write steps for design view queries wherever applicable.

Creating Forms
1. Create forms by selecting all the fields for the tables – Students, Employee and
Marksheet
2. Add 3 new records into Employee table using navigation toolbar.
3. Change the label backgrounds and fonts formatting as per your choice.
4. Search records from form of students for the boys.

Creating Reports
Create report for the all the tables. Use your own choice of layouts. Save your reports
with your title.

Write steps to complete these tasks. Attach the screenshot of each and every
command along with output screens.

Attach the outputs and datasheet separately for each question. Write steps
wherever applicable.

Thank you… !!!

You might also like