COMPUTER-PROJECT-output
COMPUTER-PROJECT-output
//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.
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 -
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.