Practical
Practical
Class: _____
Section: ________
Certificate
This is to certify that
of class
What-if Scenarios
6
1. Headings
2. Captions
3. Header
4. Footer
5. Text Body
Unit 1: Digital Documentation (Advanced)
Learning Outcome 1
Create and apply styles in digital document:
Lab Assignment 2
Objective: Creating templates in OO Writer and saving for distribution.
Task: Create a document looks like a screenshot and save as a template. Follow
below-given instructions:
Certificate Template
Instructions:
● Add your name and class with rank 1st position-competition name “Cyber Safety Quiz” ,
occasion –IT Week, date -14 September 2020
● Apply page borders as displayed in the screenshot. Apply border colour as per your
choice.
● Page orientation must be landscape.
● Give your desired formatting for school name, school address, and text written in the
certificate.
● Save your file as a template and give the name certificate template.
● Paste the output on left side (screen shot). And question on right side. (write/paste)
Unit 1: Digital Documentation (Advanced)
Learning Outcome 3
Create and apply styles in digital document:
Lab Assignment 3
Objective: Selecting columns and applying to format
Task: Apply different background colours to rows and columns (Use colours of your choice)
Task2:
Output:-
Unit 2: Electronic Spreadsheet (Advanced)
Learning Outcome 1
Creating Subtotals
Lab Assignment 5
Prepare worksheet as given below and do as directed: Display the sum of item according
to items and then regions.
Now find out the strike rate for following data and give them proper names and comments.
1.
2)
3) strike rate 1-
Unit 3: DBMS
Learning Outcome 1
Uses of Query
Lab Assignment 7: Do as directed and write a query in the file/notebook.
Instructions:
1. Write question on right side with queries as answer.
2. Paste output in SQL window on left side of page.
Right your name and rollno on left side output area.
Ans:-
Create table Items (
Itemno integer (primary key),
Iname varchar (15),
Price numeric (10,2),
Quantity integer (3));
O/p-
Paste here sql window output.
b) Consider the following table Item and write the queries (i) and (ii).
Table: Item
Itemno Iname Price Quantity
11 Soap 40 80
22 Powder 80 30
33 Face cream 250 25
44 Shampoo 120 100
55 Soap box 20 50
Write a query to display all the records of a table in descending order of quantity.
Ans. SELECT * from Item order by quantity desc;
Unit 3: DBMS
Learning Outcome 1
Uses of Query
Lab Assignment 7: Do as directed and write a query in the file/notebook.
EMPNAME Varchar(15)
Design Varchar(20)
Salary Decimal
(EMPID char(4),
EMPNAME varchar(15),
DESIGN varchar(20),
SALARY decimal(5,2));