Sample Question Paper Informatics Practices (Code: 065)
Sample Question Paper Informatics Practices (Code: 065)
General Instructions
Section –A
Each question carries 2 marks
Q. Part Question Marks
No No.
1. Aman, a freelance web site developer, has been assigned a task (2)
to design few web pages for a book shop. Help Aman in deciding
out of static web page and dynamic web page, what kind of web
pages should be designed by clearly differentiating between
static and dynamic web pages on at least two points.
OR
Who am I?
(ii) Name any two popular web browsers. (1)
[1]
3. Predict the output of the following queries: (2)
i. Select power(5,3);
ii. Select mod(5,3);
OR
Suggest suitable clause for it and properly explain its usage with
the help of an example.
7. Mr. Som, a HR Manager in a multinational company “Star-X (2)
world” has created the following table to store the records of
employees:
Table: Emp
Eid EName Department DOB DOJ
Star1 Ivan Sales 1994-08-28 2020-02-14
Star2 Melinda IT 1997-10-15 2021-11-19
Star3 Raj Accounts 1998-10-02 2019-04-02
Star4 Michael Sales 2000-02-17 2020-05-01
Star5 Sajal IT 2001-12-05 2018-06-13
Star6 John Accounts 1995-01-03 2019-07-15
Star7 Julia Sales 1985-11-13 2020-08-19
[2]
Based on the table given above, help Mr. Som writing queries for
the following task:
i) To display the name of eldest employee and his/her date of
birth.
ii) To display the name of those employees whose joining month
is May.
SECTION – B
Each question carries 3 marks
Suggest suitable SQL function for the same. Also write the query
to achieve the desired task.
9. Reena is working with functions of MySQL. Explain her following: (3)
i. What is the purpose of now () function?
ii. How many parameters does it accept?
iii. What is the general format of its return type?
10. While dealing with string data type in MySQL, its observed that (3)
sometimes unnecessary space character comes in between
which hampers the successful execution of a string manipulation
module. Name the suitable MySQL function (s) to remove
leading, trailing and both type of space characters from a string.
Also give MySQL queries to depict the same.
Section C
[3]
Each question carries 4 marks
11. Carefully observe the following table named ‘stock’: (4)
Table: stock
Pid PName Category Qty Price
1 Keyboard IO 15 450
2 Mouse IO 10 350
3 Wifi-router NW 5 2600
4 Switch NW 3 3000
5 Monitor O 10 4500
6 Printer O 4 17000
12. Satyam, a database analyst has created the following table: (4)
Table: Student
RegNo SName Stream Optional Marks
S1001 Akshat Science CS 99
S1002 Harshit Commerce IP 95
S1003 Devika Humanities IP 100
S1004 Manreen Commerce IP 98
S1005 Gaurav Humanities IP 82
S1006 Saurav Science CS NULL
S1007 Bhaskar Science CS 95
S1007 Bhaskar Science CS 96
[4]
Help him in predicting the output of the above given queries.
OR
Based on the above given table named ‘Student’, Satyam has
executed following queries:
[5]
Based on the above specifications, answer the following
questions:
(a) Out of LAN, WAN and MAN, what type of network will be
formed if we interconnect different computers of the
campus? Justify.
(b) Suggest the topology which should be used to efficiently
connect various blocks of buildings within Kanpur centre
for fast communication.
Also draw the cable layout for the same.
(c) Suggest the placement of the following device with
justification
i. Repeater
ii. Hub/Switch
(d) Now a day, video-conferencing software is being used
frequently by the company to discuss the product details
with the clients. Name any one video conferencing
software.
Also mention the protocol which is used internally in
video conferencing software.
[6]