ComputerScienceQpSet-2 72596
ComputerScienceQpSet-2 72596
General Instructions
The question paper is divided into 3 sections – A, B and C
Section A, consists of 7 questions (1-7). Each question carries 2 marks.
Section B, consists of 3 questions (8-10). Each question carries 3 marks.
Section C, consists of 3 questions (11-13). Each question carries 4 marks.
Internal choices have been given for question numbers 7, 8 and 12.
Section - A
Each Question carries 2 Marks
Q. Part
Question Marks
No. No.
1 What is LIFO? List stack operations. (2)
2 (i) Expand the following: POP3, VoIP (1)
(ii) Write one advantage & disadvantage of microwave. (1)
3 Name any two Numeric & string datatypes used in MySql. (2)
4 A resultset is extracted from the database using the cursor object (that has (2)
been already created) by giving the following statement.
Mydata=cursor.fetchone()
(a) How many records will be returned by fetchone() method?
(b) What will be the datatype of Mydata object after the given command is
executed?
5 Write the output of the queries (a) to (d) based on the table sales, (2)
1|Page
6 (i) Which command is used to change the database? (1)
(ii) Write any one difference between equi join & natural join in SQL? (1)
7 Consider the table STORE, given below: (2)
Table : STORE
2|Page
10 Nikhil wants to create Mycompany as database & table Department using (3)
SQL for his project help him by writing suitable commands. The table has
the following structure:
ColumnName DeptID DeptName
Key type Primary
Nulls/unique
Datatype NUMBER VARCHAR
Length 20
Section - C
Each Question carries 4 marks
11 Write SQL queries for (i) to (iv) based on the tables Watches & Sale. (4)
3|Page
12 (i) Write any two differences between star topology and tree topology of (2)
network.
OR
What is web hosting? What are its various categories?
(ii) How is packet switching different from circuit switching? (2)
13 Multipurpose Public School, Bengaluru is Setting up the network between its (4)
Different Wings of school campus. There are 4 wings named as SENIOR(S),
JUNIOR(J), ADMIN(A) and HOSTEL(H).
SENIOR ADMIN
JUNIOR HOSTEL
Wings NumberofComputers
WingA 20
WingS 150
WingJ 50
WingH 25
Number of Computers installed at various wings are as follows:
WingAtoWingS 100m
WingAtoWingJ 200m
WingAtoWingH 400m
WingStoWingJ 300m
WingStoWingH 100m
WingJtoWingH 450m
(i) Suggest the best wired medium and draw the cable layout to efficiently
connect various wings of Multipurpose Public School, Bengaluru.
(ii) Name the most suitable wing where the Server should be installed & Justify
your answer.
(iii) Suggest the type of network (LAN,MAN,PAN,WAN)to connect all the blocks with
suitable reason.
(iv) Suggest a device and the protocol that shall be needed to provide wireless
Internet access to all smartphone/laptop users in the campus of
Multipurpose Public School, Bengaluru.
4|Page