ASSIGNMENT IT
ASSIGNMENT IT
ASSIGNMENT IT
SCREENSHOT:
1
IT- ASSIGNMENT Vaibhav Pathak
Q2. Write the steps to insert an image in a document. Explain all three
methods along with screenshots.
3
IT- ASSIGNMENT Vaibhav Pathak
STEPS:
1. Ctrl + C
2. Ctrl + V
4
IT- ASSIGNMENT Vaibhav Pathak
ASSIGNMENT – 2
Unit 2: Electronic Spreadsheet (Advanced)
Q1. Write the steps to consolidate data of two sheets given below in the
third sheet of Open Office Calc and also paste the screenshot of the third
sheet.
STEPS:
1. Open the document that contains the cell ranges to be consolidated.
2. Click the command Data then Consolidate. It will open consolidate dialog
box.
3. If the Source Data Range list contains named ranges, you can select a
source cell range to consolidate with other areas.
4. Click ADD. The Selected range now appears on the consolidated ranges
list.
5. Select additional ranges and click ADD after each selection.
6. Specify where you want to display the result by selecting a target range
from the Copy results to box.
7. Select a function from the Function List such as AVERAGE, MIN, MAX, etc.
8. Optionally click more in the consolidated dialog to display additional
settings. Select link to source data, Under Consolidate by, select either
Row labels or Column labels.
9. Click OK to consolidate the ranges.
5
IT- ASSIGNMENT Vaibhav Pathak
SCREENSHOT:
Table in Sheet 1: Table in Sheet 2:
Consolidated Data:
Q2. Given a worksheet that stores the top 5 student’s marks. The final marks
are calculated as 25% of Term 1 marks + 30% of Term 2 marks and 45% of
Term 3 marks entered. The term 3 marks entered in the worksheet are
estimated marks.
In order to avail the scorlarship, the student must obtain the final % as >80%.
6
IT- ASSIGNMENT Vaibhav Pathak
STEPS:
1. Open the OpenOffice Calc and create the worksheet.
2. Apply the formula to calculate final marks .
7
IT- ASSIGNMENT Vaibhav Pathak
5. Creating Goal Seek for final% coloumn.
Steps:
(i) Click on the tools menu then Goal seek.
(ii) Select the formula cell of the final%.
(iii) Type the target value as 80.
(iv) Select the variable cell. Press OK.
Q3. Using the sheet given in Q2., write the steps to record Macro in Open
office CALC and paste the screenshot of the same.
STEPS:
1. Open OpenOffice and create Sheet 1 .
2. Click on Tools menu then Macros then Record macros and format the
sheets .
9
IT- ASSIGNMENT Vaibhav Pathak
ASSIGNMENT-3
Unit 3: Database Management System
TABLE-1: EMPLOYEE
DESIGN VIEW:
10
IT- ASSIGNMENT Vaibhav Pathak
DATASHEET VIEW:
TABLE-2: DEPARTMENT
DESIGN VIEW:
DATASHEET VIEW:
11
IT- ASSIGNMENT Vaibhav Pathak
ONE-TO-MANY RELATIONSHIP:
12
IT- ASSIGNMENT Vaibhav Pathak
ASSIGNMENT: 4
Q2. Write down the steps to do the following in BASE:
(i) To create a form with a name “EMPFORM” which should be based on
table “EMPLOYEE”.
(ii) To insert new record in table “EMPLOYEE” via form.
(iii) To delete record from “EMPLOYEE” via form.
(iv) To search a record in table “EMPLOYEE” via form.
13
IT- ASSIGNMENT Vaibhav Pathak
5. Arrange controls of the form by clicking on either “Columanar Labels on -
top”.
6. Set data entry by accepting the default settings. Click Next.
7. Select the colour you want in the Apply styles list.
8. Enter the name for the form such as “EMPFORM” and click on the finish
button.
14
IT- ASSIGNMENT Vaibhav Pathak
(ii) Steps to insert a new record in table via form:
3. It will add empty text boxes on the form. Type the values and click
on ‘Save’ button in toolbar.
15
IT- ASSIGNMENT Vaibhav Pathak
ASSIGNMENT-5
Q3. Write down the steps to create a Dynamic Report in BASE based on table
“EMPLOYEE”.
16
IT- ASSIGNMENT Vaibhav Pathak
9. Select and add the coloumn name to right side box on which you want to
group the data.
17
IT- ASSIGNMENT Vaibhav Pathak
11. Set the appropriate name for the report such as “EMPREPORT”.
12. Select dynamic report option and click on Finish button.
18
IT- ASSIGNMENT Vaibhav Pathak
ASSIGNMENT-6
SQL
Q1. Write SQL command to create table ‘FRIENDS’.
Q2. Write the SQL command to insert new rows in the aboe table:
19
IT- ASSIGNMENT Vaibhav Pathak
SQL command to insert rows in table:
1. INSERT INTO FRIENDS VALUES
(1,‘ALICE’,14,WASHINGTON,‘USA’,‘alice@gmail.com’)
2. INSERT INTO FRIENDS VALUES
(2’‘CHARLES’,12,‘COPENHAGEN’,‘DENMARK’,‘charles@yahoo.com’)
3. INSERT INTO FRIENDS VALUES
(3,‘ANGEL’,16,‘CHICAGO’,‘USA’,‘angel@gmail.com’)
4. INSERT INTO FRIENDS VALUES
(4,‘JASMINE’,15,‘SYDNEY’,‘AUSTRALIA’,‘jasmine@yahoo.com’)
5. INSERT INTO FRIENDS VALUES
(5,‘RAJ’,14,‘NEW DELHI’‘INDIA’,‘raj@gmail.com’)
6. INSERT INTO FRIENDS VALUES
(6,‘JETTE’,13,‘NYKOBING’,‘DENMARK’,‘jette@gmail.com)
7. INSERT INTO FRIENDS VALUES
(7,‘ALEXANDER’,15,‘MELBOURNE’,‘AUSTRALIA’‘NULL’)
8. INSERT INTO FRIENDS VALUES
(8,‘SHASHANK’,16,‘BANGLORE’,‘INDIA’,‘NULL’)
20
IT- ASSIGNMENT Vaibhav Pathak
SQL QUERIES:
21
IT- ASSIGNMENT Vaibhav Pathak
22
IT- ASSIGNMENT Vaibhav Pathak