0% found this document useful (0 votes)
54 views7 pages

Answer Key Neptune QB

The document contains the answer key for a Mixed Question Bank for Class 9 Computer Science, including answers for multiple-choice questions, matching, true/false, fill in the blanks, and various mark questions. It provides detailed answers and explanations for different types of questions related to computer science concepts. The answer key is structured to align with the exam pattern and topics covered in the course.

Uploaded by

khannurmahesh30
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)
54 views7 pages

Answer Key Neptune QB

The document contains the answer key for a Mixed Question Bank for Class 9 Computer Science, including answers for multiple-choice questions, matching, true/false, fill in the blanks, and various mark questions. It provides detailed answers and explanations for different types of questions related to computer science concepts. The answer key is structured to align with the exam pattern and topics covered in the course.

Uploaded by

khannurmahesh30
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/ 7

Here is the **Answer Key** for your **Mixed Question Bank** for **Class 9 Computer Science**:

---

## **MCQ Answer Key (10 Marks – 10 Questions)**

1. **(a) 2**

2. **(b) Conditional Formatting**

3. **(c) Firewall**

4. **(a) `<img>`**

5. **(b) Natural Language Processing**

6. **(b) Adds two numbers or concatenates strings**

7. **(c) Line Chart**

8. **(b) Google Sites**

9. **(c) G**

10. **(a) OpenShot**

---

## **Match the Following Answer Key (10 Marks – 10 Questions)**

| Column A | Column B |

|---------------------------------|--------------------------|

| Conditional Formatting | **(A) Formatting based on rules** |

| Firewall | **(B) Protects from cyber threats** |


| `<a>` tag | **(C) Used for hyperlinks** |

| Trojan Horse | **(D) A type of malware** |

| Python `==` operator | **(E) Compares values for equality** |

| Machine Learning | **(F) AI that learns from data** |

| Google Sites | **(G) Website creation tool** |

| OpenShot | **(H) Video editing software** |

| Line Chart | **(I) Shows trends over time** |

| Decimal System Base | **(J) 10** |

---

## **True/False Answer Key (10 Marks – 10 Questions)**

1. **False** (The hexadecimal number system has a base of 16, not 8.)

2. **True** (A strong password should contain a mix of letters, numbers, and symbols.)

3. **True** (Conditional Formatting allows users to change text color based on a condition.)

4. **False** (The `<iframe>` tag is used to embed another webpage, not images.)

5. **False** (Digital footprints cannot be erased completely.)

6. **True** (Python’s `**` operator is used for exponentiation.)

7. **True** (A pie chart is best for showing proportions.)

8. **False** (Google Sites does not require programming knowledge.)

9. **True** (The binary number system consists of only 1s and 0s.)

10. **True** (OpenShot allows users to add effects and transitions to videos.)

---
## **Fill in the Blanks Answer Key (10 Marks – 10 Questions)**

1. **Binary Addition:** **1 + 1 =** __10₂__.

2. **MS Excel feature used for arranging data in order:** __Sorting__.

3. **A computer virus that replicates itself is called a:** __Worm__.

4. **The `<a>` tag in HTML is used to create a:** __Hyperlink__.

5. **The AI field related to image recognition is called:** __Computer Vision__.

6. **In Python, the `//` operator performs:** __Floor division__.

7. **A chart used to display parts of a whole is called a:** __Pie Chart__.

8. **Google Sites allows users to create a website for:** __Free__.

9. **Hexadecimal number system consists of digits from 0-9 and letters:** __A-F__.

10. **To export a video in OpenShot, click on the:** __Export Video__ button.

---

## **1 Mark Answer Key (10 Marks – 10 Questions)**

1. **Convert 1010₂ to decimal:** **10₁₀**

2. **What is the base of the octal number system?** **8**

3. **Name one AI-powered digital assistant.** **Siri / Alexa**

4. **Which HTML tag is used for inserting a video?** **`<video>` tag**

5. **Name one unethical internet practice.** **Phishing**

6. **Write one use of Conditional Formatting.** **Highlight cells with specific values**

7. **What is the `*` operator used for in Python?** **Multiplication**


8. **Name a feature of Google Sites.** **Free hosting**

9. **What type of chart is best for comparing data?** **Bar Chart**

10. **Name one transition effect in OpenShot.** **Fade In/Out**

---

## **2 Marks Answer Key (10 Marks – 5 Questions)**

1. **Convert 25₁₀ to binary:** **11001₂**

2. **What are the different types of hyperlinks in HTML?** **Internal, External, Email Links, Image
Links**

3. **Name two common types of computer viruses.** **Trojan Horse, Worm**

4. **Explain two uses of Google Sites.** **Easy website creation, Collaboration support**

5. **What is machine learning?** **Machine Learning is an AI field that enables computers to learn
from data without explicit programming.**

---

## **3 Marks Answer Key (15 Marks – 5 Questions)**

1. **Explain the process of converting a decimal number to hexadecimal.**

- Divide the decimal number by 16.

- Write down the remainder.

- Continue dividing until the quotient is 0.

- Reverse the remainders to get the hexadecimal number.


2. **Describe three safety measures while using the internet.**

- Use strong passwords.

- Avoid clicking on unknown links.

- Keep software and antivirus updated.

3. **Differentiate between a pie chart and a line chart.**

- **Pie Chart:** Used to show proportions in a whole.

- **Line Chart:** Used to show trends over time.

- **Pie charts do not show changes over time, but line charts do.**

4. **What are relational operators in Python? Explain with examples.**

- **`>` (Greater than)**

- **`<` (Less than)**

- **`==` (Equal to)**

- **Example: `5 > 3` returns True**

5. **Write three benefits of using OpenShot Video Editor.**

- Free and open-source.

- Supports multiple video and audio tracks.

- Provides various effects and transitions.

---

## **5 Marks Answer Key (25 Marks – 5 Questions)**


1. **Perform binary addition:**

```

1011₂

+ 1101₂

--------

11000₂

```

2. **Explain the steps to apply Conditional Formatting in MS Excel.**

- Select the cells to format.

- Click on "Conditional Formatting" in the Home tab.

- Choose a rule (e.g., highlight values greater than 50).

- Select formatting (color, font, etc.).

- Click OK to apply.

3. **What are digital footprints? Explain their impact on privacy.**

- **Definition:** Digital footprints are traces of online activity left by users.

- **Types:** Active (intentional) and Passive (unintentional).

- **Impact:** Privacy risk, data tracking, and online profiling.

4. **Describe the steps to create and publish a website using Google Sites.**

- Open **Google Sites** and sign in.

- Click **Blank Template** to start.

- Add text, images, and videos.

- Customize design using layouts.


- Click **Publish**, enter the site name, and share the link.

5. **Explain five key features of OpenShot Video Editor.**

- **Multi-layer video editing** (add multiple video/audio tracks).

- **Keyframe animation** (apply animations and effects).

- **Supports multiple formats** (MP4, AVI, MOV).

- **Drag-and-drop interface** (easy editing process).

- **Export options** (adjust resolution, format, and quality).

---

This **answer key** aligns with your **exam pattern and topics**. Let me know if you need **any
modifications**!

You might also like