0% found this document useful (0 votes)
12 views5 pages

Grade 6 Computer System Notes

This document contains class notes for Grade 6 Computer Science, focusing on the computer system. It includes exercises on input and output devices, memory types, and the components of the CPU, along with definitions and comparisons of various computer types. Key concepts such as the functioning of a computer and the differences between RAM and ROM are also discussed.

Uploaded by

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

Grade 6 Computer System Notes

This document contains class notes for Grade 6 Computer Science, focusing on the computer system. It includes exercises on input and output devices, memory types, and the components of the CPU, along with definitions and comparisons of various computer types. Key concepts such as the functioning of a computer and the differences between RAM and ROM are also discussed.

Uploaded by

ngalafelix54
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Computer Science

Grade 6
Chapter 1: The Computer System

CLASS NOTES

Check Point

Arrange the following list as indicated:

INPUT DEVICES OUTPUT DEVICES

Keyboard Printer

Barcode reader Headphones

Joystick Plotter

Webcam Monitor

Projector

Speaker

EXERCISE CORNER

A. Tick (√) the correct answers.

1. Which of these can execute billions of instructions per second?

a) Minicomputers c) Supercomputers (√)

b) Mainframes

2. ALU perform all the arithmetic and logical calculations and sends it back

to the

a) CPU b) memory (√) c) CU

3. Which memory is also called the main memory?

a) Secondary c) Cache

b) Primary (√)

[Link] 1
Computer Science
Grade 6
Chapter 1: The Computer System

4. Which of these is a non-volatile memory?

a) ROM (√) c) secondary memory

b) RAM

5. Both read and write operations on data can be performed on

a) ROM c) both ROM and RAM

b) RAM (√)

B. Fill in the blanks.

1) Minicomputer are generally used as several and multi-user systems.

2) MICR is used to read the characters printed at the bottom of a

cheque using magnetic ink.

3) The CPU gets instructions from the memory and executes these

Instructions.

4) CU controls the operations within a computer’s processor.

5) RAM and ROM are types of primary memory.

6) ROM contents can only be read and cannot be changed.

C. Match the columns.

1. RAM f. temporary memory

2. ROM h. cannot be altered

3. Mainframe computer e. IBM Z9

4. Cache b. CPU memory

5. ALU d. arithmetic calculations

6. Pen drive c secondary memory

7. Supercomputer a. PARAM

[Link] 2
Computer Science
Grade 6
Chapter 1: The Computer System

8. Microcomputer g. laptop

D. Name the following:

1. IPO Input – Process – Output

2. CPU Central Processing Unit

3. ALU Arithmetic and Logic Unit

4. CU Control Unit

5. RAM Random Access Memory

6. ROM Read Only Memory

E. Guess who I am.

I am a type of computer. You use me as a server. Minicomputer

I am another type of a computer. You generally Microcomputer

use me at home.

You use me to print high-quality prints such as Plotter

maps and posters.

I am a volatile memory. RAM

I am a secondary memory fixed inside the CPU Hard disk

case.

[Link] 3
Computer Science
Grade 6
Chapter 1: The Computer System

F. Answer these questions.

1. Distinguish between mainframes and supercomputers.

Answer: Mainframe computers are huge in size and expensive in cost.

They also have a large memory storage capacity. More than a hundred

users can be connected through mainframe computers.

Supercomputers are the most powerful computers in terms of

processing, speed and memory. They are more expensive than

mainframe computers and can execute billions of instructions per

second.

2. Explain the working of a computer.

Answer: A computer follows IPO for performing any task. It takes the

data and instructions through input devices. After receiving inputs, the

CPU processes data according to the given instructions and produces

results. The results are displayed through output devices. Computer also

uses memory space to store data.

3. What are the components of the CPU?

Answer:

The CPU is a small hardware component that processes the entered

information and transmits the result to an output device. It is called the

brain of a computer. The CPU has two main components:

ALU: It is responsible for the all arithmetic and logical calculation.

