You are on page 1of 4

VIKASH GROUP OF CBSE SCHOOLS

[Bargarh-Bhubaneswar-Sambalpur]
CLASS-XII (TERM-2): SUBJECTIVE PRACTICE TEST (SPT)-03
COMPUTER SCIENCE (083) /Date of Exam: 27.01.22
Max Marks: 25 Times: 1.5 hrs
General instructions:

 The question paper is divided into 3 sections – A, B and C


 Section A, consists of 4 questions (1-4). Each question carries 2 marks.
 Section B, consists of 3 questions (5-7). Each question carries 3 marks.
 Section C, consists of 2 questions (8 & 9). Each question carries 4 marks.
 Internal choices have been given for question numbers 1, 2, 5, 8 & 9.

SECTION-A
Each question carries 2 marks
1. Define Stack? Give any two characteristics of stack. 2
(OR)
What is the difference between a PUSH and a POP?

2. (i) Expand the following terms: 1


GSM
GPRS

(ii) Which of the following are wired and wireless medium of transmission? 1
Twisted pair, Coaxial cable, Infrared, Fiber optic, Laser, Microwave, Satellite.

(OR)
(i) Expand the following terms: 1
IMAP
VOIP
(ii) Give any two characteristics of Guided and Unguided Media with an example.

3. Give two examples of PAN and LAN type of networks. 2


4. Name two transmission media of networking. 2

SECTION – B
Each question carries 3 marks
5. Help Amit to create a list containing some numbers , write a program to perform the
following using separate user defined functions. 3
I. Traverse the list and PUSH values into a stack, where the numbers are odd
II. Pop and display the content of the stack

For Example:
If the sample contents of the list as follows
L=[10,20,30,9,50,7,3,45,23]
Output: 23 45 3 7 9
1
(OR)

Dipti’s computer teacher assigned her a task to perform the following functions with separate user
defined functions. Help her to write the codes.
I. Create a list containing numeric and string values and traverse it to push the values into a stack,
where the values are of type string.
II. Pop and display the contents of the stack
For Example:
If the sample contents of the dictionary as follows
D=[“Rakesh”, 45, ”Vikash”, 35, ”Nikhil”, 23, ”Bipin”, 34, ”Tapan”,11]
Output should be: “Tapan” “Bpin” “Nikhil” “Vikash” “Rakesh”

6. What is network topology and three types of network topology? 3


7. Describe about any three types of Network devices. 3

SECTION-C
Each question carries 4 marks

8. INDIAN PUBLIC SCHOOL in Darjeeling is setting up the network between its different
wings. There are 4 wings named as SENIOR(S), JUNIOR(J), ADMIN(A) and HOSTEL(H).
4
Distance between various wings are given below:-

Wing A to Wing S 100m

Wing A to Wing J 200m

Wing A to Wing H 400m


Number of Computers
Wing S to Wing J 300m
Wing A 10
Wing S to Wing H 100m
Wing S 200
Wing J to Wing H 450m
Wing J 100

Wing H 50

a. Suggest a suitable Topology for networking the computer of all wings.


b. Name the wing where the Server is to be installed. Justify your answer.
c. Suggest the placement of the device repeater in the network with reason.
d. School is planning to provide a high-speed link with its another branch Situated within 100 KM using a
wired connection. Which of the following cables will be most suitable.
(a) Optical Fiber (b)Co-axial Cable (c) Ethernet Cable
2
(OR)

Mittal & Mittal Pvt Ltd. has set up its new center at Hyderabad for its office and web-based
activities. It has 4 blocks of buildings as shown in the diagram below. 4

Block A Block C

Block B Block D

Center to center distances between various blocks


Black A to Block B 50 m
Block B to Block C 150 m
Block C to Block D 25 m
Block A to Block D 170 m
Block B to Block D 125 m
Block A to Block C 90 m

Number of Computers
Black A 25
Block B 50
Block C 125
Block D 10

a. Suggest a cable layout of connections between the blocks.


b. Suggest the most suitable place (i.e. block) to house the server of this organization with a suitable
reason.
c. Suggest the placement of the following devices with justification
(i) Repeater
(ii) Hub/Switch
d. The organization is planning to link its front office situated in the city in a hilly region where cable
connection is not feasible, suggest an economic way to connect it with reasonably high speed?

3
9. i. What is the purpose of Web-browser? Name any one commonly used web browser 2
OR
Define the following terminology
W3C, CDMA
ii. What is the difference between XML & HTML? Write two differences. 2

(OR)
i. What is the use of ROUTER and how it is different from a GATEWAY? 2
OR
Define the following term
Telnet, FIREWALL
ii. What are the different types of a network? Explain each briefly. 2

You might also like