0% found this document useful (0 votes)
1 views

Practical_File_GuideLines (1)

Uploaded by

Ananya
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

Practical_File_GuideLines (1)

Uploaded by

Ananya
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

 Students need to prepare two files one Practical file and one

project report file; the guidelines are given below.


 Students can work together in a group of 5 but individual
files are required from all the students.
 Student will mention his/her own name and CBSE roll
number on the file and not the group name.
 Last date of submission: 03 December 2024 (Thursday)

Guidelines for Preparation of Practical File


1. Create an impressive front-page containing information about
your school name, class, subject, student name, CBSE roll no.
(leave a blank space if CBSE roll number not received).
[Sample front page attached in this document]
2. Add Certificate. [Sample attached]
3. Add 5 practical each from Digital Documentation (Advanced),
Electronic Spreadsheet (Advanced) and DBMS. [A sample
Index attached]
4. Use LibreOffice for preparation of Practical file.
5. Paste screen shots for all the practical wherever required.
6. Students are required to submit a printed or handwritten
practical file, which should be neatly bound using spiral binding
or kept in an appropriate folder.
Guidelines for Preparation of Project Report File
1. Create an impressive front-page containing information about
your school name, class, subject, student name, CBSE roll no.
(leave a blank space if CBSE roll number not received).
[Sample front page attached in this document]
2. Add Certificate and acknowledgement. [Samples attached]
3. Create the DBMS project as done in Holiday’s Home works
using LibreOffice Base.
4. Neatly Paste all the screen shots of Tables (in design view and
in datasheet view), Queries, Forms and Reports in your
project report file.
5. Add bibliography at the end.
6. Students are required to submit a printed Project Report file,
which should be neatly bound using spiral binding or kept in an
appropriate folder.

Topics as shared during Summer Holidays home work.


Roll Topic Tables with fields
No.
1 to 6 Retail Industry -  Products: Product ID (primary key), name,
Inventory description, category, Quanity_in_stock,
Management price
 Sales Transactions: Transaction ID
(primary key), product ID (foreign key),
customer Name, quantity, date

7 to12 Health Care -  Patients: Patient ID (primary key), name,


Electronic birthdate, address, phone number
Medical Records  Diagnoses: Diagnosis ID (primary key),
patient ID (foreign key), medical
condition, and date
 Medications: Medication ID (primary
key), patient ID (foreign key), drug name,
dosage

13 to18 bookstore  Customer Table: CustomerID (primary


Management key), Name, Email, Phone
System  Books Table: BookID (Primary Key),
Title, Author, Price
 Sales Table: SaleID (Primary Key),
CustomerID (Foreign Key), BookID,
SaleDate

19 to Railways  Train: TrainNo (Primary Key), Train


24 Reservation Name, Starting Station, Destination
System Station
 Passenger: PassengerNo (Primary Key),
Passenger Name, Age, Address
 Reservation: TicketNo (Primary Key),
PassengerNo (Foreign Key), TrainNo
(Foreign Key), Date_of_Journey,
Time_of_Journey

25 till Library  Student: Admn_No (Primary Key), Name,


last Management Class, Section, Father name, mother name,
System address, phone number, date of birth
 Book: BookNo (Primary Key), Title,
Author, Price, No_of_Pages
 Issue: Issue_No, Admn_No (Foreign
Key), BookNo (Foreign Key), Date of
Issue, Date of return
BHARAT RAM GLOBAL SCHOOL
INDIRAPURAM, GHAZIABAD
(SESSION 2024-25)

CLASS 10
INFORMATION TECHNOLOGY (402)
PRACTICAL FILE

Submitted By:

CBSE Roll No: ________________ Under the Guidance of:

Name:________________________ Ms. Nity Lila


CERTIFICATE

This is to certify that _________________________________,


student of class X (CBSE Roll No.______________) has
successfully completed her Information Technology
(Subject Code: 402) practical file under the guidance
of MS. NITY LILA. She has taken an interest and has
shown utmost sincerity in the completion of this
project.

