Computer System & Organization1111
Computer System & Organization1111
Co
mp
uter
Syst
em
&
Org
aniz
atio
n
Introduction
A computer is an electronic device, under the control of instructions
stored in its memory that can accept data (input), process the data
according to specified rules(Program), produce information
(output), and store the information for future use
Data vs Information
Data are raw numbers or other findings which, by themselves,
are of limited value.
Information is data that has been converted into a meaningful
and useful context.
Input/Output Units
Input Unit
A device through which data and
programs from the outside world enter
the computer system.
Output unit
A device through which results stored in
the computer memory are made
available outside the computer system.
Basic Computer Organization
Control Unit
Control unit
It organizes the computer to work computer as single unit
Arithmetic/Logic Unit
Performs basic arithmetic operations such as addition and subtraction
Performs logical operations such as AND, OR, and NOT.Most modern
ALUs have a small amount of special storage units called registers that
can be accessed faster than main memory.
Memory
A collection of cells, each with a unique physical
address Most computers are byte-addressable
Cell at address 11111110 contains 10101010
Basic Computer Organization
Memory Units
Basic Computer Organization
RAM and ROM
Random Access Memory (RAM)
Memory in which each location can be accessed and
changed Read Only Memory (ROM)
Memory in which each location can be accessed but not
changed RAM is volatile, ROM is not
Speakers: Receives sound signal from a computer and then plays that
sound signal and thus we hear songs or music or any other audio.
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
1. A circuit board as brains of the phone
2.An antenna
3.A liquid crystal display (LCD)
4.A keyboard / A touch screen
5.A microphone
6.A speaker
7.A battery
Mobile System
Different types of touchscreen
1.TFT (Thin Film Transistor) LCD display is used for better image quality and high
resolution. Since they are cheap to manufacture, they are found in budget
phones usually.
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
asic Computer Organization
GENERATION OF COMPUTER
Software
It is an organized instructions/code written by
programmers using any of various special
computer languages for specific purpose.
Types of software:
(1)Application software: It handles specialized/
common tasks a user wants to perform, such as
banking, hotel management,any data processing,
word processing etc.
(2)System software: controls the basic functions of a
computer and hides the complexity of computer
system from user and application software. E.g.
Operating System, Compiler, Interpret etc.
(3)Utility software: Which helps to manage, maintain
and control computer resources. E.g. are antivirus
software, backup software and disk tools.
Software
(1) System software
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’si-Phone OS etc.
Software
HOW OPERATING SYSTEM WORKS
In any computer or mobile device, the operating
system can be termed as the back bone when it
comes to software. This is because it has to be
there before other programs can be run.It works as
a middleman (interface) between machine and user.
Compilers
It convert high-level language code to machine code in one session. It
takes time because it have to translate high-level code to lower-level
machine language all at once and then save the executable object code
to memory.
Interpreters
It translates code like a compiler but reads the code and immediately
executes that code, and therefore it is initially faster than a compiler.
Assemblers
It translates an assembly language program into machine language.
Software
(2) Application software
* General Purpose application software
These are ready to use software for daily use purpose
e.g. word processor,spread sheet,presention,DBMS
etc. * Specific Purpose application software
Softwares which are designed for specific task
e.g. Payroll,Hotel Mgmt,Hospital Mgmt,Stock Mgmt etc.
(3) Utility software
that assist OS in carrying out certain specialized tasks
are called utility software.
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.
Software
(3) Utility software
Disk Cleanup - Disk cleanup tools assist users in freeing up
disk space.