0% found this document useful (0 votes)
20 views

Computer Science IX Paper I 2022

Slos plus guide

Uploaded by

Sofia Bano
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
20 views

Computer Science IX Paper I 2022

Slos plus guide

Uploaded by

Sofia Bano
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 20

Page 1 of 16

CLASS IX

Computer Science
Total Time: 1 hour 40 minutes
Page 3 of 16

8. A CPU contains all of the following components EXCEPT

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.

10. Some devices are essential to perform specific tasks on a

computer. Two essential devices to make a video call are

A. webcam and printer.


B. monitor and scanner.
C. headphone and scanner.
D. webcam and headphones.

11. Sara has distributed brochures of her home-based business.

Three of the essential devices that should be used in developing softcopy and obtaining
hardcopy of these brochures are

A. mouse, keyboard and printer.


B. mouse, speaker and monitor.
C. webcam, monitor and mouse.
D. printer, keyboard and headphones.

12. A device which is used to capture the product information is

A. monitor.
B. light pen.
Page 4 of 16
C. barcode reader.
D. magnetic ink character reader.

13. The CORRECT pair of a device and its characteristic is

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.

An input device that she should use for this purpose is a/ an

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.

17. Which of the following statements is TRUE about star topology?

A. Detection of fault is difficult


B. Easiest network topology to set up
C. Lowest cost topology to implement due to short cable length
D. Failure of one computer does not stop the functioning of the entire network

18. Which of the following is FALSE about peer-to-peer networks?

A. It provides centralised security.


B. It can be expanded up to thousands of computers.
C. It is generally used for long distance communication.
D. These networks are considered as wide area networks.

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

20. Consider the given image.

The type of topology shown in this image is

A. bus.
B. star.
C. ring.
D. mesh.

21. In contrast to bus topology, the mesh topology

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.

22. A topology which is MOST expensive among other topologies is

A. bus.
B. star.
C. ring.
D. mesh.

23. In contrast to star topology, the ring topology

A. makes it difficult to detect faults.


B. requires more cables for its implementation.
C. makes it easy to connect new devices to the network.
D. ensures that failure of one computer does not stop the functioning of the entire
network.

24. The purpose of using terminators in the bus topology is to

A. increase the data rate of the medium.


B. stop signals reaching to unauthorised users.
C. stop signals from bouncing back to the medium.
D. decrease the chances of signals from getting corrupt.
Page 7 of 16

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.

27. In contrast to client-server network, a peer-to-peer network

I. focuses on sharing the information


II. uses centralised server to store data
III. is less stable if number of computers increases
IV. allows each node to request and respond for the services

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

A. <tr></tr> and <th></th>


B. <br></br> and <dt></dt>
C. <tr></tr> and <br></br>
D. <th></th> and <dt></dt>
Page 8 of 16

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.

● The name of the image is flower.jpg

● The alternative text for image is "Flower Picture"

● The width and height of the image are to be 100 pixels

● A solid black border having thickness of 3 pixels surrounds the

picture The HTML code to insert these specifications in a web page is

<img src="flower" alt="Flower Picture" width="100"


A
height="100"
style="border:3px solid black">
<alt="Flower Picture" img src="flower.jpg" width="100"
B
height="100" style="border:3px solid black">
<img src="flower.jpg" alt="Flower Picture" width="100"
C
height="100" style="border:3px solid black">
<style="border:3px solid black" img src="flower.jpg" alt="Flower
D
Picture" width="100" height="100">

32. Consider the given image of a web page showing a sentence. The font style of sentence is
Courier New.

The HTML code to show this sentence is

<p This is <b><I>Important</I></b>


A
paragraph</p>
Page 9 of 16
style="font-family:'Courier New' ">
<p style="font-family:'Courier New' ">This is
B
<b><I>Important</I></b> paragraph.</p>
<p style="font-family:'Courier New' ">This is
C
<b><I>Important<\b><\I> paragraph.<\p>
<p style:"font-family='Courier New' ">This is
D
<b><I>Important</I></b> paragraph.</p>
Page 10 of 16