_______________________ ______________________
Signature of Signature of
Internal Examiner External Examiner

_______________________
Signature of Principal
INDEX

SN Statement Page Teacher


Sign
Unit I: Digital Documentation Advanced (LibreOffice Writer)
1. Type of Styles and Steps to create a New Style from
Selection
2. Steps to Insert and crop an Image
3. Steps for Drawing Objects
4. Create a template and set it as default Template
5. Create and Customize a Table of content in
LibreOffice Writer and change its background
colour.
Unit II: Electronic Spreadsheet Advanced (LibreOffice Calc)
6. SC Bank has its deposit and withdrawal details of
each customer for 3 months. Help them to
consolidate the data using LibreOffice Calc
7. SC Distributors distributes various items to different
sellers. Calculate the seller wise distribution of
products using SUBTOTAL option.
8. Prepare a SCENARIO to calculate Profit and Profit
% for different selling and cost price.
9. Find the value of Cost Price, if the value of Profit is
known, by using Goal Seek Tool.
10. Steps to create a Marksheet using MACROS in
LibreOffice calc
Database Management System (DBMS)
11. Create a Table in LibreOffice Base using
 Design View
 SQL Command
12. Execute the following SQL Commands on the given
Table Employee.

ECOD DEPARTMEN
E ENAME GENDER T SALARY
101 Swati F Finance 65000
102 Pooja F HR 25000
103 Rahul M Marketing 45000
104 Rakesh M Finance 35000
105 Priyanka F Purchase 55000
106 Nisha F Finance 75000
107 Neha F Marketing 45000
(a) Display records of all the employees in
descending order of their salary.
(b) Display the records of all the female
employees having salary greater than 60000.
(c) Insert one more record in the table having
ECode – 108, EName = ‘Saakshi’, Gender =
‘F’, department = HR, Salary = 95000
(d) Change the employee name from Swati to
Samriti having Ecode 101.
(e) Delete the record of an employee whose code
is 105

13. Create a QUERY using Design View and Execute


the following commands on the table Employee.
ECOD DEPARTMEN
E ENAME GENDER T SALARY
101 Samriti F Finance 65000
102 Pooja F HR 25000
103 Rahul M Marketing 45000
104 Rakesh M Finance 35000
105 Priyanka F Purchase 55000
106 Nisha F Finance 75000
107 Neha F Marketing 45000
108 Saakshi F HR 95000

(a) Display the Name, Department and Salary of


all the employees.
(b) Display the Name, Gender, department and
Salary of all the Female employees.
(c) Display the records of all the employees in
Ascending order of the names.
14. Write the steps to Create a Form Using Wizard in
LibreOffice Base.
15. Write the steps to Create a Report using Wizard in
LibreOffice Base.
BHARAT RAM GLOBAL SCHOOL
INDIRAPURAM, GHAZIABAD
(SESSION 2024-25)

CLASS 10
INFORMATION TECHNOLOGY (402)
PROJECT REPORT FILE

Submitted By:

CBSE Roll No: ________________ Under the Guidance of:

Name:________________________ Ms. Nity Lila


CERTIFICATE

This is to certify that _________________________________,


student of class X (CBSE Roll No.______________) has
successfully completed her Information Technology
(Subject Code: 402) Project Report under the
guidance of MS. NITY LILA. She has taken an
interest and has shown utmost sincerity in the
completion of this project.

_______________________ ______________________
Signature of Signature of
Internal Examiner External Examiner

_______________________
Signature of Principal
ACKNOWLEDGEMENT

I would like to express my special thanks of gratitude to


my IT Teacher Ms. Nity Lila for his able guidance and
support in completing this Project Report.

I would also like to extend my gratitude to our Principal


Ms. Raveen Pande for providing me with all the
required facilities.

Secondly, I would also like to thank my parents and


friends who helped me a lot in finishing this project
within the limited time. Just because of them I was able
to create my project and make it good and enjoyable
experience.

Thanks again to all who helped me during the project.

Student Name:________
CBSE Roll No.:________________

You might also like