CBSE Class 11 Computer Science Computer Fundamentals Notes

Download CBSE Class 11 Computer Science Computer Fundamentals Notes in PDF format. All Revision notes for Class 11 Computer Science have been designed as per the latest syllabus and updated chapters given in your textbook for Computer Science 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 Computer Science for faster revision of difficult topics and get higher rank. After reading these notes also refer to MCQ questions for Class 11 Computer Science given on studiestoday

Revision Notes for Class 11 Computer Science Computer Fundamentals

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

Computer Fundamentals Notes Class 11 Computer Science

Computer Fundamentals

Objective:

• To impart in-depth knowledge of computer related basic terminologies.

• To inculcate the skills of implementation of basic theory in troubleshooting the software & hardware problems.

What is Computer?

Computer is an advanced electronic device that takes raw data as input from the user and processes these data under the control of set of instructions (called program) and gives the result (output) and saves output for the future use. It can process both numerical and non-numerical (arithmetic and logical) calculations.

A computer has four functions:

a. accepts data     Input

b. processes data    Processing

c. produces output       Output

d. stores results         Storage

Input (Data):

Input is the raw information entered into a computer from the input devices. It is the collection of letters, numbers, images etc.

Process:

Process is the operation of data as per given instruction. It is totally internal process of the computer system.

Output:

Output is the processed data given by computer after data processing. Output is also called as Result. We can save these results in the storage devices for the future use.

Computer System

All of the components of a computer system can be summarized with the simple equations.                                 

 COMPUTER SYSTEM = HARDWARE + SOFTWARE+ USER

   • Hardware = Internal Devices + Peripheral Devices                                                                                                       

    All physical parts of the computer (or everything that we can touch) are known as Hardware.

• Software = Programs                                                                                                                                                   

 Software gives "intelligence" to the computer.

• USER = Person, who operates computer.

Generation of computer:

First Generation (1940-56):

The first generation computers used vaccum tubes & machine language was used for giving the instructions. These computer were large in size & their programming was difficult task. The electricity consumption was very high. Some computers of this generation are ENIAC, EDVAC, EDSAC & UNIVAC-1.

Second Generation(1956-63):

In 2nd generation computers, vaccum tubes were replaced by transistors. They required only 1/10 of power required by tubes. This generation computers generated less heat & were reliable. The first operating system developed in this generation.

The Third Generation(1964-71):

The 3rd generation computers replaced transistors with Integrated circuit known as chip. From Small scale integrated circuits which had 10 transistors per chip, technology developed to MSI circuits with 100 transistors per chip. These computers were smaller, faster & more reliable. High level languages invented in this generation.

The fourth Generation(1972- present):

LSI & VLSI were used in this generation. As a result microprocessors came into existence. The computers using this technology known to be Micro Computers. High capacity hard disk were invented. There is great development in data communication.

The Fifth Generation (Present & Beyond):

Fifth generation computing devices, based on artificial intelligence, are still in development, though there are some applications, such as voice recognition, that are being used today. The use of parallel processing and superconductors is helping to make artificial intelligence a reality. Quantum computation and molecular and nanotechnology will radically change the face of computers in years to come.

ARCHITECTURE OF COMPUTER

class_11_Computer_science_concept_7 

class_11_Computer_science_concept_8

Output Devices: Those devices which help to display the processed information. Eg. Monitor, Printer, Plotter, Projector 

Unit 1 - Computer Fundamentals 1

CENTRAL PROCESSING UNIT (CPU)
The main component to make a computer operate is the computer chip or microprocessor. This is referred to as the Central Processing Unit (CPU) and is housed in the computer case. Together, they are also called the CPU. It performs arithmetic and logic operations. The CPU (Central Processing Unit) is the device that interprets and executes instructions.



Unit 1 - Computer Fundamentals 2

Memory: It facilitates the remembrance power to computer system. It refers to the physical devices used to store programs (sequences of instructions) or data (e.g. program state information) on a temporary or permanent basis for use in a computer or other digital electronic device. The term primary memory is used for the information in physical systems which are fast (i.e. RAM), as a distinction from secondary memory, which are physical devices for program and data storage which are slow to access but offer higher memory capacity. Primary memory stored on secondary memory is called virtual memory. Primary Memory can be categorized as Volatile Memory & Non-Volatile Memory. 

Volatile memory(RAM)
Volatile memory is computer memory that requires power to maintain the stored information. Most modern semiconductor volatile memory is either Static RAM or dynamic RAM. 

SRAM retains its contents as long as the power is connected and is easy to interface to but uses six transistors per bit.

Unit 1 - Computer Fundamentals 3

 

Dynamic RAM is more complicated to interface to and control and needs regular refresh cycles to prevent its contents being lost. However, DRAM uses only one transistor and a capacitor per bit, allowing it to reach much higher densities and, with more bits on a memory chip, be much cheaper per bit. SRAM is not worthwhile for desktop system memory, where DRAM dominates, but is used for their cache memories.. 

