Computer System & Organization: Unit-I
Computer System & Organization: Unit-I
Computer System & Organization: Unit-I
What is Computer?
a.Control unit
1x2=2
2x2=4
4x2=8
8x2=16
16x2=32
32x2=64
64x2=128
128x2=256
256x2=512
512x2=1024
Types of Memory
Computers have two types of memories namely
1. Primary memory.
2. Secondary memory.
1.PRIMARY MEMORY.
1. Static Ram
2. Dynamic RAM (DRAM)
Static Ram
• It offer faster access time (about 10 nanoseconds) than DRAM
• It requires the constant flow of the power to retain the data
inside it.
Dynamic RAM
• It is the most common type of memory in use today. Inside a
dynamic RAM chip, each memory cell holds one bit of
information and is made up of two parts: a transistor and
a capacitor.
• It has the access time ranging from below 20 to 70
nanoseconds.
Read Only Memory (ROM)
• Memory in which each location can be
accessed but not changed.(Read Only)
• ROM is Non-volatile.
• It is slower and cheaper than RAM.
• The capacity of ROM is comparatively
smaller than RAM.
TYPES OF ROM
4.Flash EEPROM
It is like EEPROM but very fast comparatively.
It erase fully and not selectively.
2. SECONDARY MEMORY
https://www.youtube.com/watch?v=OsEDJM9NuGA
System Bus
The system bus is an electronic pathway
composed of connecting cables and that
connects the major components of a computer
system.
1. The data carrying part of system bus is called data
bus.
2. The control instruction carrying part of system bus is
called Control bus.
3. The memory address carrying part of system bus is
called Address bus.
4. A separate type of bus called I/O bus connects the
Input, Output and other external devices to the
system.
MOBILE SYSTEM ORGANIZATION
SIM
CPU
Radio signal
Communicati APU
Management
on processor (Application
(digital processing unit) Storage
signal
processor) GPU (Graphic
POWER MANAGEMENT Processing Unit)
External
Storage
Battery Battery
pack Mgmt
Hardware :
• It represent the Physical and tangible components of
the computer.
Definition: Physical component of computer is Called
Hardware.
Software:
• It represent the set of programs that govern the
operation of a computer system and make the hardware
run.
Definition : A set of instructions given to a computer to
solve any problems is called software.
Software
Types of software:
1. Application software: It handles
specialized/ common tasks a user wants to
perform,
E.g.banking application , hotel management,
word processing etc.
2. System software: It 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
1. Operating System.
2. Language Processor.
System Software
1.OPERATING SYSTEM
An Operating System (OS) is a
system program that controls and
manages the computer resources so
that application software can run on
it.
Assemblers
It translates an assembly language program into machine
language.
Compilers
It convert high-level language code to machine code in one
session.
Interpreters
It translates and executes instruction written in a
computer program line -by -line, unit by unit.
APPLICATION SOFWARE
Application Software
2) Application software
An application software is the set of programs
necessary to carry out operations for a specified
application.