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

Class 11 Computer Science Chapter 1 Notes

Uploaded by

sumanbiswas5255
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)
2 views5 pages

Class 11 Computer Science Chapter 1 Notes

Uploaded by

sumanbiswas5255
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

Class 11 Computer Science - Chapter 1 Detailed Notes

(Assumption: CBSE-style Class 11 Computer Science Chapter 1 covering Computer Systems and
Fundamentals)

1. Introduction to Computer Science

Computer Science is the study of computers, computational systems, algorithms, programming,


data processing, and problem solving. It involves understanding how computers work and how they
can be used to solve real-world problems.

2. Computer System

A computer system is a combination of hardware and software that works together to perform tasks.

Main components:

• Hardware: Physical parts of a computer such as CPU, monitor, keyboard, and memory.

• Software: Programs and instructions that tell hardware what to do.

• Data: Raw facts and figures processed by computers.

• Users: People who operate computer systems.

3. Characteristics of Computers

• Speed: Computers perform millions of operations quickly.

• Accuracy: They provide accurate results when instructions and data are correct.

• Storage: They can store large amounts of information.

• Automation: They can perform tasks automatically.

• Versatility: They can perform different types of tasks.

4. Evolution of Computers

First Generation:

• Used vacuum tubes.

• Large size and high power consumption.

Second Generation:

• Used transistors.

• Smaller and more reliable.

Third Generation:

• Used integrated circuits (ICs).

Fourth Generation:
• Used microprocessors.

• Led to personal computers.

Fifth Generation:

• Based on artificial intelligence and advanced computing technologies.

5. Functional Units of a Computer

Input Unit:

Accepts data and instructions from users.

Central Processing Unit (CPU):

The CPU is called the brain of the computer.

CPU consists of:

• Arithmetic Logic Unit (ALU): Performs arithmetic and logical operations.

• Control Unit (CU): Controls all activities of the computer.

• Registers: Small high-speed storage locations.

Memory Unit:

Stores data, instructions, and results.

Output Unit:

Displays processed information.

6. Types of Memory

Primary Memory:

• RAM: Temporary memory used while programs are running.

• ROM: Permanent memory containing important instructions.

Secondary Memory:

Used for permanent storage.

Examples:

• Hard Disk

• SSD

• Pen Drive

• Optical Disks

7. Input and Output Devices


Input Devices:

Keyboard, mouse, scanner, microphone, webcam.

Output Devices:

Monitor, printer, speakers, projector.

8. Software

Software is a collection of programs that instruct computers.

Types:

System Software:

Controls hardware and provides a platform for applications.

Example: Operating systems.

Application Software:

Designed for specific user tasks.

Example: Word processors, browsers.

Utility Software:

Helps maintain and protect computers.

Example: Antivirus and backup tools.

9. Operating System

An operating system acts as an interface between the user and computer hardware.

Functions:

• Memory management

• File management

• Device management

• Process management

• Security management

Examples:

Windows, Linux, macOS, Android.

10. Number System Basics

Computers use binary numbers because electronic circuits have two states.
Types of number systems:

• Binary (Base 2)

• Decimal (Base 10)

• Octal (Base 8)

• Hexadecimal (Base 16)

11. Data Representation

Computers represent different types of data using binary form.

Examples:

• Text is represented using character encoding standards.

• Images are represented using pixels.

• Sound is represented using digital signals.

12. Computer Networks Introduction

A computer network is a group of connected computers that share resources.

Types:

• LAN: Small geographical area.

• MAN: City-level network.

• WAN: Large geographical area.

13. Internet Basics

The Internet is a worldwide network connecting millions of devices.

Common services:

• Web browsing

• Email

• Online communication

• Cloud services

14. Important Terms

Algorithm:

A step-by-step procedure to solve a problem.

Program:

A set of instructions written in a programming language.


Compiler:

A program that converts high-level language into machine language.

Database:

An organized collection of data.

15. Summary

A computer system consists of hardware and software working together. Understanding computer
fundamentals, memory, software, operating systems, and networking creates a strong foundation
for advanced topics in Computer Science.

You might also like