0% found this document useful (0 votes)
52 views4 pages

BBSR T2 QP Ip Xii

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
52 views4 pages

BBSR T2 QP Ip Xii

Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

KENDRIYA VIDYALAYA ,BHUBANESWAR REGION

Class: XII [SET-1]


INFORMATICS PRACTICES(065)
Term2 Pre-BoardExam(2021-22)
Maximum Marks: 35 Time Allowed: 2 Hours
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 – 1 , 3,7, 8 and 12.

SECTION A (7*2=14 marks)

Each question is of 2 marks.


Q1. Amlan, a network engineer, has been assigned a task to create the network in your 2
school.
1. What devices he will use to develop the network.
2. What is a switch and how it is different from Hub.
OR
Your class teacher is taking class in virtual mode. Which type of netwok service is being
used.Define about the service.
Q2.(i) I : 1
 Am a address
 Used to provide you information.
Who am I?
(ii) What is WWW? 1
Q3. Predict the output of the following queries: 2
i. Select round(6.5675,2);
ii. Select mid(‘PRE_BOARD_EXAM’,4,6);
OR
Briefly explain the purpose of the following SQL functions:
i. NOW()
ii. RTRIM( )
Q4. Explain about cookies. 2
Q5. Help suman in predicting the output of the following queries: 2
i) select length(mid(‘NETWORKING’,2,3));
ii) select DAYOFYEAR(‘2012-02-08’);
Q6. What is the difference between Having clause and Where clause? 2
Q7. A relation Vehicles is given below : 2

Find out the Output


a. select Company, count(*) from Vehicles group by company.
b. select V_no,Type,Price from Vehicles where Price>350000.
OR
Write SQL commands to:
a. Display the average price of each type of vehicle having quantity more than 20.
b. Count the type of vehicles manufactured by each company.

SECTION B (3*3=9 marks)


Each question carries 3 marks.
Q8. Consider the table Garment and write the query: 3

i. Display the Minimum price of the Garment.


ii. Count and display the number of GARMENT from each SIZE where number of
GARMENTS are more than 1.
iii. Display the sum of price of each color garment
OR
(i) Select INSTR(“Button to Clicked”,”o”);
(ii) Select MONTHNAME(“2017-03-09”);
(iii) Select RIGHT(“Informatics”,6);
Q9. ( i) What is DBMS? 3
(ii )What are it’s advantages?
( iii)Write 2 names of DBMS Software?
Q10. Akash wants to find the following data from mysql using functions. What commands 3
he will write to
( I ) find the name of the day of the current date.
( ii )display your name in capital letter.
( iii )to display the name of the month in which you were born.

SECTION C (4x3 = 12 marks)


Each question carries 4 marks
Q11. Consider a table SALESMAN with the following data: 4
SNO SNAME SALARY BONUS DOJ
A01 AKASH 25000 106.25 2019-10-14
A02 ANKITA 15000 67.33 2012-08-23
B02 BINAYA 12500 52.41 2015-02-03
B03 NEESHA 35000 NULL 2012-10-08
C07 LALITA 10600 45.78 2021-03-17

Write SQL queries using SQL functions to perform the following operations:
a) Display salesman name and bonus after rounding off to zero decimal places. 15
b) Display the position of occurrence of the string “TA” in salesman names.
c) Display the four characters from salesman name starting from second character.
d) Display the month name for the date of join of salesman .
Q12. Write SQL commands for the following table MOVIE: 4
NO TITLE TYPE RATING SEATS_LEFT PRICE

1 SANJU BIOPIC A 4 250

2 RAID ACTION B 2 175

3 RACE3 ACTION C 7 245

4 HAAMI COMEDY A 3 130

( I )select TYPE,COUNT(*) from MOVIE group by TYPE;


( ii )select TITLE,max(PRICE),min(PRICE) from MOVIE;
(iii )select TITLE,TYPE,SEATS_LEFT from MOVIE order by SEATS_LEFT
desc;
(iv )select * from MOVIE where TYPE=’ACTION’ and PRICE>200;
OR
Based on the above given table named ‘MOVIE’, Satyam has executed following queries:

(I ) select count(distinct RATING) from MOVIE;


(ii )select TITLE,max(PRICE) from MOVIE goup by RATING having
max(PRICE)>200;
( iii )select right(TITLE,3) from MOVIE where price>100;
( iv )select mod(SEATS_LEFT,3) from MOVIE;

Q13. You have given to create a network in your school building. It has 4 blocks 4
of buildings.
Distance between the various blocks is as follows:
A to B - 50 m
A to C - 60 m
A to D - 110m
D to B - 60m
D to C - 100m
C to A - 70m
Numbers of computers in each block
Block A - 20
Block D - 50
Block B - 15
Block C– 30

(Sr.Comp (Jr Comp


LAB) Lab)

Block A Block B

(Language
(Primary) Lab)
Block C Block D

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 efficientlyconnect the
Various blocks of school building. Also draw the cable layout for the
same.
(c) Suggest a network device to connect all computers in each building
with justification.
(d) The School wants internet accessibility in all the blocks. Suggest a
suitable technology.

You might also like