Informatics Practices Class 12
Informatics Practices Class 12
Informatics Practices Class 12
General Instructions:
1. The question paper is divided into 3 sections – A, B and C
2. Section A, consists of 7 questions (1-7). Each question carries 2 marks.
3. Section B, consists of 3 questions (8-10). Each question carries 3 marks.
4. Section C, consists of 3 questions( 11-13). Each question carries 4 marks.
5. Internal choices have been given for question numbers – 1 , 3, 8 and 12.
Section A
Section A, consists of 7 questions (1-7). Each question carries 2 marks.
Q.1 During an international exchange programme the students need to connect
to a classroom in Russia using Skype. Samarth helps the students to
connect. Which type of network service is being used ?Explain
Or
Define hub and write its functions and types.
Q.2 Write one advantage of bus topology of network. Also, illustrate how four
computers can be connected with each other using star topology of
network?
Q.3 What will be the output of the following command?
i) SELECT POWER(10,2)
ii) SELECT ROUND(14.4743, 1)
iii) SELECT MOD(15,3)
iv) SELECT TRUNCARE(6543,768,2)
Or
I. Consider the decimal number x with value 8459.2654. Write
commands in SQL.
i) To round it off to a whole number.
ii) To round it to 2 places before the decimal.
II. Given a number n, write commands in SQL to
i) compute cube of this number using SQL function.
ii) compute remainder on division of n by another number m using SQL
function.
Also list the difference between unique key and primary key constraint
II. Mr. Chandervardhan is not able to identify the domain name in the
given URL. Identify and write it for him.
http://www.cbsenic.in/aboutus.htm
Q.6 Anita has been given the below given orders table:
i) How will she generate the following output using group by and
aggregate functions where in the count of items for cuid are arranged
in descending order?
ii) How will she count the number of distinct items in the orders table?
Section B
Section B, consists of 3 questions (8-10). Each question carries 3 marks.
Q.8
Write the output of the following SQL queries:
i) Select concat( left (' india is great ',6), substr(' india is great ',10,5)
ii) select power(instr('abcd412','1'),3);
iii) select length( substr(lower('abc 123'),1,3));
OR
Consider the following tables
Section C
(i) To display details of all salesmam of East and West area in ascending
oreder of sname.
(ii) TO display the area wise total of sales amount.
(iii) To display the area-wise count of salesmen for those areas
who have more than 1 salesman.
(iv) To display the Sname Sname and Dojoin of the salesman
who has joined most recently.
OR
Write the SQL functions which will perform the following operations:
****************************************