CBSE Class 11 Informatics Practices Hardware Notes

Download CBSE Class 11 Informatics Practices Hardware Notes in PDF format. All Revision notes for Class 11 Informatics Practices have been designed as per the latest syllabus and updated chapters given in your textbook for Informatics Practices in Class 11. Our teachers have designed these concept notes for the benefit of Class 11 students. You should use these chapter wise notes for revision on daily basis. These study notes can also be used for learning each chapter and its important and difficult topics or revision just before your exams to help you get better scores in upcoming examinations, You can also use Printable notes for Class 11 Informatics Practices for faster revision of difficult topics and get higher rank. After reading these notes also refer to MCQ questions for Class 11 Informatics Practices given on studiestoday

Revision Notes for Class 11 Informatics Practices Hardware

Class 11 Informatics Practices students should refer to the following concepts and notes for Hardware in Class 11. These exam notes for Class 11 Informatics Practices will be very useful for upcoming class tests and examinations and help you to score good marks

Hardware Notes Class 11 Informatics Practices

 

 HARDWARE CONCEPTS

BASIC COMPUTER OPERATIONS

The central processing unit (CPU, occasionally central processor unit) is the hardware within a computer system which carries out the instructions of a computer program by performing the basic arithmetical, logical, and input/output operations of the system. The term has been in use in the computer industry at least since the early 1960s. The form, design, and implementation of CPUs have changed over the course of their history, but their fundamental operation remains much the same.

class_11_Informatic_practices_concept_5

A computer as shown below performs basically five major operations or functions irrespective of their size and make. These are 1) it accepts data or instructions by way of input, 2) it stores data, 3) it can process data as required by the user, 4) it gives results in the form of output, and 5) it controls all operations inside a computer. We discuss below each of these operations. 

class_11_Informatic_practices_concept_6

 1. Input: In computing, an input device is any peripheral (piece of computer hardware equipment) used to provide data and control signals to an information processing system such as a computer or other information appliance.

2. Storage: Storage Devices are the data storage devices that are used in the computers to store the data. The computer has many types of data storage devices. Some of them can be classified as the removable data Storage Devices and the others as the non removable data Storage Devices.

The memory is of two types; one is the primary memory and the other one is the secondary memory.

The primary memory is the volatile memory and the secondary memory is the non volatile memory. The volatile memory is the kind of the memory that is erasable and the non volatile memory is the one where in the contents cannot be erased. Basically when we talk about the data storage devices it is generally assumed to be the secondary memory.

The secondary memory is used to store the data permanently in the computer. The secondary storage devices are usually as follows: hard disk drives – this is the most common type of storage device that is used in almost all the computer systems. The other ones include the floppy disk drives, the CD ROM, and the DVD ROM. The flash memory, the USB data card etc.

The storage unit performs the following major functions: All data and instructions are stored here before and after processing. Intermediate results of processing are also stored here.

3. Processing: The task of performing operations like arithmetic and logical operations is called processing. The Central Processing Unit (CPU) takes data and instructions from the storage unit and makes all sorts of calculations based on the instructions given and the type of data provided. It is then sent back to the storage unit.

4. Output: This is the process of producing results from the data for getting useful information. Similarly the output produced by the computer after processing must also be kept somewhere inside the computer before being given to you in human readable form. Again the output is also stored inside the computer for further processing.

5. Control: The manner how instructions are executed and the above operations are performed. Controlling of all operations like input, processing and output are performed by control unit. It takes care of step by step processing of all operations inside the computer.

Arithmetic Logical Unit (ALU)

In computing, an arithmetic and logic unit (ALU) is a digital circuit that performs arithmetic and logical operations. The ALU is a fundamental building block of the central processing unit of a computer, and even the simplest microprocessors contain one for purposes such as maintaining timers

Control Unit (CU)

The control unit coordinates the components of a computer system. It fetches the code of all of the instructions in the program. It directs the operation of the other units by providing timing and control signals. All computer resources are managed by the CU. It directs the flow of data between the Central Processing Unit (CPU) and the other devices

Central Processing Unit (CPU)

The ALU and the CU of a computer system are jointly known as the central processing unit. You may call CPU as the brain of any computer system. It is just like brain that takes all major decisions, makes all sorts of calculations and directs different parts of the computer functions by activating and controlling the operations.

class_11_Informatic_practices_concept_7

Personal Computer Configuration

Now let us identify the physical components that make the computer work. These are

1. Central Processing Unit (CPU) 2. Computer Memory (RAM and ROM) 3. Data bus 4. Ports 5.

Motherboard 6. Hard disk 7. Output Devices 8. Input Devices

All these components are inter-connected for the personal computer to work.

Memory
There are two kinds of computer memory: primary and secondary. Primary memory is accessible directly by the processing unit. RAM is an example of primary memory. As soon as the computer is switched off the contents of the primary memory is lost. You can store and retrieve data much faster with primary memory compared to secondary memory. Secondary memory such as floppy disks, magnetic disk, etc., is located outside the computer. Primary memory is more expensive than secondary memory. Because ofthis the size of primary memory is less than that of secondary memory.

 

Random Access Memory (RAM): It is a form of computer data storage. A random-access device allows stored data to be accessed in very nearly the same amount of time for any storage location, so data can be accessed quickly in any random order. In contrast, other data storage media such as hard disks, CDs, DVDs and magnetic tape read and write data only in a predetermined order, consecutively, because of mechanical design limitations. Therefore the time to access a given data location varies significantly depending on its physical location. This memory is a volatile memory. The two main forms of modern RAM are static RAM (SRAM) and dynamic RAM (DRAM). .

CBSE Class 11 Informatics Practices Hardware Notes

