Computer Science IX Paper I 2022
Computer Science IX Paper I 2022
CLASS IX
Computer Science
Total Time: 1 hour 40 minutes
Page 3 of 16
A. registers.
B. input unit.
C. control unit.
D. arithmetic logic unit.
9. A device is used to check whether meat is cooked from inside or not. The MOST
appropriate sensor used in this device could be a
A. gas sensor.
B. pressure sensor.
C. moisture sensor. ny
D. temperature sensor.
Three of the essential devices that should be used in developing softcopy and obtaining
hardcopy of these brochures are
A. monitor.
B. light pen.
Page 4 of 16
C. barcode reader.
D. magnetic ink character reader.
Devi Characteristic
ce
A Digital Camera Adjusting Resolution
B Joystick Pointing Device in Laptop
Checking Originality of
C Barcode Reader
Cheques
Magnetic Ink Character Capturing Product
D
Reader Information
Page 5 of 16
14. A signal that causes data transfer from main memory to a CPU register is sent from
A. input unit.
B. output unit.
C. control unit.
D. arithmetic logic unit.
15. Fatima has a handwritten document. She wants to convert the document into editable form
in the computer system.
A. barcode reader.
B. optical mark reader.
C. magnetic ink character reader.
D. optical character reader.
16. A system needs to automatically unlock the main door in a house during the day and lock it at
night. The MOST suitable sensor to be used in this system is
A. light sensor.
B. pressure sensor.
C. moisture sensor.
D. temperature sensor.
19. A type of communication technology that provides the LOWEST internet connection speed
is a/ an
A. dial-up line.
B. digital subscriber line.
C. code division multiple access.
D. integrated services digital network.
Page 6 of 16
A. bus.
B. star.
C. ring.
D. mesh.
A. is difficult to implement.
B. provides ease in adding new computers.
C. uses less cable to connect computers together.
D. halts the entire network if any of the computers stops working.
A. bus.
B. star.
C. ring.
D. mesh.
25. A type of network that has the LOWEST data rate when data is transmitted on
longer distances is
A. LAN.
B. MAN.
C. PAN.
D. WAN.
26. The two types of networks in which the transmission medium is owned by the user are
I. PAN
II. WAN
III. LAN
IV. MAN
A. I and III.
B. I and IV.
C. II and IV.
D. II and III.
A. I and II.
B. I and III.
C. II and IV.
D. III and IV.
28. A type of communication via telephone network that gives a speed of around 256 Kbps is a/ an
A. dial-up line.
B. digital subscriber line.
C. code division multiple access.
D. integrated services digital network.
29. Two of the tags that are related to tables in HTML are
30. The attribute that specifies the path to an image in a web page is
A. img
B. src
C. alt
D. tr
31. An image with the following specifications is to be inserted in a web page.
32. Consider the given image of a web page showing a sentence. The font style of sentence is
Courier New.
A I<p><p><p>Love<p><p><p>Pakistan.
B I<br><br><br>Love<br><br><br>Pakistan.
C I&href;&href;&href;Love&href;&href;&href;Pakistan.
D I Love Pakista
n.
34. Which of the following statements is FALSE about HTML?
A. It is a markup language.
B. It is used for creating software.
C. Its code is usually written in notepad.
D. It does not need a compiler for execution.
35. Web crawler and database are two basic components of a
A. web server.
B. web browser.
C. search engine.
D. uniform resource locater.
36. Which of the following HTML tags does not need a closing tag?
A. <title>
B. <head>
C. <br>
D. <p>
38. The types of tags that are essential to create a definition list are
A.2
B.3
C.4
D.5
The HTML code to show this text in white color over the magenta background is
A B
C D
40. The bold code line in the given HTML code is INCORRECT.
<html>
<body style ="background-color:Burly Wood;"/body>
<h1>This is a heading</h1>
<p>This is a paragraph.</p>
</body>
</html>
The CORRECT code line to show Burly Wood color in the background of a web page is
Page 12 of 16
A <body style="background-color:BurlyWood;">
B <body style="background-color=Burly Wood;">
C <body style="background-color<BurlyWood;>">
D <body style="background-color=BurlyWood;"/body>
Page 13 of 16
Page 11 of 16
The HTML code to add a red colored, 7 pixels-thick border around the image is
When someone clicks on Click Here for Zoom, then the Zoom website with the following
address will be opened.
https://zoom.us/
Use the given image to answer Q.46, Q.47, Q.48 and Q.49.
47. The HTML code to display the text below the heading is
48. The HTML code to display the heading shown in this image is
Page 13 of 16
49. The HTML code to show the text on the image of tab is
A. <h4>CMS</h4>
B. <title>CMS</title>
C. <html>CMS</html>
D. <head>CMS</head>
50. Consider the given image showing the text displayed on a web page
● Physics
● Chemistry
● Biology
The HTML code that would display the list shown in the web page is
E
Page 15 of 16