1Computer System & Organization
1Computer System & Organization
Computer Science
Computer
System &
Class XI ( As per Organizati
CBSE Board)
on
Hardware Software
Data vs Information
Data are raw facts or other findings which, by themselves, are
of limited value.
Information is processed data that has been converted into a meaningful
and useful context.
Computers are being used extensively nowadays in everyday life/every field In the form
of laptop, desktop, smartphone, gadgets etc.
Basic Computer Organization
Functional components of a computer
I P O
Data Information
Functionalities of a computer
Any digital computer performs five functions in gross term.
OMR
Biometric Sensor
Touch Screen
QR Code Reader
Cell 0
------------1 Byte-------------------
Memory Units
Brontobyte 1024 YB BB
Geopbyte 1024 BB GpB
32 bit & 64 bit processor
-- Random Access Memory (RAM) : Volatile, can’t retain data after power off.
Mainly used by computer once OS is loaded. Temporarily
stores data while CPU is executing other tasks.
Primary / Main Memory
- Cache Memory : A high speed small memory (faster than RAM), also
called CPU Memory, available inside CPU in order to speed up
access time to data and instructions stored in RAM.
* The amount of time taken to retrieve data required from memory, from
the start of access until the data becomes available, is called Memory
Access Time.
Speakers: Receives sound signal from a computer and then plays that
sound signal and thus we hear songs or music or any other audio.
Projector: Gets data from a computer and displays or projects the same
information onto a screen or a wall. Projector cannot directly accept
data from a user and send that data to another device.
Printer
LCD Screen
Plotters
Both Input / Output Devices
An input/output device is capable of receiving data from users or another devices
and also sending data to another devices or computers. That means a devices
which can be used as both input device and output device are called Input / Output
(I/O) devices. Some examples of input/output devices are as:
USB drive: Also known as pen drive or flash stick works as both input device to
computer and as an output device. USB drives receive or save data from a
computer as an input and it can also send data to a computer or another device.
Facsimile: Facsimile or FAX machine has a scanner which is an input device and
a small printer to provide output.
Modems: It is used to transmit and receive data from one computer to another
computer or other devices using telephone lines
CD-RW drives and DVD-RW drives: Receives data from a computer as input to
copy onto and save into writable CD or DVD. We also use CDs or DVDs to transfer
data to a computer.
Touch Screen: Touch screen is both input and output device. By touching the
screen input is provided and being a screen, it is used as an output device.
Headsets: Headset consists of speaker as an output device and microphone
functions as an input device.
Mobile System
a Mobile Phone is essentially a two-way radio, consisting of
a radio transmitter and a radio receiver.
Mobile System
Mobile Phone Components
SIM
Radio signal
Communicati APU
on (Application
Management processor processing unit) Storage
(digital
signal GPU (Graphic
POWER MANAGEMENT Processing Unit)
External
processor)
2.IPS (In-Place Switching) LCDs are somewhat the advanced version of TFT LCDs in a
way that they offer improved displays and are more battery friendly. Hence, they are
found in high end phones.
4.OLED (Organic Light Emitting Diode) is a newer technology used in mobiles and
monitors for display. They are better than LCDs because they offer fast response
times, wider viewing angles and higher brightness. AMOLED (Active-Matrix Organic
Light-Emitting Diode) and SUPER AMOLED displays are types of OLED display.
OLED types include passive-matrix OLEDs, active-matrix LEDs and transparent
OLEDs
Mobile System
Smartphone Batteries and Their Types
Battery plays a huge role in any smartphone
Lithium Polymer batteries are the most advanced batteries available in the market right
now. They are made up of plastic instead of metal, which makes them usable on a
smartphone of any type.The Lithium Polymer batteries do not suffer from memory effect and
offer 40 percent more battery life than others
Lithium ion batteries are advanced and allow for a high charge capacity based on the size
and weight of the battery. However, these these are slightly expensive. these lithium ion
batteries will not remember the charge cycle, and as a result, the battery capacity will not be
reduced.
Nickel Cadmium These are the cells that suffer from memory effect. And, the memory
effect will result in reducing the capacity of the battery and its lifespan as well.
Nickel Metal Hydride batteries are kind of an upgrade to the Nickel Cadmium batteries,
and they boast of the same size as the latter. Nickel Metal Hydride batteries offer 30 to 40
percent more battery juice than the others
• Functions :
-- Reading data & receiving Information.
-- Translating data & instructions
-- Controlling all peripheral devices.
-- Processing & generating output.
OPERATING SYSTEM
An Operating System (OS) is a system program
that controls and manages the computer resources
(resource manager) so that application software
can run on it.
Example: Microsoft Windows, Solaris, Linux, MAC-
OS, Ubuntu, Apple’s i-Phone OS etc.
HOW OPERATING SYSTEM WORKS
• Processor management
Loads, schedules and execute process/programs.
• Memory management
Allocates /De-allocation of memory for program execution.
• Device management
Communicate and controls various I/O devices.
• Storage management
Manages and controls the storage device to provide space to program
Assembler :
It translates an assembly language program into machine language.
Compilers:
It converts the complete source code as a whole in one go into
machine code in one session if it is error free. Otherwise it specifies the errors
at the end of compilation with line no. It takes time. E.g.: C/ C++ compiler
System Software
Language Processor/ Translators
Interpreters :
It translates source code into object code line by line, means,
it converts single statement of source program into machine code and
executes immediately before moving on to next line.
If there is an error, it terminates at that line and displays error.
System Software
Language Processor/ Translators
PROGRAM LINKER & LOADER
LINKER : A s/w program that links or combine the object code after the compilation
process with the necessary associated files, libraries and built-in object code to make it
Assembler/
Compiler/
Interpreter
Translators
Antivirus - An anti-virus scans the system for any virus and if detected, gets rid
of it by deleting or isolating it.
Compression tools - Compression tools are utilities that assist operating
systems in shortening files so that they take less space.
Disk Cleanup - Disk cleanup tools assist users in freeing up disk space.
Disk Defragmenter - Disk defragmenter is a disk management utility that
increases file access speeds by rearranging fragmented files on contiguous
locations.
Backup - Backup utility enables backing up of files, folders, databases or
complete disks.
File management tools - Utility software providing regular file management
tasks like browse, search, update, preview, etc. are called file management tools.
Software
2. Application software:
It is used to perform specific applications or common tasks by the user.
E.g. banking, hotel management, any data processing, word processing etc.
• PUBLIC CLOUD –
For general / common public. It is also called storage-as-a-
service, on-line storage or utility storage, is a service model for data storage
on a pay-per-use basis.
It’s Usage is generally charged on a dollar-per-gigabyte- per-month basis.
E.g. Google drive, Amazon Cloud Drive, iCloud, Microsoft
OneDrive/ OneNote, etc.
• PRIVATE CLOUD –
For an organization or any individual only.
• COMMUNITY CLOUD -
For group of organizations.
• HYBRID CLOUD –
Mixture of public and private cloud
BASIC CONCEPS OF CLOUD COMPUTING
Parallel
ComputingParallel computing performs large computations by dividing
the workload between more than one processor, all of which work through the
computation at the same time. Most supercomputers employ parallel computing
principles to operate. Parallel computing is also known as parallel processing.
Advantages:
1. Real world is massively parallel.
2. Saves time and/or money.
3. Solves larger /more complex problems; provides concurrency
4. Takes advantage of no-local resources.
5. Makes better use of underlying parallel hardware.
THANK YOU..
y ? ? ?
u e r
y Q
An