Read Only Memory (ROM): Read-only memory (ROM) is a class of storage medium used in computers and other electronic devices. Data stored in ROM cannot be modified, or can be modified only slowly or with difficulty, so it is mainly used to distribute firmware (software that is very closely tied to specific hardware, and unlikely to need frequent updates). . The memories, which do not loose their content on failure of power supply.

CBSE Class 11 Informatics Practices Hardware Notes

INPUT DEVICES
Input devices are necessary to convert our information or data in to a form which can be understood by the computer. A good input device should provide timely, accurate and useful data to the main memory of the computer for processing followings are the most useful input devices.

A 'keyboard' is a human interface device which is represented as a layout of buttons. Each button, or key, can be used to either input a linguistic character to a computer, or to call upon a particular function of the computer. Traditional keyboards use spring-based buttons, though newer variations employ virtual keys, or even projected keyboards. On the basis of KEYS-LAYOUT they are of two types

a) QWERTY Keyboard

b) Dvorak Keyboard

CBSE Class 11 Informatics Practices Hardware Notes

Mouse: - A pointing device is any human interface device that allows a user to input spatial data to a computer. In the case of mice and touch screens, this is usually achieved by detecting movement across a physical surface. Analog devices, such as 3D mice, joysticks, or pointing sticks, function by reporting their angle of deflection. Movements of the pointing device are echoed on the screen by movements of the pointer, creating a simple, intuitive way to navigate a computer's GUI. There are Four types of mouse

a) Mechanical Mouse

b) Opto-Mechanical Mouse

c) Optical Mouse

d) Wireless Mouse

Light Pen: A light pen, also called a selector pen, is a computer input device in the form of a light-sensitive wand used in conjunction with a computer's CRT display. It allows the user to point to displayed objects or draw on the screen in a similar way to a touchscreen but with greater positional accuracy

CBSE Class 11 Informatics Practices Hardware Notes

Please click the link below to download pdf file for CBSE Class XI Informatics Practices Hardware Concepts.

More Study Material

CBSE Class 11 Informatics Practices Hardware Notes

We hope you liked the above notes for topic Hardware which has been designed as per the latest syllabus for Class 11 Informatics Practices released by CBSE. Students of Class 11 should download and practice the above notes for Class 11 Informatics Practices regularly. All revision notes have been designed for Informatics Practices by referring to the most important topics which the students should learn to get better marks in examinations. Studiestoday is the best website for Class 11 students to download all latest study material.

Notes for Informatics Practices CBSE Class 11 Hardware

Our team of expert teachers have referred to the NCERT book for Class 11 Informatics Practices to design the Informatics Practices Class 11 notes. If you read the concepts and revision notes for one chapter daily, students will get higher marks in Class 11 exams this year. Daily revision of Informatics Practices course notes and related study material will help you to have a better understanding of all concepts and also clear all your doubts. You can download all Revision notes for Class 11 Informatics Practices also from www.studiestoday.com absolutely free of cost in Pdf format. After reading the notes which have been developed as per the latest books also refer to the NCERT solutions for Class 11 Informatics Practices provided by our teachers

Hardware Notes for Informatics Practices CBSE Class 11

All revision class notes given above for Class 11 Informatics Practices have been developed as per the latest curriculum and books issued for the current academic year. The students of Class 11 can rest assured that the best teachers have designed the notes of Informatics Practices so that you are able to revise the entire syllabus if you download and read them carefully. We have also provided a lot of MCQ questions for Class 11 Informatics Practices in the notes so that you can learn the concepts and also solve questions relating to the topics. All study material for Class 11 Informatics Practices students have been given on studiestoday.

Hardware CBSE Class 11 Informatics Practices Notes

Regular notes reading helps to build a more comprehensive understanding of Hardware concepts. notes play a crucial role in understanding Hardware in CBSE Class 11. Students can download all the notes, worksheets, assignments, and practice papers of the same chapter in Class 11 Informatics Practices in Pdf format. You can print them or read them online on your computer or mobile.

Notes for CBSE Informatics Practices Class 11 Hardware

CBSE Class 11 Informatics Practices latest books have been used for writing the above notes. If you have exams then you should revise all concepts relating to Hardware by taking out a print and keeping them with you. We have also provided a lot of Worksheets for Class 11 Informatics Practices which you can use to further make yourself stronger in Informatics Practices

Where can I download latest CBSE Class 11 Informatics Practices Hardware notes

You can download notes for Class 11 Informatics Practices Hardware for latest academic session from StudiesToday.com

Can I download the Notes for Hardware Class 11 Informatics Practices in Pdf format

Yes, you can click on the link above and download notes PDFs for Class 11 Informatics Practices Hardware which you can use for daily revision

Are the revision notes available for Hardware Class 11 Informatics Practices for the latest CBSE academic session

Yes, the notes issued for Class 11 Informatics Practices Hardware have been made available here for latest CBSE session

How can I download the Hardware Class 11 Informatics Practices Notes pdf

You can easily access the link above and download the Class 11 Notes for Informatics Practices Hardware for each topic in Pdf

Is there any charge for the Class 11 Informatics Practices Hardware notes

There is no charge for the notes for CBSE Class 11 Informatics Practices Hardware, you can download everything free of charge

Which is the best online platform to find notes for Hardware Class 11 Informatics Practices

www.studiestoday.com is the best website from which you can download latest notes for Hardware Informatics Practices Class 11

Where can I find topic-wise notes for Class 11 Informatics Practices Hardware

Come to StudiesToday.com to get best quality topic wise notes for Class 11 Informatics Practices Hardware

Can I get latest Hardware Class 11 Informatics Practices revision notes as per CBSE syllabus

We have provided all notes for each topic of Class 11 Informatics Practices Hardware as per latest CBSE syllabus