All Exams  >   Class 9  >   Computer Applications for Class 9  >   All Questions

All questions of Computer System for Class 9 Exam

Which among the following secondary memories is not an Optical memory?
  • a)
    Floppy
  • b)
    CD
  • c)
    DVD
  • d)
    Blu-Ray
Correct answer is option 'A'. Can you explain this answer?

Anu Nambiar answered
Optical Memory vs. Floppy Disk
Floppy disks are not optical memories because they store data magnetically, unlike CDs, DVDs, and Blu-Rays which use optical technology. Here's a breakdown of the differences:

Floppy Disk:
- Floppy disks are a type of magnetic storage device.
- They consist of a thin, flexible magnetic disk enclosed in a square or rectangular plastic shell.
- Data is written to and read from the disk using a magnetic head.
- Floppy disks have limited storage capacity compared to optical discs.

Optical Memory (CD, DVD, Blu-Ray):
- CDs, DVDs, and Blu-Rays are optical storage devices.
- They use lasers to read and write data on a reflective surface.
- Optical discs have higher storage capacities than floppy disks.
- They are commonly used for storing multimedia files, software, and backups.
In conclusion, while CDs, DVDs, and Blu-Rays fall under the category of optical memories due to their use of laser technology for data storage, floppy disks are considered separate as they rely on magnetic storage methods.

Name the type of memory that is used in pen drive.
  • a)
    Magnetic Disk Memory
  • b)
    Optical Disk Memory
  • c)
    Flash Memory
  • d)
    None of these
Correct answer is option 'C'. Can you explain this answer?

Let's Tute answered
The type of memory used in a pen drive is Flash Memory.
Flash memory is a type of non-volatile memory that can be electrically erased and reprogrammed. It is a solid-state storage device that retains data even when the power is turned off. Here are some key points about flash memory:
- Definition: Flash memory is a type of EEPROM (Electrically Erasable Programmable Read-Only Memory) that can be electrically erased and reprogrammed. It is a popular storage medium for portable devices like pen drives, USB flash drives, and solid-state drives (SSDs).
- Operation: Flash memory functions by storing data in memory cells made of floating-gate transistors. The data is written to and read from the cells using electrical voltages. The cells can be programmed (data written) and erased (data deleted) using specialized circuits.
- Advantages: Flash memory offers several advantages, including high speed, small size, low power consumption, and durability. It is resistant to shock, vibration, and extreme temperatures, making it suitable for portable storage devices.
- Usage: Flash memory is widely used in portable storage devices like pen drives, also known as USB flash drives. These small, portable devices can store large amounts of data and can be easily connected to computers and other devices via a USB port.
- Other Applications: Flash memory is also used in various other applications, such as digital cameras, smartphones, tablets, and embedded systems. It has become a popular choice for primary storage in many electronic devices.
In conclusion, the type of memory used in a pen drive is flash memory. This type of non-volatile memory provides portable storage with high speed, small size, and durability, making it ideal for data storage in pen drives and other portable devices.

Which among the following is not the characteristic of the computer?
  • a)
    Diligence
  • b)
    Unlimited Memory
  • c)
    Versatile
  • d)
    Accuracy
Correct answer is option 'B'. Can you explain this answer?

Anand Chawla answered
Not a Characteristic of Computer: Unlimited Memory

Computers are electronic devices that are used for various purposes such as storing, retrieving, and processing information. It is an essential tool in today's world and has become an integral part of our lives. The computer has several characteristics that make it unique and different from other devices.

Diligence

One of the primary characteristics of the computer is diligence. It can perform repetitive tasks with the same accuracy level as the first time. Computers do not get tired or bored of doing the same task over and over again. They can work for long hours without any breaks or rest, making them ideal for performing complex calculations and tasks that require a high level of precision.

Versatile

Computers are versatile and can perform a wide range of tasks. They can be used for various purposes such as gaming, communication, entertainment, education, and research. They can also be programmed to perform tasks based on specific instructions, making them useful in industries such as manufacturing, healthcare, and finance.

Accuracy

