It Practical File - 2024
It Practical File - 2024
Session 2023-24
Instruction:
1. First page of the file should display all your details (Roll no, Admission no.,
Student name, father’s name, mother’s name, DOB, Address, Contact no., email
id, class & section, subject name, subject code and teacher incharge).
2. Must include Index page with page number and Teacher’s signature.
3. Hard copies of Screenshots need to be attached in the file for all given activities.
1. Cover Page
PRACTICAL FILE
SUBJECT – INFORMATION TECHNOLOGY SESSION 2023 – 24
NAME: ………………………………
CLASS & SEC: …………………….
Q1. Suppose we have a very basic model that takes the number of units sold, the retail price,
and a discount to calculate total net revenue.
The current model contains the following information:
# of units: 500
Retail price: 25.00
Selling discount: 10%
Revenue: 11,250
Now suppose we want to find out how many units have to be sold to reach 20,000 of
revenue. Perform- the Goal Seek options.
Note
Calculate total = 500*25= 12500
Discount= 12500*10/100 = 1250
Revenue = 12500-1250= 11,250
Q2. Suppose that you want to create a budget but are uncertain of your revenue.
By using scenarios, you can define different possible values for the revenue and then
switch between scenarios to perform what-if analyses.
For example, assume that your worst case budget scenario is Gross Revenue of 50,000 and
Costs of Goods Sold of 13,200, leaving 36,800 in Gross Profit. To define this set of values as a
scenario, you first enter the values in a worksheet, as shown in the following illustration:
The Changing cells have values that you type in, while the Result cell contains a formula that is
based on the Changing cells (in this illustration cell B4 has the formula =B2-B3).
Using the scenario manger, find the effect of in the new Gross profit in case of the following
situations:
Best case
a. Gross revenue 1,00000
b. cost of goods sold 10,200
Good case
a. Gross revenue 80,000
b. cost of goods sold 10,200
Q3. 5 Prepare following worksheet and display the sum of items according to items.
Use option (Subtotal)
Q4. Prepare monthly class test worksheet as given in below screenshot and prepare
consolidated result as displayed below:
Q5. A student is planning her goals about the marks she should attain in the forthcoming
semester 4 examinations in order to achieve a distinction(75%). Assuming that
examination of each subject is for 100 marks, her marks of the previous semesters are
given as under
Find out how many marks she obtains in 4th Semester to secure distinction.
Q12. The Student table has the following fields with the following properties:
Student ID - data type is Text, field size is 4 and Caption is ID #. It is also the primary key.
Last Name is Text, field size is 15
First Name is Text, field size is 15
Major is Text, field size is 30
Advisor ID os Text, field size is 4
Credits is Number and and its field size is Integer
Q14. Write command to create table named ‘BOOK ‘with following fields (Using sql command):
BOOK ID Char (4)
Bname Varchar (15)
Author Varchar (20)
Price Decimal
(a) Identify the primary key of the Book Table, also mention the suitable reason for choosing it
as a Primary Key. Differentiate between (i) char and varchar data type (ii) DDL and DML
Q15. Write the SQL commands to answer the queries based on Fabric table.
--------------------------------------- X-----------------------------------------------