You are on page 1of 4

SHETH CN ENGLISH MEDIUM SCHOOL

PRACTICE PAPER - 1 (Term-2)


STD: XII Computer Science (083) Marks:-35
Date:- 07/02/2022 Time:-2 Hrs

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.

Section -A
Each question carries 2 marks
Q. Question Marks
No
1. Define Lists. (2)
2. (i) Expand the following: (1)
HTTP, VOIP
(ii) Define Dictionery. (1)

3. Differentiate between Lists and Tuples (2)


4. A result set is extracted from the database using the cursor object (that has been (2)
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 thegiven
command is executed?
5. Mr.Shrijal,a administr at dorina School has created the following table to store the (2)
records ofemployees:
Table:Emp
Eid EName Department DOB DOJ
E101 Sneha Teacher 1994-08-28 2020-02-14
E102 Monica Teacher 1997-10-15 2021-11-19
E103 Rishin Accounts 1998-10-02 2019-04-02
E104 Milind Peon 2000-02-17 2020-05-01
E105 Shreya IT 2001-12-05 2018-06-13
He has written following queries:
(a) selectmax(year(DOB))fromemp;
(b) selectENAMEfromempwheremonth(DOJ)=11;
6. (i) Which command is used to view the data of table created? (1)
(ii) Give one point of difference between an equi-join and a natural join. (1)
7. (a) Define Cyber Safety. (2)
SECTION – B
Each question carries 3 marks
8. On the basis of following table answer the given questions: (3)
Table: CUSTOMER_DETAILS
| Cust_ID | Cust_Name | Acct_Type | Accumlt_Amt | DOJ | Gender |
| CNR_001|Manoj |Saving | 101250 |1992-02-19| M |
| CNR_002|Rahul |Current | 132250 |1998-01-11| M |
| CNR_004|Steve |Saving | 18200 |1998-02-21| M |
| CNR_005 | Manpreet |Current | NULL | 1994-02-19| M |
(i) Write the degree and cardinality of the above table.
(ii) What will be the output of the following query : Select max(DOJ) From Customer_Details;
(iii) Write the sql query to delete the row from the table where customer has no accumulated
amount.

9. Maahi is working with functions of MySQL. Explain her following: (3)


i. What is the purpose of date() function?
ii. How many parameters does it accept?
iii. What is the general format of its return type?
10. Briefly explain the concept of Ewaste Management (3)
Section C
Each question carries 4 marks
11. Give two advantages and two disadvantages of BUS topology (2)
(i) Define the following terms:
www , web hosting (2)
12. Given the following table : (4)

Table: CLUB

Give the output of following SQL statements :


(i) SELECT COUNT (DISTINCT SPORTS) FROM Club;
(ii) SELECT MIN(Age) FROM CLUB WHERE Sex = 'F';
(i) SELECT AVG(Pay) FROM CLUB WHERE Sports - "KARATE';
(iv) SELECT SUM(Pay) FROM CLUB WHERE Datofapp > '31/01/98'
13. BeHappy Corporation has set up its new centre at Noida, Uttar (4)
Pradesh for its office and web-based activities. It has 4 blocks of
buildings.
Distance between the various blocks is as follows:
A to B 40 m
B to C 120m
C to D 100m
A to D 170m
B to D 150m
A to C 70m
Numbers of computers in each block
Block A – 25
Block B - 50
Block C - 125
Block D - 10
(a) Suggest and draw the cable layout to efficiently connect various blocks of buildings
within the Noida centre for connecting the digital devices.
(b) Suggest the placement of the following device with justification
i. Repeater
ii. Hub/Switch
(c) Which kind of network (PAN/LAN/WAN) will be formed if the Noida office is
connected to its head office in Mumbai?
(d) Which fast and very effective wireless transmission medium should preferably be
used to connect the head office at Mumbai with the centre at Noida?

You might also like