0% found this document useful (0 votes)
74 views

Class 10 IT Practical Work 2024

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)
74 views

Class 10 IT Practical Work 2024

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/ 11

RAN PUBLIC SCHOOL

SESSION-2024-25
Class X – IT (402)

Practical File

Submitted by : ……..
Class & Section :…….

Roll number :……….


Teacher Name :

Teacher Sign :
INDEX

S.No Practical Teacher's Sign


1 Explain the styles given in the Styles and
Formatting Window for writer and paste the
screen shot of the window also.
2 Write the steps to create new style inOpen
Office Writer .

3 Write the steps to consolidate data oftwo


sheets in Open Office Calc .

4 Write the steps to record Macro in openoffice


calc.

Imagine you are a safety officer overseeing


5. electrical maintenance work at a
manufacturing plant. To spread the awareness
among your team you have to conduct
training on safety measures. List out electrical
rescue techniques which you will discuss with
them.

Consider the following table: Employee


6.
DIGITAL DOCUMENTATION

Q1. Explain the styles given in the Styles and Formatting Window for
writer and paste the screen shot of the window also.

Ans. OpenOffice.org supports the following types of styles:


1. Page styles
2. Paragraph styles
3. Character styles
4. Frame styles
5. Numbering styles
6. Cell styles
7. Graphics styles
8. Presentation Styles

Styles given for writer are shown below

Character Styles

Paragraph Style

Frame Styles
Page Styles

List Styles

Styles and Formatting Window – Snapshot

Page styles : include margins, headers and footers, borders and backgrounds. In Calc,
page styles also include the sequence for printing sheets.
Paragraph styles : control all aspects of a paragraph’s appearance, such as text
alignment, tab stops, line spacing, and borders, and can include characterformatting.
Character styles : affect selected text within a paragraph, such as the font and size of
text, or bold and italic formats.
Frame styles : are used to format graphic and text frames, including wrapping type,
borders, backgrounds, and columns.
Numbering styles : apply similar alignment, numbering or bullet characters, and fonts
to numbered or bulleted lists.

********************************************************************

Q2. Write the steps to create new style in Open Office Writer.

Ans. We can create New (Custom) Styles in two ways

1. Creating a new style from a selection :

1. Open the Styles and Formatting window and choose the type of style
you want to create.
2. In the document, select the item you want to save as a style.
3. In the Styles and Formatting window, click on the New Style from
Selection icon
4. After Clicking on New Style from Selection, create style dialog box
appear.
5. Write the name for the new style and click on OK

********************************************************************
ELECTRONIC SPREADSHEET

Q3. Write the steps to consolidate data of two sheets in Open Office Calc .

Ans. 1. Open a new file in Open Office Calc and write the following data :

Sheet-1 screen shot


2. Open another file in Open Office Calc and write the following Data

Sheet-2 screen shot

3. Open the third sheet and click on Data → Consolidate. The following dialog box
appear

4. Click to select Source data range of first sheet and then click on Add button.
5. After adding Source data range from both the sheets, the dialog box will appear
like shown below:
6. Click on the green button and select the Cell where you want the
consolidateddata.
7. After adding both the range and selecting the cell where we want the result,
clickon OK button
8. After clicking OK button, we will get the consolidated data as shown below.

********************************************************************

Q4. Write the steps to record Macro in open office calc.


Ans. Following steps create a macro that performs paste special with multiply.
1. Open a new file in calc.
2. Enter the following data.
3. Select cell A3, which contains the number 3, and copy the value to theclipboard.
4. Select the range A1:C3. 5. Use Tools > Macros > Record Macro to startthe
macro recorder.
5. The Record Macro dialog is displayed with a stop recording button.

6. Use Edit > Paste Special to open the Paste Special dialog.

7. Set the operation to Multiply and click OK. The cells are now multiplied by3.

8. Click Stop Recording to stop the macro recorder. The OpenOffice.org Basic
Macros dialog opens and save the macro at specified place with a particular
name.
Q5) Imagine you are a safety officer overseeing electrical maintenance work at a
manufacturing plant. To spread the awareness among your team you have to
conduct training on safety measures. List out electrical rescue techniques which
you will discuss with them.

Ans=- Approaching the accident


• Never rush into an accident situation.
• Call 108 as soon as possible.
• Approach the accident place cautiously.
Examining the scene
• Visually examine victims to determine if they are in contact with energised conductors.
• Metal surfaces, objects near the victim itself may be energised.
• Do not touch the victim or conductive surfaces while they are energised.
• Switch off the electrical circuits if possible.
Hazards and solutions
• Be alert for hazards, such as heated surfaces and fire.
• In case you cannot switch off the power source, take extreme care.
• Ensure that your hands and feet are dry.
• Wear protective equipment, such as gloves and shoes. Stand on a clean dry surface.
• Use non-conductive material to remove a victim from the conductor
High voltage rescue
• Special training is required for rescues if high voltage is present.
• Protective equipment, such as gloves and shoes must be worn.
Apply First Aid
• Give CPR if required
•If the victim is breathing and has a heartbeat, give first aid for injuries and treat for shock.
• Ensure the victim gets medical care as soon as possible.
Physician attending the victim must have detailed information to properly diagnose and care
for the victim.

Q6) Consider the following table: Employee


Emp_id Name Salary Designation
E01 Kajal 78000 Manager
E02 Rahul 50000 Sales Executive
E03 Tarun 55000 Clerk
(a) You are tasked with designing a new employee database for your
company. Based on the given table structure, identify the fields that would be
necessary to store key information
about each employee.
b) As a database administrator, you need to ensure each employee has a
unique identifier. Which field in the table would you choose as the primary
key, and why?
c) During a review of the employee database, you realize there could be
another field apart from the primary key that can uniquely identify a record.
Identify the field and justify why it could serve as an alternate key.
d) You are integrating the employee table with another table that stores
department details. Explain how you would use the primary key from the
employee table and a foreign key in the department table to establish a
relationship between the two tables. Illustrate with an example.

Ans: a) Emp_id, Name,Salary, Designation


b) Emp_id
c) Ans : Combination of Emp_id and Name
d) Primary Key: Unique identifier for each row in a table, cannot

be NULL.

Example: Emp_id in Employees.

Foreign Key: Links to a primary key in another table,


establishing relationships.

Example: Emp_id in Orders referencing Emp_id in Employees.

You might also like