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

COMPUTER-PROJECT-output

Uploaded by

apoorvjaiswal69
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

COMPUTER-PROJECT-output

Uploaded by

apoorvjaiswal69
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Activity-1

//TEXT WRAP\\
Text wrapping refers to the relation of graphics to the
surrounding text, which may wrap around the graphic
on one or both sides, be overprinted behind or in front
of the graphic, or treat the graphic as a separate
paragraph or character.

How to apply text wrap?


Step 1: Open LibreOffice Writer Type a paragraph.
Step 2: Now select an image to be inserted in the
paragraph.
Step 3: From Format menu, choose choose Wrap.
Step 4: From the pop-up menu, you select any wrap
style you want to apply in your document.
Activity-2
// GOAL SEEK\\
Using Goal Seek option under Tools. Using GOAL SEEK option under TOOL menu,
you can discover menu values will produce the result that. you want.

To understand how the Goal Seek can be used let's take the
example of the given table :-
In the given figure, there are two number A and B, with the value of 10 and 20
respectively. A product is done using the function = Product (B1, B2), resulting to
200

A B
1 A 10

2 B 20

3 PRODUCT 200

If A is 10, what will be the second number for B to get result 250?

STEP 1: Place the cursor in the formula cell (B3), and choose Tools > Goal Seek.
STEP 2: On the Goal Seek dialog , the correct cell is already
entered in the Formula cell field.
STEP 3: Place the cursor in the Variable cell field, In the sheet, click in the cell that
contains the value to be changed, in this example it is B2.
Step 4: Enter the desired result of the formula in the Target value field. In this
example the value is 250.
STEP 5: Click OK. A dialog appears informing you that the Goal Seek was
successful. Click Yes to enter the result in the cell with the variable value. The value
is shown.
Answer:-19
1.There are 4 fields (Sales_Id, Prod_Name, Price,
Discount) and 5 records (i, ii, iii, iv, v) in the Sales
table.
2. To display the Sales ID and price of all products
whose discount is more than 1000, you can use the
following SQL command:
SELECT Sale_Id, Price
FROM Sales
WHERE Discount > 1000
To display the details alphabetically by product
name, you can add an ORDER BY clause to the
above command:
SELECT Sale_Id, Price
FROM Sales
WHERE Discount > 1000
ORDER BY Prod_Name ASC
To display the product name and sales price after
deducting the discount from the price, you can use
the following SQL command:
SELECT Prod_Name, (Price - Discount) AS
Sales_Price
FROM Sales
LibreOffice
LibreOffice is a free and open-source office suite that provides a powerful set of tools for creating,
editing, and managing various types of documents. It's widely used as an alternative to proprietary
office software like Microsoft Office. LibreOffice is available on multiple operating systems,
including Windows, macOS, and Linux, and is fully compatible with most document formats,
making it a great choice for students and professionals alike.
LibreOffice is particularly useful for working on school projects, assignments, and presentations.
Below are some key applications of LibreOffice are -

1. LibreOffice Writer (Word Processor)


LibreOffice Writer is a word processing software that allows students to create documents such as
reports, essays, letters, and assignments. It's very similar to Microsoft Word but is completely free.
Some key features of LibreOffice Writer include:
• Text Formatting: Adjust fonts, sizes, colors, and styles to make documents more appealing.
• Spell Check: Automatically checks for spelling and grammar mistakes, helping students
write accurate and professional documents.
• Page Layout Options: Allows the creation of different page formats, including margins,
page size, and orientation.
• Tables and Images: Easily insert tables, images, graphs, and charts to make the documents
more visually appealing.
• File Compatibility: Can open and save files in various formats, including .docx, .odt, .pdf,
and more.

2. LibreOffice Calc (Spreadsheet)


LibreOffice Calc is a spreadsheet application similar to Microsoft Excel. It helps students manage
and analyze data, especially useful for subjects like Mathematics and Science where you often deal
with tables, graphs, and calculations.
Key features include:
• Formulas: Allows students to perform basic to advanced calculations with built-in formulas
like SUM, AVERAGE, VLOOKUP, etc.
• Charts: Easily create graphs and charts (bar charts, pie charts, line graphs) to represent data
visually.
• Data Analysis: Helps in sorting and filtering data, making it easier to analyze large amounts
of information.
• Cell Formatting: Customize the appearance of cells, rows, and columns for better
readability.

3. LibreOffice Base (Database Management)


LibreOffice Base is a database management system (DBMS) that is useful for students who need to
organize large amounts of data in an organized manner. It can be helpful for projects that require
managing large datasets, such as creating a student database, library management system, or
inventory management.
Key features include:
• Table Creation: Design and manage tables to store different kinds of information.
• Queries: Retrieve and filter data from large datasets using SQL queries.
• Forms and Reports: Create custom forms for data entry and reports for analyzing data.

Advantages of LibreOffice :-
• Free and Open Source: LibreOffice is completely free, making it an excellent choice for
students who may not have access to expensive software.
• Cross-Platform: Works on Windows, Linux, and macOS, which ensures compatibility with
different devices.
• Compatibility: LibreOffice supports a wide range of file formats,
including .doc, .docx, .ppt, .xls, and .pdf.
• Regular Updates: The LibreOffice suite is regularly updated with new features and security
improvements.
• No Need for Internet Access: Unlike some cloud-based applications, LibreOffice doesn't
require an internet connection to use, so students can work offline.

Conclusion
LibreOffice is an incredibly useful tool for Class 10 students, offering everything they need to work
on assignments, projects, presentations, and data management. Whether it's writing a report in
LibreOffice Writer, creating a spreadsheet for math calculations in LibreOffice Calc, or designing a
presentation for a group project in LibreOffice Impress, LibreOffice provides students with a
comprehensive suite of tools to enhance their learning experience.

You might also like