90 INFORMATIC PRACTICES
90 INFORMATIC PRACTICES
Series %BAB%/C
Q.P. Code
90
INFORMATICS PRACTICES
90 Page 1 P.T.O.
General Instructions :
(i) This question paper is divided into 3 sections A, B and C.
(ii) Section A, consists of 7 questions (1 7). Each question carries 2 marks.
(iii) Section B, consists of 3 questions (8 10). Each question carries 3 marks.
(iv) Section C, consists of 3 questions (11 13). Each question carries 4 marks.
(v) Internal choices have been given for questions number 1, 3, 7, 8 and 12.
SECTION A
(Each question carries 2 marks)
1. (a) Arshiya is a web developer and one of her clients wants her to
design a web page to accept donations for an NGO. Which type of
web page (static/dynamic) will she create ? 2
OR
(b) Danny has created a website on Python resources on his laptop.
Now, he wants that others should be able to access his website and
use the resources. What should he do to achieve his objective ? 2
90 Page 2
6. Harjat has created the table EMP in his database.
Table : EMP
E_Id Name Dept Comm
E001 Ditya Admin 35000
E002 Uzair Production 42500
E003 Rajnikant Admin 21000
E004 Moushami Sales 23575
E005 Samantha Sales 37000
E006 Sunder Admin 43000
Now he wants to find the sum of commission earned by each department.
He has executed the following query :
SELECT dept,sum(comm)
GROUP BY dept
FROM EMP;
But, he got an error. Rewrite the correct query after identifying the
error(s). 2
7. (a) Ms. Anubha is working in a school and stores the details of all
students in a Table : SCHOOL
Table : SCHOOL
Admid Sname Grade House Per Gender Dob
20150001 Aditya Das 10 Green 86 Male 2006-02-20
20140212 Harsh Sharma 11 Red 50 Male 2004-10-05
20090234 Swapnil Pant 10 Yellow 84 Female 2005-11-21
20130216 Soumen Rao 9 Red 90 Male 2006-04-10
20190227 Rahil Arora 10 Blue 70 Male 2005-05-14
20120200 Akasha Singh 11 Red 70 Female 2004-12-16
90 Page 3 P.T.O.
SECTION B
(Each question carries 3 marks)
OR
Table : PETDATA
Id Pname Breed LifeSpan Price Discount
101 Adi Golden Retriever 15 16000 5
202 Candy Boxer 11 22000 10
303 Dazzler Bulldog 10 18000 NULL
404 Cooper Yorkshire Terrier 16 20000 12
505 Akira Pug NULL 25000 8
(a) Display the name of the month from the given date value.
(b) Display the day of month from the given date value.
90 Page 4
10. Consider the following Table : ITEM :
Table : ITEM
ID INAME PRICE QTY
P1001 Sketch Pen 20.50 5
P1002 Roller Ball Pen 55.00 1
P1003 Gel Pen 25.10 3
P1004 Notebook 75.80 1
SECTION C
(Each question carries 4 marks)
Table : FURNITURE
S.No. Item Type Price Stockdate
1 Hammock Bedroom 35500.58 2020-04-21
2 Divan Living 31000 2019-03-18
3 Bookshelf Study 38000.657 2019-01-10
4 Writing Desk Living 61357.425 2020-10-18
5 Nightstand Bedroom NULL 2021-07-23
90 Page 5 P.T.O.
12. (a) Consider the following table :
Table : EMPLOYEE
OR
(b) Based on the given table EMPLOYEE write SQL queries to perform
the following operations : 4
(iii) Display the average salary from each department where number
of employees is more than 1.
90 Page 6
13. ABC Private Ltd., Bangalore has different divisions, Finance (A1),
Sales (A2), Production (A3) and Marketing (A4).
FINANCE SALES
(A1) (A2)
SHIMLA
BRANCH
PRODUCTION MARKETING
(A3) (A4)
(a) Suggest the topology and draw the most suitable cable layout for
connecting all the divisions of Bangalore branch.
90 Page 7 P.T.O.
(b) Suggest the kind of network required (out of LAN, MAN, WAN) for
connecting Production (A3) with Shimla branch.
90 Page 8