C.S Chapter 1 Note Utube
C.S Chapter 1 Note Utube
What is a Computer?
A computer is an electronic machine that runs on electricity and follows the IPO
principle:
Hardware
Hardware refers to the physical components of a computer:
Physical components of the computer that you can see, touch, and feel
e. g. , monitor, mouse.
Software
Software is a set of instructions needed to operate a computer:
A set of instructions that tells the computer what to do. Examples include
utility software and antivirus software.
Components of a Computer
A computer system comprises five main components:
Page 1
Created by Turbolearn AI
Memory
Memory Explained
Memory is similar to a cupboard with partitions called memory cells. Information is
stored in these cells in the form of bits binarydigits. A bit is the elementary unit of
memory, with two possible values: 0 and 1.
Memory Measurements
Unit Equivalent
8 Bits 1 Byte
KB 1024 Bytes
MB 1024 KB
GB 1024 MB
TB 1024 GB
Page 2
Created by Turbolearn AI
Types of Memory
Primary Memory
Primary memory is divided into two types:
Variations of ROM:
Page 3
Created by Turbolearn AI
Cache Memory
Cache memory is a high-speed memory placed between the CPU and primary
memory. It stores the most recently accessed data to match the CPU's speed.
Hard Disk: Consists of circular disks coated with magnetic material. Data is
recorded by a read-write head. Storage capacity varies from GB to TB.
CD CompactDisc: An optical media that is cheap. Storage capacity is up to 700
MB.
CD-ROM: Read-only memory.
CDR CompactDiscRecordable: Data can be written only once.
CDRW Rewritable: Data is erasable, and can be written multiple times.
DVD DigitalV ersatileDisc: An optical media faster than CD. Storage capacity
is up to 17 GB. Types are similar to CD DV D − ROM , DV D − R, DV D − RW .
Flash Memory: Small, portable, and cheap. Storage capacity ranges from 256
MB to 128 GB.
Blu-ray Disc: An optical storage media using a blue-violet laser. It stores HD
videos and data with a storage capacity of up to 128 GB and beyond.
System Bus
A bus in real life carries people from one place to another place.
Computer Buses
In computers, a bus is an electronic pathway, composed of cables, that connects the
major components.
Page 4
Created by Turbolearn AI
The primary components of a mobile system include the mobile processor, display
system, camera, memory, storage, and battery.
Mobile Processor CP U
The mobile CPU is the brain of the mobile device.
Receives commands
Performs calculations
Plays audio and video
Stores information
Sends signals throughout the device
Display System
The display system provides:
Display facilities
Touch-sensitive interface
Touch-sensitive keyboards
Camera
The camera includes image processing packages and integrated image signal
processors, offering features like:
Image capturing
Higher resolution support
Image stabilization
Other enhancements
Page 5
Created by Turbolearn AI
Memory
Mobile devices use two types of memory:
Storage
External Storage: SD cards are used to store user data.
Software Types
Software is a set of instructions for the smooth functioning of the computer. The
types of software are system software and application software.
System Software
System software controls the internal operations of the computer.
Operating System
Language Processor
Operating System OS
The operating system serves as an interface between a user and
hardware. It is the most important software of the computer system.
Page 6
Created by Turbolearn AI
Single-user
Multi-user
Multi-programming
Multiprocessing
Language Processor
A language processor converts other high-level languages or Assembly
Language into binary language, which the computer understands.
Assembler
Interpreter
Compiler
Language
Description
Processor
Application Software
Application software refers to a set of programs designed to carry out
specific applications.
Packages
Utility Software
Customized Software
Developer Tools
Page 7
Created by Turbolearn AI
Category Description
Libraries
In computer science, libraries contain pre-written code, functions, and
classes that are stored. These can be used for the development of new
code.
SciPy
Pandas inP ython
Page 8