Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

Questions for IT 402 Practical file Class – X

(2022-23)
OO Calc problems
The practical’s from Electronic Spreadsheet (Advanced) are as following:

1. Analyse data using scenarios and goal seek


2. Link data and spreadsheets
3. Share and review a spreadsheet
4. Create and Use Macros in spreadsheet

Analyse data using scenarios and goal seek


[1] Prepare worksheet as given below and do as directed:

1. Create a new file in spreadsheet software and enter data for 10 salesmen.
2. Add two worksheets in the file and modify the data for all 3 quarters.
3. Rename all worksheets like sheet1 – 2018, sheet2 – 2019 and sheet3 – 2020.
4. Now add one more worksheet at the end and rename as consolidated sheet.
5. Now type the serial no and names as displayed, use sum function to add data for 2018,
2019 and 2020 in respective cells using consolidation.

[2] Prepare a worksheet as:

Creating
Subtotals

Link data and Spreadsheet


1. Create a new file in spreadsheet software.
2. Enter the data such as Roll no, GR NO, First Name, Last Name, Date of Birth, Father
Name, Mother Name.
3. Enter records for at least 15 students.
4. Rename this worksheet as “Student Profile”.
5. Insert 3 new worksheets and rename as “Periodic Test I“, “Periodic Test II” and
“Periodic Test III” respectively.
6. In the Periodic Test I worksheet create a reference for Roll No, First Name, and Last
Name columns from Student Profile by using the keyboard.
7. In the Periodic Test II worksheet create a reference for Roll No, First Name, and
Last Name columns from Student Profile by using the mouse.
8. In the Periodic Test III worksheet create a reference for Roll No, First Name, and
Last Name columns from Student Profile as you wish.
9. Apply sheet tab color as follows:
o Profile – Red
o Periodic Test I – Green
o Periodic Test II – Blue
o Periodic Test III – Yellow
10. Now enter the marks for different subjects in the worksheets.
11. Delete the Worksheet Periodic Text III.

[3] Data Consolidation and Hyperlink

1. Insert a new worksheet and rename as “Consolidated Worksheet“.


2. Create different references from the Student Profile and Marks to consolidate the
result.
3. Move the worksheet to the end of the workbook sheet tab.
4. Insert a new worksheet at the beginning.
5. Create a hyperlink to move to a particular worksheet from the newly inserted
worksheet.
6. Delete hyperlink for the consolidated worksheet.

[4] Share and review a spreadsheet


1. Create a new worksheet, enter data as you wish.
2. Save your worksheet with your desired name.
3. Enable sharing for your worksheet.

[5] Multiple Operations


A student is planning her goals about the marks she should attain in the forthcoming
examinations in order to achieve a distinction (75%). Assuming that the examination of each
subject is for 100 marks, her marks for PT 1 and Term 1 are given as under.

English Maths Science

PT 1 72 63 54
Term 1 70 69 80

Find out how many marks should she obtain in term 2 to secure 75%.

OO Base problems for IT 402 Practical file for


2022-23
OO base or Unit 3 Database Management System has 5 main sessions. The practical concepts
are as following:

1. Create and Edit tables using wizard and SQL commands


2. Perform operations on Table
3. Retrieve Data using the query
4. Create forms and reports using a wizard

Practical Database Management System 10


Create database and give the name as practical.

Create Table
Instructions:

1. Create table 1,2,3 using design view.


2. Insert records using datasheet view.
3. Create table 4 and 5 using SQL command.
4. Insert records using SQL command.

Dear Students,

Attach the screenshot of each and every command along with output screens. Attach the
outputs and datasheet separately for each question. Write steps wherever applicable.

Create following tables in OO base for Database Management System 10.

[1] Students

Field Name Data Type Size

RollNo Integer 3

Name Text 15
Gender Text 6

City Text 20

DOB Date 8

Blood_Group Text 5

Remark Text 10
Assign RollNo as primary key.

[2] Employee Table

Field Name Data Type Size

EmpNo Integer 5

EmpName Text 15

Designation Text 10

Address Text 50

City Text 10

MobileNo Text 10

Salary Decimal 9,2

Gender Text 6
Assign EmpNo as primary key

[3] PhoneDiary

Field Name Data Type Size

Cust_ID int 5

CName Text 15

CustomerAddress Text 20

City Text 10

PhoneNo_Res Text 10

PhoneNo_Off Text 10
MobileNo Text 10

Email_Id Text 20
Primary Key – Cust_ID

[4] Marksheet

Field Name Data Type Size

Stud_No Integer 2

Name Text 15

RollNo Integer 3

Sub101 Decimal 3,2

Sub102 Decimal 3,2

Sub103 Decimal 3,2


Primary Key – Stud_No

[5] Player

Field Name Data Type Size

Player_ID integer 5

Player_Name Text 15

Age integer 2

Height Text 5

Weight Integer 3

BloogGroup Text 5

No_of_Matches Integer 5

Centuries Integer 3

Wickets Integer 3

Average_Run Decimal 5,2


Primary Key – Player_ID

Insert at least 10 records in every table.

You might also like