Non Volatile Memory (ROM) 
Non-volatile memory is computer memory that can retain the stored information even when not
 
Unit 1 - Computer Fundamentals 4
powered.
 
Examples of non-volatile memory are flash memory and ROM/PROM/EPROM/EEPROM memory (used for firmware such as boot programs). 

Cache Memory:
Cache memory is random access memory (RAM) that a computer microprocessor can access more quickly than it can access regular RAM. As the microprocessor processes data, it looks first in the cache memory and if it finds the data there (from a previous reading of data), it does not have to do the more time-consuming reading of data from larger memory. It is of two types- L1 cache is on the same chip as the microprocessor. L2 is usually a separate static RAM (SRAM) chip.
 
Secondary Memory:
 
A. Hard Disk (Local Disk)
B. Optical Disks: CD-R, CD-RW, DVD-R, DVD-RW
C. Pen Drive
D. Floppy Disks
F. Memory Cards
G. External Hard Disk
H. Blu Ray Disk

Unit 1 - Computer Fundamentals 5

 

Blu-Ray Disk: 
 
Blu-ray (not Blue-ray) also known as Blu-ray Disc (BD), is the name of a new optical disc format. The format offers more than five times the storage capacity of traditional DVDs and can hold up to 25GB on a single-layer disc and 50GB on a dual-layer disc. While current optical disc technologies such as DVD, DVD±R, DVD±RW, and DVD-RAM rely on a red laser to read and write data, the new format uses a blue-violet laser instead, hence the name Blu-ray.

Unit 1 - Computer Fundamentals 6

 

Units of Memory: 
 
The smallest unit is bit, which mean either 0 or 1. 
1 bit = 0 or 1
1 Byte = 8 bit
1 Nibble = 4 bit
1 Kilo Byte = 1024 Byte= 210 Byte
1 Mega Byte = 1024 KB= 210 KB
1 Gega Byte = 1024 MB= 210 MB
1 Tera Byte = 1024 GB= 210 GB
1 Peta Byte =1024 TB= 210 TB
1 Exa Byte =1024 PB= 210 PB
1 Zetta Byte = 1024 EB= 210 EB
1 Yotta Byte = 1024 ZB= 210 ZB


Please click the link below to download pdf file for CBSE Class XI Computer Science Computer Fundamentals Concepts.

More Study Material

CBSE Class 11 Computer Science Computer Fundamentals Notes

We hope you liked the above notes for topic Computer Fundamentals which has been designed as per the latest syllabus for Class 11 Computer Science released by CBSE. Students of Class 11 should download and practice the above notes for Class 11 Computer Science regularly. All revision notes have been designed for Computer Science 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 Computer Science CBSE Class 11 Computer Fundamentals

Our team of expert teachers have referred to the NCERT book for Class 11 Computer Science to design the Computer Science 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 Computer Science 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 Computer Science 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 Computer Science provided by our teachers

Computer Fundamentals Notes for Computer Science CBSE Class 11

All revision class notes given above for Class 11 Computer Science 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 Computer Science 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 Computer Science in the notes so that you can learn the concepts and also solve questions relating to the topics. All study material for Class 11 Computer Science students have been given on studiestoday.

Computer Fundamentals CBSE Class 11 Computer Science Notes

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

Notes for CBSE Computer Science Class 11 Computer Fundamentals

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

Where can I download latest CBSE Class 11 Computer Science Computer Fundamentals notes

You can download notes for Class 11 Computer Science Computer Fundamentals for latest academic session from StudiesToday.com

Can I download the Notes for Computer Fundamentals Class 11 Computer Science in Pdf format

Yes, you can click on the link above and download notes PDFs for Class 11 Computer Science Computer Fundamentals which you can use for daily revision

Are the revision notes available for Computer Fundamentals Class 11 Computer Science for the latest CBSE academic session

Yes, the notes issued for Class 11 Computer Science Computer Fundamentals have been made available here for latest CBSE session

How can I download the Computer Fundamentals Class 11 Computer Science Notes pdf

You can easily access the link above and download the Class 11 Notes for Computer Science Computer Fundamentals for each topic in Pdf

Is there any charge for the Class 11 Computer Science Computer Fundamentals notes

There is no charge for the notes for CBSE Class 11 Computer Science Computer Fundamentals, you can download everything free of charge

Which is the best online platform to find notes for Computer Fundamentals Class 11 Computer Science

www.studiestoday.com is the best website from which you can download latest notes for Computer Fundamentals Computer Science Class 11

Where can I find topic-wise notes for Class 11 Computer Science Computer Fundamentals

Come to StudiesToday.com to get best quality topic wise notes for Class 11 Computer Science Computer Fundamentals

Can I get latest Computer Fundamentals Class 11 Computer Science revision notes as per CBSE syllabus

We have provided all notes for each topic of Class 11 Computer Science Computer Fundamentals as per latest CBSE syllabus