[Link] 4
Computer Science
Grade 6
Chapter 1: The Computer System

CU: It controls the complete workflow of the CPU.

[Link] is the use of the Magnetic Ink Character Reader and Barcode

reader?

Answer: Magnetic Ink Character Reader (MICR): It is an input device. It

reads Magnetic Ink characters and sends the information to the

computer. Magnetic Ink characters are commonly made on cheques.

Barcode reader: It is another input device. It scans the barcode and

sends the information encoded in barcode to the computer. The

barcodes are made on different products that we purchase from the

market.

5. What is an LCD projector?

Answer: LCD projector is an output device. It allows us to view a

presentation on a large screen.

6. Distinguish between RAM and ROM.

Answer:

RAM ROM

• Read/write memory • Read only memory

• Volatile memory • Non-volatile memory

• Content can be altered • Content cannot be altered

[Link] 5

Common questions

Powered by AI

ROM is non-volatile memory, meaning it maintains its data without power. This characteristic makes it ideal for storing firmware or critical system instructions that must remain intact between reboots, such as the computer’s BIOS. This reliability ensures consistent startup sequences and initial operational instructions necessary for the booting process .

RAM is considered volatile memory because it requires power to maintain the stored information. When the computer is turned off, all data in RAM is lost. This volatility makes RAM ideal for temporarily storing data and instructions that the CPU needs immediate access to, thus playing a crucial role in speeding up computing processes by allowing quick read/write operations .

The IPO cycle, standing for Input-Process-Output, describes the method by which a computer performs tasks. During the input phase, data and instructions are inserted via input devices. The CPU then processes this data according to the provided instructions, functioning as the brain of the computer. Finally, the results of the processing are conveyed through output devices such as monitors or printers. Memory is also involved in storing intermediate as well as final data during the process .

The Arithmetic and Logic Unit (ALU) within the CPU is responsible for performing all arithmetic and logical calculations. In contrast, the Control Unit (CU) controls the operations within the computer’s processor, deciding the sequence of processes and managing the interaction between the CPU and other components of the computer .

Supercomputers are the most powerful computers in terms of processing speed and memory, capable of executing billions of instructions per second. They are more expensive than mainframe computers, which, although large and expensive themselves, have a greater focus on handling large volumes of transactions and data with a capacity to connect hundreds of users .

Relying solely on primary memory like RAM and ROM would severely limit the computing system's capacity to store large volumes of data or keep persistent data upon shutdowns, as RAM is volatile and ROM is non-modifiable. Such limitations would result in a lack of ability to store user data, requiring each session to start anew without access to previously saved files or extensive data repositories typically managed by secondary storage such as hard drives or SSDs, impacting data integrity and user convenience .

Magnetic Ink Character Readers (MICR) and Barcode readers are both input devices used for processing different types of data. MICR is used to read characters printed using magnetic ink, commonly found on checks, aiding in banking applications by scanning and inputting check information into computers. Barcode readers, on the other hand, scan barcodes on products, decoding the embedded information for inventory and sales systems, thus facilitating retail transactions and tracking .

Cache memory serves as a high-speed intermediary between the main RAM and the CPU, storing frequently accessed data and instructions close to the processor. By reducing the time needed to access data, cache memory drastically decreases the latency experienced during data retrieval and processing, thus enhancing overall CPU performance, allowing it to execute tasks more efficiently and quickly .

Microcomputers are often preferred for personal home use due to their compact size, affordability, and sufficient processing power for everyday tasks such as web browsing, document editing, and media consumption. They offer a good balance between performance and convenience, making them an ideal choice for individual users without the extensive computational needs that require larger systems like mainframes or supercomputers .

LCD projectors differ from monitors and speakers in their operational focus on visual presentations to larger audiences by projecting images or video content onto screens or surfaces. Monitors, while also visual output devices, are designed for individual viewer interaction with more frequent updates and higher resolutions. Speakers, on the other hand, focus on producing audio output to accompany visual elements or operate independently .

You might also like