You are on page 1of 7

Sample Paper 2022

Subject: Informatics Practices New Subject code: 065


Time: 2:00 Hours Max. Marks: 35
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, 8 and 12.
Section –A
Each question carries 2 marks
1. Mialn is appearing in the interview for the post of network architecture in a multinational
company. The interviewer has asked a question about the network device’s features that
connects dissimilar network. Write any two points for the same.
OR
Herry is preparing for an interview for the post of system administrator. He is confused among
modem and switch. Write at least two points of each to clear his confusion.
2. Identify the elements of URL :
a. The protocol of web server
b. It represents name of web server where the website is located
3. Vatsal is learning MySQL functions. He doesn’t know what is the difference between Single
row functions and Multiple row functions. State any two differences to help him.
OR
Enlist any four aggregate functions and explain any two of them with example.
4. Explain the ring or circular topology in short.
5. Predict the output:
a. select substr(‘Informatics Practices’,12,5);
b. select year(curdate()) + year(yourbirthdate);
Write your birthdate in the query then write the output.
c. select round(32.567890);
d. select lower(‘pre-board I’);

Page 1 of 5
DOWNLOADED FROM WWW.TUTORIALAICSIP.COM

6. Deep wants to develop a personal blog website. He wants to know the components of structure
wise website. Enlist the components of structure wise website.
7. Consider the following table - STUDENTS and write answers given below:

STD_NO SNAME STREAM MARKS

C001 DEEP COMMERCE 44

C002 SHIVANAND COMMERCE 43

C003 VATSAL COMMERCE 42

C004 SHIV SCIENCE 41

C005 PURAB COMMERCE 45

C006 ARYAN SCIENCE 52

C007 VEER COMMERCE 53

C008 MILAN COMMERCE 48

C009 DRAVINAM SCIENCE 57

C010 HERRY COMMERCE 44

C011 BHUMIN COMMERCE 68


a) Write query to display number of students belongs to each stream.
b) Write query to display maximum marks of students for each stream.
Section –B
Each question carries 3 marks
8. Predict the output for following query:
a. select pow(month(now()),2);
b. select left(dayname(now()),5)
c. select length('Informatics Practice Class 12’);
OR
Explain the functions with suitable example to do this:
a. To find the position of specific word or character in the given text
b. Display the total number characters from the text
c. To display remainder of given two numbers

Page 2 of 5

9. Vats is working with functions of MySQL. Explain him the following with
example:
a. To remove extra leading spaces from the text
b. To return only day part from today’s date
c. To return average of particular column from the table

10.
i) Om has written following queries:
a. select count(*) from student;
b. select count(std_no) from student;
He was surprised with the output as query (a) returns 5 rows where as
Query(b) returns only 3rows. Explain why?
ii) Which functions in MySQL extract words from specified character to
n number of characterfrom given string. Write the function names
and explain them with example.
Section –C
Each question carries 4 marks
11. Consider the following table doctor and write queries given below:
ID Docname Department DOJ Gender Salary

1 Bhavin Orthopaedic 2018-01-10 M 35000


s
2 Hansa Paediatrics 2017-10-16 F 30000

3 Suresh Gynaecolog 2015-12-01 M 40000


y
4 Minesh Surgery 2012-11-01 M 45000

5 Hetal Paediatrics 2015-05-20 F 35000

6 Khushi Surgery 2016-04-23 F 31000

i. Display the names and salaries of doctors in descending order of salary.


ii. Compute total salary for each Gender and display only those gender’s total
salary whose
total salary is more than 1 lakh.
iii. Display the average salary of each department.
iv. Display the list of doctors as per their seniority. (Seniors will come on top)
12. Consider the table – Teacher :
No Name Age Department Dateofadm Salary Gender
1 Jugal 34 Computer 1997/01/10 12000 M
2 Sharmila 31 History 1998/03/24 20000 F
3 Sandeep 32 Maths 1996/12/12 30000 M
4 Sangeeta 35 History 1999/07/01 40000 F
5 Rakesh 42 Maths 1997/09/05 25000 M
6 Shyam 50 History 1998/06/07 30000 M
7 Shivam 44 Computer 1997/02/25 21000 M
8 Shalakha 33 Maths 1997/07/31 20000 F
Predict the output for given queries:
a. select sum(salary) from teacher where gender=’M’ and department in
(‘Computer’, ‘Maths’);
b. select max(age)+min(age) from teacher where gender=’F’;
c. select department, avg(sal) from teacher group by department;
d. select name, salary from teacher where age>=31 and age<=2 order by age
desc;
OR
Differentiate between:
i) Group by and order by
ii) Having and where clause
13. Parth-Madhav association is planning to start their offices in four major
cities in Gujarat to provide regional IT infrastructure support in the field
of education and culture. The company has planned to setup their head
office in Ahmedabad in three different locations and have named their
offices as Sales Office, Head Office and Tech Office. The company’s
regional offices
are located at Surat, Rajkot and Bhuj.

Sales Head
Tech
Office Office
Office

Surat Bhuj

Office Rajkot Office

Office

Approximate distance between these offices as per network survey team is as


follows:
Place From Place To Distance
Head Office Sales Office 10m
Head Office Tech Office 70m
Head Office Surat Office 255 kms
Head Office Rajkot Office 214 kms
Head Office Bhuj Office 331 kms
The company experts have planned to install following number of computers
in each of theiroffices:
Head Office 100 Sales Office 20
Tech Office 50 Surat Office 50
Rajkot Office 50 Bhuj Office 50
i) Suggest the appropriate network type for connecting each of the following
set of their offices:
a. Head Office & Tech Office
b. Head Office & Rajkot Office
ii) Which device will you suggest to be procured by the company for
connecting all computerswithin each of their offices out of the
following devices?
a. Modem b. Telephone c. Switch/Hub
iii) Suggest cable layout for connecting the company’s local offices
located at Ahmedabad. Also, suggest an effective method/technology
for connecting company’s regional offices at Surat, Rajkot and Bhuj.
iv) Suggest internet connection to be used for all the offices. Consider the
cost saving parameter while selecting internet connectivity.

You might also like