SlideShare uma empresa Scribd logo
1 de 7
Baixar para ler 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

Mais conteúdo relacionado

Mais procurados

Microprogram Control
Microprogram Control Microprogram Control
Microprogram Control
Anuj Modi
 
Addressing modes (detailed data path)
Addressing modes (detailed data path)Addressing modes (detailed data path)
Addressing modes (detailed data path)
Mahesh Kumar Attri
 

Mais procurados (20)

Microprogram Control
Microprogram Control Microprogram Control
Microprogram Control
 
Computer organization
Computer organizationComputer organization
Computer organization
 
03 top level view of computer function and interconnection.ppt.enc
03 top level view of computer function and interconnection.ppt.enc03 top level view of computer function and interconnection.ppt.enc
03 top level view of computer function and interconnection.ppt.enc
 
Computer organisation -morris mano
Computer organisation  -morris manoComputer organisation  -morris mano
Computer organisation -morris mano
 
Components Of Computer unit-2
Components Of Computer  unit-2Components Of Computer  unit-2
Components Of Computer unit-2
 
INSTRUCTION CYCLE
INSTRUCTION CYCLEINSTRUCTION CYCLE
INSTRUCTION CYCLE
 
Computer organization memory
Computer organization memoryComputer organization memory
Computer organization memory
 
Computer Architecture – An Introduction
Computer Architecture – An IntroductionComputer Architecture – An Introduction
Computer Architecture – An Introduction
 
Computer architecture
Computer architecture Computer architecture
Computer architecture
 
Introduction to embedded systems
Introduction  to embedded systemsIntroduction  to embedded systems
Introduction to embedded systems
 
Addressing modes (detailed data path)
Addressing modes (detailed data path)Addressing modes (detailed data path)
Addressing modes (detailed data path)
 
Instruction cycle presentation
Instruction   cycle presentationInstruction   cycle presentation
Instruction cycle presentation
 
Microprogrammed Control Unit
Microprogrammed Control UnitMicroprogrammed Control Unit
Microprogrammed Control Unit
 
Micro programmed control
Micro programmed  controlMicro programmed  control
Micro programmed control
 
PPT ON HARDWARE AND CONCEPT
PPT ON HARDWARE AND CONCEPT PPT ON HARDWARE AND CONCEPT
PPT ON HARDWARE AND CONCEPT
 
Cpu organisation
Cpu organisationCpu organisation
Cpu organisation
 
Principles of computer design
Principles of computer designPrinciples of computer design
Principles of computer design
 
CPU Architecture
CPU ArchitectureCPU Architecture
CPU Architecture
 
Basic Computer Organization and Design
Basic Computer Organization and DesignBasic Computer Organization and Design
Basic Computer Organization and Design
 
System Unit
System UnitSystem Unit
System Unit
 

Destaque

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
 

Destaque (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
 
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
 
b+ tree
b+ treeb+ tree
b+ tree
 

Semelhante a 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
 

Semelhante a 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
 

Último

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 

Último (20)

microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
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
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
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
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
Role Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptxRole Of Transgenic Animal In Target Validation-1.pptx
Role Of Transgenic Animal In Target Validation-1.pptx
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 

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