33. Given is the image of a webpage showing a sentence.

The HTML code for displaying the sentence is

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&nbsp;&nbsp;&nbsp;Love&nbsp;&nbsp;&nbsp;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>

37. An image can be set as background of a web page by using the

A. background attribute in the body tag.


B. body attribute in the background tag.
C. href attribute in the background tag.
D. body attribute in the href tag.
Page 11 of 16

38. The types of tags that are essential to create a definition list are

A.2
B.3
C.4
D.5

39. Consider the given text.

How are you?

The HTML code to show this text in white color over the magenta background is

<style:"background-color magenta;"> <style="background color<magenta>;">


<p style:"color white">How are you?</p> <p style="color<white>">How are you?</p>

A B

<style="background color=magenta;"> <style="background-color:magenta;">


<p style="color=white">How are you?</p> <p style="color:white">How are you?</p>

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

44. Consider the given image.

The HTML code to add a red colored, 7 pixels-thick border around the image is

A <style>img{border:7px solid red;}</style>


B </style>img{border:7px solid red;}<style>
C <style><img>{border:7px solid
red;}</style>
D </style><img>{border:7px solid
red;}<style>

45. Consider the given image showing a hyperlink added to a webpage.

When someone clicks on Click Here for Zoom, then the Zoom website with the following
address will be opened.

https://zoom.us/

The CORRECT HTML code for this purpose is

A <a href="https://zoom.us/">Click Here for ZOOM</a>


B <a>href="https://zoom.us/">Click Here for ZOOM</a>
C <a Click Here for ZOOM>href="https://zoom.us/"</a>
D <a>Click Here for ZOOM>href="https://zoom.us/"</a>
Page 12 of 16

Use the given image to answer Q.46, Q.47, Q.48 and Q.49.

46. The following changes need to be made in the heading:

Font style: Calibri


Font color: Blue
Font size: 35 pixels

The replaced HTML code will be

<p style="font-family:Calibri; font-color:Blue; font-size:35px;">Content


A
Management System</p>
<p style="font:Calibri; font-color:Blue; font-size:35px;">Content Management
B
System</p>
<p style="font-family:Calibri; color:Blue; font-size:35px;">Content Management
C
System</p>
<p style="font:Calibri; color:Blue; font-size:35px;">Content Management
D
System</p>

47. The HTML code to display the text below the heading is

<p>A content management system (CMS) is a </b>software application</b>


A that enables </u>users</u> to create, edit, collaborate on, publish and store
digital
</strike>data</strike> content.</p>
<p>A content management system (CMS) is a <b>software application</b>
B that enables <u>users</u> to create, edit, collaborate on, publish and store
digital
<strike>data</strike> content.</p>
<p>A content management system (CMS) is a <u>software application</u>
C that enables <b>users</b> to create, edit, collaborate on, publish and store
digital
<strike>data</strike> content.</p>
<p>A content management system (CMS) is a <u>software application</b>
D that enables <b>users</u> to create, edit, collaborate on, publish and store
digital
</strike>data<strike> content.</p>

48. The HTML code to display the heading shown in this image is
Page 13 of 16

A. <h1>Content Management System</h1>


B. <h6>Content Management System</h6>
C. <b>Content Management System</b>
D. <title>Content Management System</title>
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

List of Science Subjects

● Physics

● Chemistry

● Biology

The HTML code that would display the list shown in the web page is

A <li> <ul>Physics</ul> <ul>Chemistry</ul> <ul>Biology</ul> </li>


B <li> <ol>Physics</ol> <ol>Chemistry</ol> <ol>Biology</ol> </li>
C <ul> <li>Physics</li> <li>Chemistry</li> <li>Biology</li> </ul>
D <ol> <li>Physics</li> <li>Chemistry</li> <li>Biology</li> </ol>

E
Page 15 of 16

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy