SlideShare a Scribd company logo
1 of 7
Download to read offline
GrowMore B.C.A College
Computer Organization (Unit-1)                                                                                B.C.A. Sem-1
---------------------------------------------------------------------------------------------------------------------------------------------
       Generation of computer
        ‘Generation’ of computer means this will give the basic information about the technologies
           development trends in computer in the past and expected in the future.
        The generation means it is ‘step’ forward in technology.
        In the past you will find that the earliest computers were big in size, used a lot of power and
           heated up quickly. For this reason it had to be shut down, end it needed cooled first.
        They were very expensive in terms of development and maintenance.
        As technology improved, computers become solid, faster and more powerful.
        From user’s point of view it becomes user friendly and more affordable.


     1] First generation:
        The first generation starts from 1951 and end to 1958.
        Computers had vacuum tube, registers, and welded metal joints.
        They were large, slow, and expensive and produce a lot of heat.
       2] Second generation:
        The second generation starts from 1958 and end to 1963.
        Computer used transistors (transistor is used to control the flow of electricity) invested by
           john bardan, welter Brattain and William Shockley of bell laboratories.
        A transistor is a small, solid-state component designed to monitoring the flow of electric
           current.
       3] Third generation:
        The third generation starts from 1963 and end to 1974.
        The computer goes towards on new technology called the integrated circuit with SLSI (super
           large scale integrated) and MLSI.
       4] Forth generation:
        The forth generation starts from 1974 and end to 1989.
        Intel Corporation designed the first tiny computer on a chip.
        It was called a microprocessor.
        A microprocessor is an integrated circuit built on a tiny piece of silicon.
        It contents thousands or even millions of transistors.
       5] Fifth generation:
        The third generation starts from 1989 to still date.
        Today computer are involved in fifth generation because they are all faster, cheaper, and very
           small compare to all generation PCs.



Rutvik Soni(M.C.A)                                                                                                                    Page 1
GrowMore B.C.A College
Computer Organization (Unit-1)                                                                                B.C.A. Sem-1
---------------------------------------------------------------------------------------------------------------------------------------------
       Major Parts of Digital Computer
            The digital computer system has main three important parts
               1. Input unit
               2. Output unit
               3. Central processing unit (CPU)
            In addition to these, secondary storage device are used to store data instructions on long
               term basis.
       1] Input Unit
            Data and instruction must be entered into the computer system.
            Input unit is a device which used to communicate with the computer system.
            Input of any form is just converted in to BITS (BInery degiTS) that easily understand by
               processing unit.
            That input units/ devices are keyboard. Mouse, joysticks, touch screen, etc.
       2] Central Processing Unit (CPU)
            Processing unit is also known as processor or CPU (Central Processing unit).
            It is also know as a heart of computer.
            It very fast and powerful then other parts of the computer.
            The CPU itself made of three components
                  1) Arithmetic logical unit (ALU)
                  2) Memory unit (MU)
                  3) Control unit (CU)
        Arithmetic logical unit (ALU)
            It perform arithmetic functions like addition, subtraction, multiplication, division and also
              logical operation like grater then, less then and equal to.
            It completes all the operation with very high speed.
            It consist a number of registers to store temporary data.
        Memory unit (MU)
            The memory unit is used to store data and information.
            After the completion of an operation, the output is stored into memory.
        Control unit (CU)
            The control unit directs all the operation inside the computer.
            The function of the control unit is to execute the instructions of a program, one by one, in
              the desired sequence.
            It’s controlling the instruction of units like input, output and storage.


Rutvik Soni(M.C.A)                                                                                                                    Page 2
GrowMore B.C.A College
Computer Organization (Unit-1)                                                                                B.C.A. Sem-1
---------------------------------------------------------------------------------------------------------------------------------------------
        Output unit
            Output unit works just in reverse manner then input units.
            It sends the information form inside the computer to the outside world.
            Basically, the output can classify by two ways…
                  o Hard Copy (direct usable from printed copy)
                  o Soft Copy (indirect usable from CD)
            The output can be converted to understand easily with any type for human being like…
                  o On the screen by monitor
                  o In printed paper by printer
                  o In graphic form by plotter
                  o In sound by speaker
            That Output units/ devices are Monitor, printer, plotter, speaker, etc.
        Storage unit
            Storage unit is used to holding the data information or instructions.
            There are two types of storage units
        Primary Storage unit
            A unit which is typically used in the computer or directly connected to CPU is called
              primary storage unit.
            Ex: Register, cache memory, RAM
        Secondary Storage units
            A unit which is specially used outside the computer or indirectly connected to CPU, is called
              secondary storage unit.
            Ex: CD (Compact Disk, HDD(Hard Disk Drive), FDD(Floppy Disk Drive), etc.


       Hardware:
            Hardware’s are all the physical parts of a computer system that we can see and touch.
            Beside the main box of the computer system, hardware also includes input devices, such as
              keyboard, and mouse, storage devices like hard disk. Floppy disk and output devices like
              monitor and printer.
       Software:
            Software’s are the electronics instruction that tell the computer what is to be done.
            The first software that runs the computer system is called the operating system. It also
              known as OS or system software.
            Other software programs, called application program, help us accomplish specific task like
              word processing. E.g. Microsoft office word, etc.

Rutvik Soni(M.C.A)                                                                                                                    Page 3
GrowMore B.C.A College
Computer Organization (Unit-1)                                                                                B.C.A. Sem-1
---------------------------------------------------------------------------------------------------------------------------------------------


     Application and system Software:
          System software:
               System software that controls and supports the operation of a computer system as
                  it performs various information processing task.
               It can be subdivided in to two part
                  1. System management software
                  2. System development software
              1. System management software:
                   System management software is used to manage the hardware, software, network,
                      and data resources of a computer system during its execution of information
                      processing jobs.
                   Example of system management software is different operating system.
                   Operating system is an integrated programs that supervise the operation of the cpu,
                      controls the input/output storage function.
                   An OS performs basic five functions.
                  -    User friendly interface.
                  -    Managing the hardware resources.
                  -    Managing the files and data resources.
                  -    Managing the tasks a computer must finish.
                  -    Provide miscellaneous support service.
             a) MS-Dos:
                   CUI stands for character user interface.
                   CUI OS manages and controls all operation based on commands.
                   Microsoft released MS DOS (Microsoft disk operating system) in the year 1982 and
                      version was 6.22 released in 1994.
                   MS DOS is not a user friendly. MS DOS is a single tasking operating system.
                   It is difficult to learn because the user must remember all commands.
                   Limited user work on it.
                   We cannot see mouse pointer in MS DOS.
                   In MS DOS new hardware cannot work properly and configured.
                   MS DOS file name cannot longer then 8 character name.
                   The extension names cannot be more then 3 characters.
                   MS DOS uses FAT 16 file system.


Rutvik Soni(M.C.A)                                                                                                                    Page 4
GrowMore B.C.A College
Computer Organization (Unit-1)                                                                                B.C.A. Sem-1
---------------------------------------------------------------------------------------------------------------------------------------------
             b) MS-Window:
                   GUI stands for graphical user interface.
                   The first window version released in 1985.
                   MS-window is user friendly.
                   MS-window is multi tasking operating system.
                   In window multiple users can work at a time on the same operating system.
                   In MS-windows, we can see the mouse pointer for clicking any item.
                   In MS-windows detects hardware and installs software for hardware automatically.
                   MS-window has a longer file name and extension.


              2. System development software:
                   System development software helps as specialists and end users development computer
                      software and information system procedures.
                   E.g. language translator, programming editors, and other programming tools.
                     I. Programming languages is a collected variety of programming packages to help
                        programmer develop computer programs. The five major levels of programming
                        languages are machine level language, assembler language, high level language, forth
                        generation language and object oriented languages. object oriented language like
                        java and special purpose language like HTML and XML are being wildly used for web
                        based business application.
                    II. Language translator programs used to convert programming language instructions
                        into machine language instruction codes.
                   III. Editors are used for editing the new as well as existing programs E.g. notepad,
                        WordPad.
          Application software:
               Application software that directs the performance of a particular use, or application, of
                  computers to meet the information processing needs of users.
               It includes a variety of programs that can be subdivided in to (1) general purpose (2)
                  special purpose software.
                  1. General purpose application programs perform common information processing
                       jobs for end users. Example is word processing, database management, and
                       presentation of graphics programs.
                  2. Special purpose programs accomplish information processing tasks that support
                       specific business function or process, scientific and engineering application; games
                       are most popular forms of application software.

Rutvik Soni(M.C.A)                                                                                                                    Page 5
GrowMore B.C.A College
Computer Organization (Unit-1)                                                                                B.C.A. Sem-1
---------------------------------------------------------------------------------------------------------------------------------------------

     Classification of computer:


          Super computer:
              Def: They are used for complex scientific computation is known as super computer.
              Description: Very large size and very high speeds characterize them. The word length for
              these computers is more then 64 bits.
              Example: Cray 1/2/3, PARAM 10,000.
              Application: They are used in weather forecasting in nuclear power plants, in defuse, in
              medical, in electronic design, in energy management etc.
              Features: More then processing unit
                              Perform parallel processing.
                              Very high processing speed and large in a size
          Mainframe computer:
              Def: A high capacity computer but lesser then super computer and it mainly used for bulky
              data handling and information processing is called a main frame computer.
              Description: it is also called predecessor of servers because they support multi users. It
              would occupy a entire room and could cost over million dollars.
              Example: IBM 3090.
              Application: it is used the purpose of research, engineering works, and graphics. E.g.
              railway and air station.
              Features: Provide a maximum I/O connectivity
                              Provide a maximum I/O band width.
                              Very good single thread operation.
          Mini computer:
              Def: it is very small and slower then mainframe computer, so it is called a mini computer.
              Description: they have many terminals connected to support many users. It is also called
              midrange computer.
              Example: PDP-I, VAX.
              Application: distributed processing, multiprocessing application.
              Features: midsize computer.
                              Multiprocessing system capability.
                              Supporting up to 200 users simultaneously.



Rutvik Soni(M.C.A)                                                                                                                    Page 6
GrowMore B.C.A College
Computer Organization (Unit-1)                                                                                B.C.A. Sem-1
---------------------------------------------------------------------------------------------------------------------------------------------
          Personal computer:
              Def: The smallest category of computer which used micro processor as its CPU is called
              microcomputer. It is also called a PC (personal computer)
              Description: the speed and its capacity of processing are limited for personal use only.
              They are small enough to fit in a desk so it is called a desktop.
              Example: Pentium III .
              Application: it is used for the personal purpose of writing latter, calculate and for product
              presentation.
              e.g. office, account department, in company and other area.
              Features: it has a limited memory and processing power.
                              Provide a limited I/O connectivity
                              Provide a max I/O band width.


       Analog and digital waves
            Analog wave:
                Analog electronic uses voltage, current or frequency that can be any value.
                The voltage often changes smoothly from one value to another value.
                E.g. dimmer light switch up or down.
                Analog signal that change with time is describe below.
            Digital wave:
                The term digital means that the signal is limited to only a few possible values.
                The general, digital signals are represented by only two possible voltages on wire 0
                   volts and 5 volts.
                The digital electronics use o volt as “low” or false or “0” and 5 volt as “high” or true or
                   “1”.
                In digital computer, 0 and 1 digit known as BITS ( BInary DigTS ).
                Digital signal that change with time is describe below.




Rutvik Soni(M.C.A)                                                                                                                    Page 7

More Related Content

What's hot

Page replacement algorithms
Page replacement algorithmsPage replacement algorithms
Page replacement algorithms
Piyush Rochwani
 
Chapter 02 instructions language of the computer
Chapter 02   instructions language of the computerChapter 02   instructions language of the computer
Chapter 02 instructions language of the computer
Bảo Hoang
 
Chapter 03 arithmetic for computers
Chapter 03   arithmetic for computersChapter 03   arithmetic for computers
Chapter 03 arithmetic for computers
Bảo Hoang
 
A2 Computing Reverse Polish Notation Part 2
A2 Computing   Reverse Polish Notation Part 2A2 Computing   Reverse Polish Notation Part 2
A2 Computing Reverse Polish Notation Part 2
pstevens1963
 

What's hot (20)

Input Output - Computer Architecture
Input Output - Computer ArchitectureInput Output - Computer Architecture
Input Output - Computer Architecture
 
Register transfer language
Register transfer languageRegister transfer language
Register transfer language
 
Memory organization (Computer architecture)
Memory organization (Computer architecture)Memory organization (Computer architecture)
Memory organization (Computer architecture)
 
IO Techniques in Computer Organization
IO Techniques in Computer OrganizationIO Techniques in Computer Organization
IO Techniques in Computer Organization
 
Stack organization
Stack organizationStack organization
Stack organization
 
Page replacement algorithms
Page replacement algorithmsPage replacement algorithms
Page replacement algorithms
 
Chapter 02 instructions language of the computer
Chapter 02   instructions language of the computerChapter 02   instructions language of the computer
Chapter 02 instructions language of the computer
 
Multiprocessor
MultiprocessorMultiprocessor
Multiprocessor
 
Input output interface
Input output interfaceInput output interface
Input output interface
 
Cs6303 unit2
Cs6303 unit2 Cs6303 unit2
Cs6303 unit2
 
Sequential circuit design
Sequential circuit designSequential circuit design
Sequential circuit design
 
Chapter 03 arithmetic for computers
Chapter 03   arithmetic for computersChapter 03   arithmetic for computers
Chapter 03 arithmetic for computers
 
A2 Computing Reverse Polish Notation Part 2
A2 Computing   Reverse Polish Notation Part 2A2 Computing   Reverse Polish Notation Part 2
A2 Computing Reverse Polish Notation Part 2
 
Arithmetic and logic unit
Arithmetic and logic unitArithmetic and logic unit
Arithmetic and logic unit
 
Computer registers
Computer registersComputer registers
Computer registers
 
ALU arithmetic logic unit
ALU  arithmetic logic unitALU  arithmetic logic unit
ALU arithmetic logic unit
 
Instruction Set Architecture (ISA)
Instruction Set Architecture (ISA)Instruction Set Architecture (ISA)
Instruction Set Architecture (ISA)
 
Basic blocks - compiler design
Basic blocks - compiler designBasic blocks - compiler design
Basic blocks - compiler design
 
mano.ppt
mano.pptmano.ppt
mano.ppt
 
Restoring & Non-Restoring Division Algorithm By Sania Nisar
Restoring & Non-Restoring Division Algorithm By Sania NisarRestoring & Non-Restoring Division Algorithm By Sania Nisar
Restoring & Non-Restoring Division Algorithm By Sania Nisar
 

Viewers also liked

Ise iv-computer organization [10 cs46]-notes new
Ise iv-computer  organization [10 cs46]-notes newIse iv-computer  organization [10 cs46]-notes new
Ise iv-computer organization [10 cs46]-notes new
dilshad begum
 
Decoders and encoders
Decoders and encodersDecoders and encoders
Decoders and encoders
sanket1996
 
computer notes - Memory organization
computer notes - Memory organizationcomputer notes - Memory organization
computer notes - Memory organization
ecomputernotes
 
combinational_circuits
combinational_circuitscombinational_circuits
combinational_circuits
Bindu Madhavi
 

Viewers also liked (20)

Computer Organization Lecture Notes
Computer Organization Lecture NotesComputer Organization Lecture Notes
Computer Organization Lecture Notes
 
Coa
CoaCoa
Coa
 
VTU 4TH SEM CSE COMPUTER ORGANIZATION SOLVED PAPERS OF JUNE-2013 JUNE-2014 & ...
VTU 4TH SEM CSE COMPUTER ORGANIZATION SOLVED PAPERS OF JUNE-2013 JUNE-2014 & ...VTU 4TH SEM CSE COMPUTER ORGANIZATION SOLVED PAPERS OF JUNE-2013 JUNE-2014 & ...
VTU 4TH SEM CSE COMPUTER ORGANIZATION SOLVED PAPERS OF JUNE-2013 JUNE-2014 & ...
 
SOLUTION MANUAL OF COMPUTER ORGANIZATION BY CARL HAMACHER, ZVONKO VRANESIC & ...
SOLUTION MANUAL OF COMPUTER ORGANIZATION BY CARL HAMACHER, ZVONKO VRANESIC & ...SOLUTION MANUAL OF COMPUTER ORGANIZATION BY CARL HAMACHER, ZVONKO VRANESIC & ...
SOLUTION MANUAL OF COMPUTER ORGANIZATION BY CARL HAMACHER, ZVONKO VRANESIC & ...
 
PSU Guest Lecture: Database Programming
PSU Guest Lecture: Database ProgrammingPSU Guest Lecture: Database Programming
PSU Guest Lecture: Database Programming
 
310471266 chapter-7-notes-computer-organization
310471266 chapter-7-notes-computer-organization310471266 chapter-7-notes-computer-organization
310471266 chapter-7-notes-computer-organization
 
R statistics
R statisticsR statistics
R statistics
 
Ise iv-computer organization [10 cs46]-notes new
Ise iv-computer  organization [10 cs46]-notes newIse iv-computer  organization [10 cs46]-notes new
Ise iv-computer organization [10 cs46]-notes new
 
Computer Organization and 8085 microprocessor notes
Computer Organization and 8085 microprocessor notesComputer Organization and 8085 microprocessor notes
Computer Organization and 8085 microprocessor notes
 
Decoders and encoders
Decoders and encodersDecoders and encoders
Decoders and encoders
 
computer notes - Memory organization
computer notes - Memory organizationcomputer notes - Memory organization
computer notes - Memory organization
 
Computer Networks Lecture Notes
Computer Networks Lecture NotesComputer Networks Lecture Notes
Computer Networks Lecture Notes
 
Computer organization memory
Computer organization memoryComputer organization memory
Computer organization memory
 
File organization
File organizationFile organization
File organization
 
combinational_circuits
combinational_circuitscombinational_circuits
combinational_circuits
 
basic computer programming and micro programmed control
basic computer programming and micro programmed controlbasic computer programming and micro programmed control
basic computer programming and micro programmed control
 
2.computer org.
2.computer org.2.computer org.
2.computer org.
 
Basic computer organisation design
Basic computer organisation designBasic computer organisation design
Basic computer organisation design
 
Data Mining & Data Warehousing Lecture Notes
Data Mining & Data Warehousing Lecture NotesData Mining & Data Warehousing Lecture Notes
Data Mining & Data Warehousing Lecture Notes
 
File organization 1
File organization 1File organization 1
File organization 1
 

Similar to Computer Organization (Unit-1)

Counit1 130315103820-phpapp02
Counit1 130315103820-phpapp02Counit1 130315103820-phpapp02
Counit1 130315103820-phpapp02
Yazeed Khalid
 
Computer System
Computer SystemComputer System
Computer System
hajjaz
 

Similar to Computer Organization (Unit-1) (20)

Counit1 130315103820-phpapp02
Counit1 130315103820-phpapp02Counit1 130315103820-phpapp02
Counit1 130315103820-phpapp02
 
HARDWARE
HARDWAREHARDWARE
HARDWARE
 
Chapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of informationChapter 1 computer hardware and flow of information
Chapter 1 computer hardware and flow of information
 
Basic concepts of computer & net work (1.25 mb)
Basic concepts of computer & net work (1.25 mb)Basic concepts of computer & net work (1.25 mb)
Basic concepts of computer & net work (1.25 mb)
 
Chapter 01.pptx
Chapter 01.pptxChapter 01.pptx
Chapter 01.pptx
 
Basics of Computer.pdfnsbsjsjsjsjshsnssjjs
Basics of Computer.pdfnsbsjsjsjsjshsnssjjsBasics of Computer.pdfnsbsjsjsjsjshsnssjjs
Basics of Computer.pdfnsbsjsjsjsjshsnssjjs
 
Ch1
Ch1Ch1
Ch1
 
Computer Organisation
Computer OrganisationComputer Organisation
Computer Organisation
 
Fundamentals of Computers & Information System
Fundamentals of Computers & Information System  Fundamentals of Computers & Information System
Fundamentals of Computers & Information System
 
Operating system
Operating systemOperating system
Operating system
 
seminar about Computer-system consist of 10 slides.ppt
seminar about Computer-system consist of 10 slides.pptseminar about Computer-system consist of 10 slides.ppt
seminar about Computer-system consist of 10 slides.ppt
 
Lecture 2 introduction to computer
Lecture 2 introduction to computerLecture 2 introduction to computer
Lecture 2 introduction to computer
 
Introduction to computers
Introduction to computersIntroduction to computers
Introduction to computers
 
Introduction to computers i
Introduction to computers iIntroduction to computers i
Introduction to computers i
 
Computer and it's parts
Computer and it's partsComputer and it's parts
Computer and it's parts
 
Unit 1
Unit 1Unit 1
Unit 1
 
CPDS FUNDAMENTALS.pptx
CPDS FUNDAMENTALS.pptxCPDS FUNDAMENTALS.pptx
CPDS FUNDAMENTALS.pptx
 
Computer System
Computer SystemComputer System
Computer System
 
Introduction to Computer System-ppt.pptx
Introduction to Computer System-ppt.pptxIntroduction to Computer System-ppt.pptx
Introduction to Computer System-ppt.pptx
 
Cp unit 1_2011
Cp unit 1_2011Cp unit 1_2011
Cp unit 1_2011
 

Recently uploaded

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 

Recently uploaded (20)

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Interdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptxInterdisciplinary_Insights_Data_Collection_Methods.pptx
Interdisciplinary_Insights_Data_Collection_Methods.pptx
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
How to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptxHow to setup Pycharm environment for Odoo 17.pptx
How to setup Pycharm environment for Odoo 17.pptx
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 

Computer Organization (Unit-1)

  • 1. GrowMore B.C.A College Computer Organization (Unit-1) B.C.A. Sem-1 ---------------------------------------------------------------------------------------------------------------------------------------------  Generation of computer  ‘Generation’ of computer means this will give the basic information about the technologies development trends in computer in the past and expected in the future.  The generation means it is ‘step’ forward in technology.  In the past you will find that the earliest computers were big in size, used a lot of power and heated up quickly. For this reason it had to be shut down, end it needed cooled first.  They were very expensive in terms of development and maintenance.  As technology improved, computers become solid, faster and more powerful.  From user’s point of view it becomes user friendly and more affordable. 1] First generation:  The first generation starts from 1951 and end to 1958.  Computers had vacuum tube, registers, and welded metal joints.  They were large, slow, and expensive and produce a lot of heat. 2] Second generation:  The second generation starts from 1958 and end to 1963.  Computer used transistors (transistor is used to control the flow of electricity) invested by john bardan, welter Brattain and William Shockley of bell laboratories.  A transistor is a small, solid-state component designed to monitoring the flow of electric current. 3] Third generation:  The third generation starts from 1963 and end to 1974.  The computer goes towards on new technology called the integrated circuit with SLSI (super large scale integrated) and MLSI. 4] Forth generation:  The forth generation starts from 1974 and end to 1989.  Intel Corporation designed the first tiny computer on a chip.  It was called a microprocessor.  A microprocessor is an integrated circuit built on a tiny piece of silicon.  It contents thousands or even millions of transistors. 5] Fifth generation:  The third generation starts from 1989 to still date.  Today computer are involved in fifth generation because they are all faster, cheaper, and very small compare to all generation PCs. Rutvik Soni(M.C.A) Page 1
  • 2. GrowMore B.C.A College Computer Organization (Unit-1) B.C.A. Sem-1 ---------------------------------------------------------------------------------------------------------------------------------------------  Major Parts of Digital Computer  The digital computer system has main three important parts 1. Input unit 2. Output unit 3. Central processing unit (CPU)  In addition to these, secondary storage device are used to store data instructions on long term basis. 1] Input Unit  Data and instruction must be entered into the computer system.  Input unit is a device which used to communicate with the computer system.  Input of any form is just converted in to BITS (BInery degiTS) that easily understand by processing unit.  That input units/ devices are keyboard. Mouse, joysticks, touch screen, etc. 2] Central Processing Unit (CPU)  Processing unit is also known as processor or CPU (Central Processing unit).  It is also know as a heart of computer.  It very fast and powerful then other parts of the computer.  The CPU itself made of three components 1) Arithmetic logical unit (ALU) 2) Memory unit (MU) 3) Control unit (CU)  Arithmetic logical unit (ALU)  It perform arithmetic functions like addition, subtraction, multiplication, division and also logical operation like grater then, less then and equal to.  It completes all the operation with very high speed.  It consist a number of registers to store temporary data.  Memory unit (MU)  The memory unit is used to store data and information.  After the completion of an operation, the output is stored into memory.  Control unit (CU)  The control unit directs all the operation inside the computer.  The function of the control unit is to execute the instructions of a program, one by one, in the desired sequence.  It’s controlling the instruction of units like input, output and storage. Rutvik Soni(M.C.A) Page 2
  • 3. GrowMore B.C.A College Computer Organization (Unit-1) B.C.A. Sem-1 ---------------------------------------------------------------------------------------------------------------------------------------------  Output unit  Output unit works just in reverse manner then input units.  It sends the information form inside the computer to the outside world.  Basically, the output can classify by two ways… o Hard Copy (direct usable from printed copy) o Soft Copy (indirect usable from CD)  The output can be converted to understand easily with any type for human being like… o On the screen by monitor o In printed paper by printer o In graphic form by plotter o In sound by speaker  That Output units/ devices are Monitor, printer, plotter, speaker, etc.  Storage unit  Storage unit is used to holding the data information or instructions.  There are two types of storage units  Primary Storage unit  A unit which is typically used in the computer or directly connected to CPU is called primary storage unit.  Ex: Register, cache memory, RAM  Secondary Storage units  A unit which is specially used outside the computer or indirectly connected to CPU, is called secondary storage unit.  Ex: CD (Compact Disk, HDD(Hard Disk Drive), FDD(Floppy Disk Drive), etc.  Hardware:  Hardware’s are all the physical parts of a computer system that we can see and touch.  Beside the main box of the computer system, hardware also includes input devices, such as keyboard, and mouse, storage devices like hard disk. Floppy disk and output devices like monitor and printer.  Software:  Software’s are the electronics instruction that tell the computer what is to be done.  The first software that runs the computer system is called the operating system. It also known as OS or system software.  Other software programs, called application program, help us accomplish specific task like word processing. E.g. Microsoft office word, etc. Rutvik Soni(M.C.A) Page 3
  • 4. GrowMore B.C.A College Computer Organization (Unit-1) B.C.A. Sem-1 ---------------------------------------------------------------------------------------------------------------------------------------------  Application and system Software:  System software:  System software that controls and supports the operation of a computer system as it performs various information processing task.  It can be subdivided in to two part 1. System management software 2. System development software 1. System management software:  System management software is used to manage the hardware, software, network, and data resources of a computer system during its execution of information processing jobs.  Example of system management software is different operating system.  Operating system is an integrated programs that supervise the operation of the cpu, controls the input/output storage function.  An OS performs basic five functions. - User friendly interface. - Managing the hardware resources. - Managing the files and data resources. - Managing the tasks a computer must finish. - Provide miscellaneous support service. a) MS-Dos:  CUI stands for character user interface.  CUI OS manages and controls all operation based on commands.  Microsoft released MS DOS (Microsoft disk operating system) in the year 1982 and version was 6.22 released in 1994.  MS DOS is not a user friendly. MS DOS is a single tasking operating system.  It is difficult to learn because the user must remember all commands.  Limited user work on it.  We cannot see mouse pointer in MS DOS.  In MS DOS new hardware cannot work properly and configured.  MS DOS file name cannot longer then 8 character name.  The extension names cannot be more then 3 characters.  MS DOS uses FAT 16 file system. Rutvik Soni(M.C.A) Page 4
  • 5. GrowMore B.C.A College Computer Organization (Unit-1) B.C.A. Sem-1 --------------------------------------------------------------------------------------------------------------------------------------------- b) MS-Window:  GUI stands for graphical user interface.  The first window version released in 1985.  MS-window is user friendly.  MS-window is multi tasking operating system.  In window multiple users can work at a time on the same operating system.  In MS-windows, we can see the mouse pointer for clicking any item.  In MS-windows detects hardware and installs software for hardware automatically.  MS-window has a longer file name and extension. 2. System development software:  System development software helps as specialists and end users development computer software and information system procedures.  E.g. language translator, programming editors, and other programming tools. I. Programming languages is a collected variety of programming packages to help programmer develop computer programs. The five major levels of programming languages are machine level language, assembler language, high level language, forth generation language and object oriented languages. object oriented language like java and special purpose language like HTML and XML are being wildly used for web based business application. II. Language translator programs used to convert programming language instructions into machine language instruction codes. III. Editors are used for editing the new as well as existing programs E.g. notepad, WordPad.  Application software:  Application software that directs the performance of a particular use, or application, of computers to meet the information processing needs of users.  It includes a variety of programs that can be subdivided in to (1) general purpose (2) special purpose software. 1. General purpose application programs perform common information processing jobs for end users. Example is word processing, database management, and presentation of graphics programs. 2. Special purpose programs accomplish information processing tasks that support specific business function or process, scientific and engineering application; games are most popular forms of application software. Rutvik Soni(M.C.A) Page 5
  • 6. GrowMore B.C.A College Computer Organization (Unit-1) B.C.A. Sem-1 ---------------------------------------------------------------------------------------------------------------------------------------------  Classification of computer:  Super computer: Def: They are used for complex scientific computation is known as super computer. Description: Very large size and very high speeds characterize them. The word length for these computers is more then 64 bits. Example: Cray 1/2/3, PARAM 10,000. Application: They are used in weather forecasting in nuclear power plants, in defuse, in medical, in electronic design, in energy management etc. Features: More then processing unit Perform parallel processing. Very high processing speed and large in a size  Mainframe computer: Def: A high capacity computer but lesser then super computer and it mainly used for bulky data handling and information processing is called a main frame computer. Description: it is also called predecessor of servers because they support multi users. It would occupy a entire room and could cost over million dollars. Example: IBM 3090. Application: it is used the purpose of research, engineering works, and graphics. E.g. railway and air station. Features: Provide a maximum I/O connectivity Provide a maximum I/O band width. Very good single thread operation.  Mini computer: Def: it is very small and slower then mainframe computer, so it is called a mini computer. Description: they have many terminals connected to support many users. It is also called midrange computer. Example: PDP-I, VAX. Application: distributed processing, multiprocessing application. Features: midsize computer. Multiprocessing system capability. Supporting up to 200 users simultaneously. Rutvik Soni(M.C.A) Page 6
  • 7. GrowMore B.C.A College Computer Organization (Unit-1) B.C.A. Sem-1 ---------------------------------------------------------------------------------------------------------------------------------------------  Personal computer: Def: The smallest category of computer which used micro processor as its CPU is called microcomputer. It is also called a PC (personal computer) Description: the speed and its capacity of processing are limited for personal use only. They are small enough to fit in a desk so it is called a desktop. Example: Pentium III . Application: it is used for the personal purpose of writing latter, calculate and for product presentation. e.g. office, account department, in company and other area. Features: it has a limited memory and processing power. Provide a limited I/O connectivity Provide a max I/O band width.  Analog and digital waves  Analog wave:  Analog electronic uses voltage, current or frequency that can be any value.  The voltage often changes smoothly from one value to another value.  E.g. dimmer light switch up or down.  Analog signal that change with time is describe below.  Digital wave:  The term digital means that the signal is limited to only a few possible values.  The general, digital signals are represented by only two possible voltages on wire 0 volts and 5 volts.  The digital electronics use o volt as “low” or false or “0” and 5 volt as “high” or true or “1”.  In digital computer, 0 and 1 digit known as BITS ( BInary DigTS ).  Digital signal that change with time is describe below. Rutvik Soni(M.C.A) Page 7