Computers are also known for their accuracy. They can perform calculations, measurements, and other tasks with a high degree of precision. Unlike humans, computers do not make mistakes due to fatigue, emotions, or distractions. They follow instructions and perform tasks as accurately as possible.

Unlimited Memory

Although computers have a vast amount of memory, it is not unlimited. The computer's memory is limited by the amount of RAM and storage space available. Once the memory is full, the computer will not be able to store any more data unless some of the existing data is deleted or moved to an external storage device. Therefore, unlimited memory is not a characteristic of a computer.

Conclusion

In conclusion, computers have several characteristics that make them unique and essential in today's world. Diligence, versatility, and accuracy are some of the primary characteristics of a computer. However, unlimited memory is not a characteristic of a computer, as the computer's memory is limited by the amount of RAM and storage space available.

The _______________ printer is used to print images by selectively heating coated thermo chromic paper.
  • a)
    Dot-Matrix Printer
  • b)
    Thermal Printer
  • c)
    Ink-Jet Printer
  • d)
    Laser Printer
Correct answer is option 'B'. Can you explain this answer?

Avinash Patel answered
Thermal Printers print images by selectively heating coated thermochromic paper which is commonly known as thermal paper. Laser printers prints by using the electrostatic digital printing process.

Which unit of the computer system is responsible for holding the input data, intermediate results, output results and program and makes them available for processing as and when required?
  • a)
    Input Unit
  • b)
    Internal Storage Unit
  • c)
    Arithmetic Logic Unit
  • d)
    Control Unit
Correct answer is option 'B'. Can you explain this answer?

Let's Tute answered
The Internal Storage Unit is responsible for holding the input data, intermediate results, output results, and program. It makes the stored information available for processing as and when required. Here is a detailed explanation:
Function of Internal Storage Unit:
The Internal Storage Unit, also known as the primary memory or main memory, has the following functions:
1. Storage of Input Data: When data is entered into the computer system through input devices, such as keyboards or mice, it is temporarily stored in the internal storage unit.
2. Storage of Intermediate Results: During the execution of a program, the internal storage unit holds intermediate results generated by the computer's processor.
3. Storage of Output Results: Once the processing is complete, the internal storage unit holds the output results before they are displayed or transferred to an output device.
4. Storage of Programs: The internal storage unit holds the instructions of a program that is being executed by the computer's processor.
5. Access and Retrieval: The internal storage unit allows for quick access and retrieval of data and instructions required for processing.
6. Temporary Storage: The internal storage unit provides temporary storage for data and instructions. It is volatile memory, meaning it loses its contents when the power is turned off.
7. Fast Processing: The internal storage unit enables faster processing of data compared to secondary storage devices like hard drives or solid-state drives.
Components of Internal Storage Unit:
The internal storage unit consists of the following components:
1. Random Access Memory (RAM): This is the primary memory that stores data and instructions currently being used by the processor. It provides faster access to data but is volatile.
2. Cache Memory: Cache memory is a small, high-speed memory that stores frequently used data and instructions to speed up processing.
3. Registers: Registers are small, high-speed storage locations within the processor. They hold the most frequently accessed data and instructions for immediate processing.
4. Virtual Memory: Virtual memory is a technique that uses a portion of the computer's hard drive as an extension of the primary memory. It allows for efficient management of larger programs and data sets.
In conclusion, the internal storage unit plays a crucial role in holding and managing input data, intermediate results, output results, and programs in a computer system. It ensures that the necessary information is readily available for processing by the computer's processor.

Chapter doubts & questions for Computer System - Computer Applications for Class 9 2025 is part of Class 9 exam preparation. The chapters have been prepared according to the Class 9 exam syllabus. The Chapter doubts & questions, notes, tests & MCQs are made for Class 9 2025 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests here.

Chapter doubts & questions of Computer System - Computer Applications for Class 9 in English & Hindi are available as part of Class 9 exam. Download more important topics, notes, lectures and mock test series for Class 9 Exam by signing up for free.

Top Courses Class 9

Signup to see your scores go up within 7 days!

Study with 1000+ FREE Docs, Videos & Tests
10M+ students study on EduRev