Page 32 - IPP-12-2024
P. 32
The number of computers in each block is as follows:
BLOCKS NUMBER OF COMPUTERS
Merchandising 17
Quality Control 42
EDP/IT 117
Fabric Testing 27
(i) Suggest the most suitable block to install the server. Justify your answer.
(ii) Suggest the ideal cable layout for connecting these blocks physically.
(iii) Which device would you suggest to connect each computer in each of the given blocks?
(iv) Suggest the placement of the ‘Repeater’ in the layout with a justification.
(v) The company is planning to connect the Noida Branch office to its Delhi Head office, which is 35 km
away. Which type of network will be formed? (5)
35. A training institute named Algorithm asked the students of batch IV to make projects based on their
domains.
120
100
NUMBER OF STUDENTS 80
60
40
20
0
Software Analysis Software Prediction
Testing Development
PROJECT DOMAINS
Write a suitable Python code to create Computer Science projects made by Batch IV Bar Chart as shown
above.
Also give a suitable Python statement to save this chart. (5)
OR
The basic pay of 10 employees is given below:
Basic_pay = [28000,55000,16000,48000,26000,60000,33000,50000,35000,65000]
Write a suitable Python code to create a histogram by specifying bin size based on the given data, along
with an appropriate chart title and both axis labels.
Also give a suitable Python statement to save this chart.
Practice Paper A.7