Copy of file IT
Copy of file IT
Open Template:
Add Content:
● Replace placeholder text with activities and details of the School Annual
Day.
● Use headings, subheadings, and bullet points for clarity.
● Use different fonts, sizes, colors, and styles for headings and body text.
● Highlight key points with bold or italics.
● Highlight text and go to Format > Paragraph to set line spacing (e.g., 1.5 or
2).
Insert Rectangle Shape: Add a rectangle shape at the top and type "ROLE OF IT."
QUESTION 3
QUESTION 4
● Below your data, create cells for Maximum Salary, Minimum Salary, and
Average Salary.
● Use the following formulas:
○ Maximum Salary: =MAX(D2:D11)
○ Minimum Salary: =MIN(D2:D11)
○ Average Salary: =AVERAGE(D2:D11)
● Right-click on row 5.
● Select Hide from the context menu.
QUESTION 5 A
2. Format the Columns
1. Title Column: Select the Title column, right-click and choose Format Cells.
Set the Alignment tab to left align the text.
2. Year, Genre, Sales Unit, Rentals Unit: Select these columns, right-click, and
choose Format Cells. Set the Alignment tab to center align the text.
1. Select the data you want to display in the chart (for example, 2016 Unit
Sales and Title).
2. Go to Insert > Chart.
3. In the Chart Wizard, select Bar Chart.
4. Follow the steps in the wizard and choose the appropriate chart type and
style.
5. Click Finish to insert the chart.
1. Open LibreOffice Base and create a new database or open an existing one.
2. In the Database window, click on Tables on the left.
3. Click on Create Table in Design View.
4. In Design View, define the table structure:
○ ADMNO: INTEGER (Primary Key)
○ NAME: TEXT
○ CLASS: TEXT
○ SUB1: INTEGER
○ SUB2: INTEGER
○ SUB3: INTEGER
○ TOTAL: INTEGER
5. Set ADMNO as the Primary Key by right-clicking the column and selecting
Primary Key.
6. Save the table with the name Student.
3. To add 2 more records, click on the last row and add the following data:
Query 1: Display the name and admission number of students whose total is
less than 80
Query 2: Display the name and class of students whose total marks are more
than 90
These steps will help you create the Student table, enter the data, and generate the required
queries in LibreOffice Base. Let me know if you need further assistance!
QUESTION 8
4. Stop Macro Recording Click Stop Recording to save the macro . 5. Run thE
Macro:
QUESTION 9
Step 1: Create the Data
Summary of Queries