SlideShare una empresa de Scribd logo
1 de 42
FUNDAMENTALS OF DIGITAL
COMPUTERS
Pictures speak
Pictures speak
How do we define
• Computer comes from the word compute
• Compute means calculations including simple
mathematics, complex algebra, logical analysis, etc. ...
• It operates on data, including magnitudes, letters, and
symbols, that are expressed in binary code—i.e., using
only the two digits 0 and 1.
• So we usually say computer is a computing device
which performs calculations at enormous speed
• It is a device which operates on “Data” or
“Information” for e.g. we can say calculations
,transactions, results, marks sheet , biodata etc
What exactly I can do
I can input DATA
I can PROCESS DATA
I can STORE DATA
I can RETRIEVE DATA
AS A WHOLE I CAN BE TERMED AS DATA PROCESSOR
•A computer works with much higher speed and accuracy
compared to humans while performing mathematical
calculations.
•Computers can process millions (1,000,000) of instructions
per second.
•The time taken by computers for their operations is
microseconds and nanoseconds.
Speed….
Accuracy…..
• Computers perform calculations with 100% accuracy.
• The accuracy level is determined on the basis of design
of computer.
• The errors in computer are due to human and
inaccurate data.
Consistent/ Diligence…
• A computer is free from tiredness, lack of
concentration, fatigue, etc.
• It can work for hours without creating any
error. If millions of calculations are to be
performed, a computer will perform every
calculation with the same accuracy.
• Due to this capability it overpowers human
being in routine type of work.
Storage capacity……
• The Computer has an in-built memory where
it can store a large amount of data.
• You can also store data in secondary storage
devices such as floppies, which can be kept
outside your computer and can be carried to
other computers.
Flexibility….
• The term flexibility is commonly defined as the
ability to adapt to changes
• "flexible" may refer to hardware, software, or a
combination of the two. It describes a device or
program that can be used for multiple purposes,
rather than a single
• An example of a flexible hardware device is a
hybrid tablet that also functions as a laptop. The
Microsoft Surface, for instance, is more flexible
than typical tablet, since it can also be used as a
Windows laptop.
HARDWARE
• Hardware refers to the external and internal
devices and equipment that enable you to
perform major functions such as input,
output, storage, communication, processing,
and more. There are two types of computer
hardware: external and internal.
SOFTWARE
• Software is a set of instructions, data or programs
used to operate computers and execute specific
tasks. It is the opposite of hardware, which
describes the physical aspects of a computer.
FIRMWARE
• Firmware, as the name suggests, is simply a
type of software program on a hardware
device that provides a control for specific
hardware and provide essential instructions
on how the device communicates with various
other computer hardware. .
High level & Low level Language
• Both High level language and low level language are
the programming languages’s types. The main difference
between high level language and low level language is that,
Programmers can easily understand or interpret or compile the
high level language in comparison of machine. On the other
hand, Machine can easily understand the low level language in
comparison of human beings. Examples of high level
languages are C, C++, Java, Python, etc. Let’s see the
difference between high level and low level languages:
High level & Low level language
System Clock, clock speed, Word
Length & Bus Width
WHAT IS system clock and system
clock speed?
• The clock speed measures the number of
cycles your CPU executes per second,
measured in GHz (gigahertz). A “cycle” is
technically a pulse synchronized by an
internal oscillator, but for our purposes,
they're a basic unit that helps understand a
CPU's speed.
System Clock, clock speed, Word Length & Bus Width
System Clock
A quartz controlled oscillator that supplies a timing
signal at a fixed rate. It could be likened to someone
clicking their fingers, everything happens at this rate.
Every computer has its
own systems clock.
A system clock or system
timer is a continuous
pulse that helps the
computer clock keep the
correct time. It keeps count
of the number of seconds
elapsed since the epoch,
and uses that data to
calculate the current date
and time
System Clock, clock speed, Word Length & Bus Width
System Clock
The data and instructions are fetched, decoded and executed in time with the
system clock.
Instructions and data are processed in time to the system clock.
Instruction Data Data Instruction Data
1 Hz 2 Hz 3 Hz 4 Hz 5 Hz
A typical clock speed or
clock frequency:
(2400,000,000 cycles per second)
Clock speed of
the processor
System Clock, clock speed, Word Length & Bus Width
System Clock
Instructions and data are processed in time to the system clock.
Instruction Data Data Instruction Data
1 Hz 2 Hz 3 Hz 4 Hz 5 Hz
(2400,000,000
cycles per
second)
Processor
Internal Bus
Memory
When transferring
data or instructions
between the
processor and main
memory, sometimes
the internal bus
speed slows a
computer down.
System Clock, clock speed, Word Length & Bus Width
Word Length
Data is transferred in binary words. These represent the data and
instructions in a computer system.
(x8 bit binary word)
Internal
Bus
Word Length
(x16 bit binary word)
(x24 bit binary word)
System Clock, clock speed, Word Length & Bus Width
Bus Width
Bus width refers to the number of signal wires or lines allocated to a
bus.
Direction of travel
The number of lines in a bus
What is the effect of bus width on binary word size?
System Clock, clock speed, Word Length & Bus Width
Bus Width The effect of bus width on
word size
No. Of
wires in
bus
No. Of bits in
a word on
the bus
No. Of
different
binary
words
No. Of different
binary words as
a power of 2
Example of a
binary word
on the bus
The largest
word
counting in
denary
1 1 2 21 1 1
2 2 4 22 10 3
3 3 8 23 101 7
4 4 16 24 1100 15
8 8 256 28 11110001 255
16 16 65,536 216 1101101111110
000
65,353
20 20 1,048,576 220 ... 1,048,575
24 24 16,777,216 224 ... 16,777,215
BLOCK DIAGRAM OF DIGITAL
COMPUTER
Componentsunits
• Input unit
• Central Processing unit
• Arithmetic and logic unit
• Control unit
• Memory unit
• Output unit
Input unit
 This is the process of entering data and programs in
to the computer system.
 You should know that computer is an electronic
machine like any other machine which takes as inputs
raw data and performs some processing giving out
processed data.
 Therefore, the input unit takes data from us to the
computer in an organized manner for processing.
CPU …
• The task of performing operations like arithmetic and
logical operations is called processing. The Central
Processing Unit (CPU) takes data and instructions from the
storage unit and makes all sorts of calculations based on the
instructions given and the type of data provided. It is then
sent back to the storage unit.
Arithmetic and logic unit
• After you enter data through the input device it is stored
in the primary storage unit.
• The actual processing of the data and instruction are
performed by Arithmetic Logical Unit.
• The major operations performed by the ALU are
addition, subtraction, multiplication, division, logic and
comparison.
• Data is transferred to ALU from storage unit when
required. After processing the output is returned back to
storage unit for further processing or getting stored.
Control Unit
• The next component of computer is the Control Unit, which acts like the
supervisor seeing that things are done in proper fashion.
• Control Unit is responsible for coordinating various operations using time
signal.
• The control unit determines the sequence in which computer programs and
instructions are executed. Things like processing of programs stored in the
main memory, interpretation of the instructions and issuing of signals for
other units of the computer to execute them.
• It also acts as a switch board operator when several users access the
computer simultaneously. Thereby it coordinates the activities of
computer’s peripheral equipment as they perform the input and output.
Memory Unit…
memory in a computer is analogous to a notebook where we may note
down various things for future reference.
The memory can be classified into the following categories
• Primary memory
• Auxiliary or secondary memory
(i) Primary memory: main memory is the fastest memory
in a digital computer system. This memory is primarily used to store
the data and program temporarily during the execution of a program
(ii) Auxiliary or Secondary memory: secondary memory or
auxiliary memory is used to store the operating system, compiler,
assembler, application programs, data file etc. those are not read by
CPU directly.
Output unit…
The job of an output unit is just reverse of an input unit, it supplies the
information obtained from processed data to the outside world.
The following functions are performed by an output unit:
1) Accept the result produced by the computer and gives to the outside world;
2) It converts this codes result to human readable form.
3) It supplies the converted result to outside world.
USE OF STORAGE DEVICES USED
IN A COMPUTER
Storage Devices
• A storage device is used to
store instructions, data, and
information when they are
not being used in memory
– Magnetic disks use magnetic
particles to store items on a
disk’s surface
35
Storage Devices- hard disk
• A hard disk is a
storage device that
contains one or
more inflexible,
circular platters that
magnetically store
data, instructions,
and information
36
Storage Devices- floppy disk
• A floppy disk is an inexpensive portable
storage medium
37
Storage Devices- optical disc
• An optical disc is a
portable storage
medium that consists
of a flat, round,
portable disc made of
metal, plastic, and
lacquer that is written
and read by a laser
38
Storage Devices- Tape
• Tape is a magnetically coated ribbon of plastic
housed in a tape cartridge
– Tape drive
39
Storage Devices- mobile storage media
• Miniature mobile storage media are
rewriteable media usually in the form of a
flash memory card, USB flash drive, or a smart
card
40
Storage Devices- smart card
• A smart card stores data n a thin
microprocessor embedded in the card
41
Blue ray disk
• Blu-ray is an optical disc format like CD and DVD.
Blu-ray discs can hold more information than other
optical media, because of the blue lasers that the disc
drives use. A single Blu-ray disc can hold up to 25GB
of data.
• It most often used for playback of high-definition
(HD) video.

Más contenido relacionado

Similar a diploma basic of computers.ppt

pre phd class 1.pptx
pre phd class 1.pptxpre phd class 1.pptx
pre phd class 1.pptx
RbiGradeB
 
Intro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxIntro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptx
FalakNiaz15
 
COMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptxCOMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptx
21BEE088SANKALP
 
BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1
Ndubi Amos
 
COA-Unit-1-Basics.ppt
COA-Unit-1-Basics.pptCOA-Unit-1-Basics.ppt
COA-Unit-1-Basics.ppt
Ruhul Amin
 

Similar a diploma basic of computers.ppt (20)

pre phd class 1.pptx
pre phd class 1.pptxpre phd class 1.pptx
pre phd class 1.pptx
 
computer networking
computer networking computer networking
computer networking
 
Basics of computers.pptx
Basics of computers.pptxBasics of computers.pptx
Basics of computers.pptx
 
Intro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptxIntro to Computing Lec 1.pptx
Intro to Computing Lec 1.pptx
 
Week 01.pdf
Week 01.pdfWeek 01.pdf
Week 01.pdf
 
Unit 1.pptx
Unit 1.pptxUnit 1.pptx
Unit 1.pptx
 
Computer Architecture and Organization.pptx
Computer Architecture and Organization.pptxComputer Architecture and Organization.pptx
Computer Architecture and Organization.pptx
 
COMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptxCOMPUTER CHAPTER 1 NOTES (1).pptx
COMPUTER CHAPTER 1 NOTES (1).pptx
 
Lecture 02 hardwares
Lecture 02 hardwaresLecture 02 hardwares
Lecture 02 hardwares
 
BASIC STRUCTURE OF COMPUTERS.pptx
BASIC STRUCTURE OF COMPUTERS.pptxBASIC STRUCTURE OF COMPUTERS.pptx
BASIC STRUCTURE OF COMPUTERS.pptx
 
BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1BCS 100: Introduction to Computer Science Lesson 1
BCS 100: Introduction to Computer Science Lesson 1
 
Computer in nursing
Computer in nursingComputer in nursing
Computer in nursing
 
INTRODUCTION TO COMPUTER .pptx
INTRODUCTION TO COMPUTER .pptxINTRODUCTION TO COMPUTER .pptx
INTRODUCTION TO COMPUTER .pptx
 
An Introduction To Python - Understanding Computers
An Introduction To Python - Understanding ComputersAn Introduction To Python - Understanding Computers
An Introduction To Python - Understanding Computers
 
Introduction to Computer UNIT 1 notes.pdf
Introduction to Computer UNIT 1 notes.pdfIntroduction to Computer UNIT 1 notes.pdf
Introduction to Computer UNIT 1 notes.pdf
 
Chapter3
Chapter3Chapter3
Chapter3
 
An overview of the computer system
An overview of the computer systemAn overview of the computer system
An overview of the computer system
 
1. the computer system
1. the computer system1. the computer system
1. the computer system
 
mynotes Computer Fundamentals DCA Course.pptx
mynotes Computer Fundamentals DCA Course.pptxmynotes Computer Fundamentals DCA Course.pptx
mynotes Computer Fundamentals DCA Course.pptx
 
COA-Unit-1-Basics.ppt
COA-Unit-1-Basics.pptCOA-Unit-1-Basics.ppt
COA-Unit-1-Basics.ppt
 

Último

Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptx
AlMamun560346
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
gindu3009
 
Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdf
PirithiRaju
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
Areesha Ahmad
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Sérgio Sacani
 
GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...
GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...
GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...
Lokesh Kothari
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
ssuser79fe74
 

Último (20)

Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43bNightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
Nightside clouds and disequilibrium chemistry on the hot Jupiter WASP-43b
 
Seismic Method Estimate velocity from seismic data.pptx
Seismic Method Estimate velocity from seismic  data.pptxSeismic Method Estimate velocity from seismic  data.pptx
Seismic Method Estimate velocity from seismic data.pptx
 
Presentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptxPresentation Vikram Lander by Vedansh Gupta.pptx
Presentation Vikram Lander by Vedansh Gupta.pptx
 
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
High Class Escorts in Hyderabad ₹7.5k Pick Up & Drop With Cash Payment 969456...
 
Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdf
 
Pests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdfPests of mustard_Identification_Management_Dr.UPR.pdf
Pests of mustard_Identification_Management_Dr.UPR.pdf
 
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls AgencyHire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
Hire 💕 9907093804 Hooghly Call Girls Service Call Girls Agency
 
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
9999266834 Call Girls In Noida Sector 22 (Delhi) Call Girl Service
 
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Alandi Call Me 7737669865 Budget Friendly No Advance Booking
 
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRLKochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
Kochi ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Kochi ESCORT SERVICE❤CALL GIRL
 
Clean In Place(CIP).pptx .
Clean In Place(CIP).pptx                 .Clean In Place(CIP).pptx                 .
Clean In Place(CIP).pptx .
 
GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)GBSN - Microbiology (Unit 1)
GBSN - Microbiology (Unit 1)
 
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
Vip profile Call Girls In Lonavala 9748763073 For Genuine Sex Service At Just...
 
Bacterial Identification and Classifications
Bacterial Identification and ClassificationsBacterial Identification and Classifications
Bacterial Identification and Classifications
 
Factory Acceptance Test( FAT).pptx .
Factory Acceptance Test( FAT).pptx       .Factory Acceptance Test( FAT).pptx       .
Factory Acceptance Test( FAT).pptx .
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
 
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 bAsymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
Asymmetry in the atmosphere of the ultra-hot Jupiter WASP-76 b
 
GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...
GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...
GUIDELINES ON SIMILAR BIOLOGICS Regulatory Requirements for Marketing Authori...
 
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
Chemical Tests; flame test, positive and negative ions test Edexcel Internati...
 
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptxCOST ESTIMATION FOR A RESEARCH PROJECT.pptx
COST ESTIMATION FOR A RESEARCH PROJECT.pptx
 

diploma basic of computers.ppt

  • 4.
  • 5. How do we define • Computer comes from the word compute • Compute means calculations including simple mathematics, complex algebra, logical analysis, etc. ... • It operates on data, including magnitudes, letters, and symbols, that are expressed in binary code—i.e., using only the two digits 0 and 1. • So we usually say computer is a computing device which performs calculations at enormous speed • It is a device which operates on “Data” or “Information” for e.g. we can say calculations ,transactions, results, marks sheet , biodata etc
  • 6. What exactly I can do I can input DATA I can PROCESS DATA I can STORE DATA I can RETRIEVE DATA AS A WHOLE I CAN BE TERMED AS DATA PROCESSOR
  • 7.
  • 8. •A computer works with much higher speed and accuracy compared to humans while performing mathematical calculations. •Computers can process millions (1,000,000) of instructions per second. •The time taken by computers for their operations is microseconds and nanoseconds. Speed….
  • 9. Accuracy….. • Computers perform calculations with 100% accuracy. • The accuracy level is determined on the basis of design of computer. • The errors in computer are due to human and inaccurate data.
  • 10. Consistent/ Diligence… • A computer is free from tiredness, lack of concentration, fatigue, etc. • It can work for hours without creating any error. If millions of calculations are to be performed, a computer will perform every calculation with the same accuracy. • Due to this capability it overpowers human being in routine type of work.
  • 11. Storage capacity…… • The Computer has an in-built memory where it can store a large amount of data. • You can also store data in secondary storage devices such as floppies, which can be kept outside your computer and can be carried to other computers.
  • 12. Flexibility…. • The term flexibility is commonly defined as the ability to adapt to changes • "flexible" may refer to hardware, software, or a combination of the two. It describes a device or program that can be used for multiple purposes, rather than a single • An example of a flexible hardware device is a hybrid tablet that also functions as a laptop. The Microsoft Surface, for instance, is more flexible than typical tablet, since it can also be used as a Windows laptop.
  • 13. HARDWARE • Hardware refers to the external and internal devices and equipment that enable you to perform major functions such as input, output, storage, communication, processing, and more. There are two types of computer hardware: external and internal.
  • 14. SOFTWARE • Software is a set of instructions, data or programs used to operate computers and execute specific tasks. It is the opposite of hardware, which describes the physical aspects of a computer.
  • 15. FIRMWARE • Firmware, as the name suggests, is simply a type of software program on a hardware device that provides a control for specific hardware and provide essential instructions on how the device communicates with various other computer hardware. .
  • 16. High level & Low level Language • Both High level language and low level language are the programming languages’s types. The main difference between high level language and low level language is that, Programmers can easily understand or interpret or compile the high level language in comparison of machine. On the other hand, Machine can easily understand the low level language in comparison of human beings. Examples of high level languages are C, C++, Java, Python, etc. Let’s see the difference between high level and low level languages:
  • 17. High level & Low level language
  • 18. System Clock, clock speed, Word Length & Bus Width
  • 19. WHAT IS system clock and system clock speed? • The clock speed measures the number of cycles your CPU executes per second, measured in GHz (gigahertz). A “cycle” is technically a pulse synchronized by an internal oscillator, but for our purposes, they're a basic unit that helps understand a CPU's speed.
  • 20. System Clock, clock speed, Word Length & Bus Width System Clock A quartz controlled oscillator that supplies a timing signal at a fixed rate. It could be likened to someone clicking their fingers, everything happens at this rate. Every computer has its own systems clock. A system clock or system timer is a continuous pulse that helps the computer clock keep the correct time. It keeps count of the number of seconds elapsed since the epoch, and uses that data to calculate the current date and time
  • 21. System Clock, clock speed, Word Length & Bus Width System Clock The data and instructions are fetched, decoded and executed in time with the system clock. Instructions and data are processed in time to the system clock. Instruction Data Data Instruction Data 1 Hz 2 Hz 3 Hz 4 Hz 5 Hz A typical clock speed or clock frequency: (2400,000,000 cycles per second) Clock speed of the processor
  • 22. System Clock, clock speed, Word Length & Bus Width System Clock Instructions and data are processed in time to the system clock. Instruction Data Data Instruction Data 1 Hz 2 Hz 3 Hz 4 Hz 5 Hz (2400,000,000 cycles per second) Processor Internal Bus Memory When transferring data or instructions between the processor and main memory, sometimes the internal bus speed slows a computer down.
  • 23. System Clock, clock speed, Word Length & Bus Width Word Length Data is transferred in binary words. These represent the data and instructions in a computer system. (x8 bit binary word) Internal Bus Word Length (x16 bit binary word) (x24 bit binary word)
  • 24. System Clock, clock speed, Word Length & Bus Width Bus Width Bus width refers to the number of signal wires or lines allocated to a bus. Direction of travel The number of lines in a bus What is the effect of bus width on binary word size?
  • 25. System Clock, clock speed, Word Length & Bus Width Bus Width The effect of bus width on word size No. Of wires in bus No. Of bits in a word on the bus No. Of different binary words No. Of different binary words as a power of 2 Example of a binary word on the bus The largest word counting in denary 1 1 2 21 1 1 2 2 4 22 10 3 3 3 8 23 101 7 4 4 16 24 1100 15 8 8 256 28 11110001 255 16 16 65,536 216 1101101111110 000 65,353 20 20 1,048,576 220 ... 1,048,575 24 24 16,777,216 224 ... 16,777,215
  • 26. BLOCK DIAGRAM OF DIGITAL COMPUTER
  • 27. Componentsunits • Input unit • Central Processing unit • Arithmetic and logic unit • Control unit • Memory unit • Output unit
  • 28. Input unit  This is the process of entering data and programs in to the computer system.  You should know that computer is an electronic machine like any other machine which takes as inputs raw data and performs some processing giving out processed data.  Therefore, the input unit takes data from us to the computer in an organized manner for processing.
  • 29. CPU … • The task of performing operations like arithmetic and logical operations is called processing. The Central Processing Unit (CPU) takes data and instructions from the storage unit and makes all sorts of calculations based on the instructions given and the type of data provided. It is then sent back to the storage unit.
  • 30. Arithmetic and logic unit • After you enter data through the input device it is stored in the primary storage unit. • The actual processing of the data and instruction are performed by Arithmetic Logical Unit. • The major operations performed by the ALU are addition, subtraction, multiplication, division, logic and comparison. • Data is transferred to ALU from storage unit when required. After processing the output is returned back to storage unit for further processing or getting stored.
  • 31. Control Unit • The next component of computer is the Control Unit, which acts like the supervisor seeing that things are done in proper fashion. • Control Unit is responsible for coordinating various operations using time signal. • The control unit determines the sequence in which computer programs and instructions are executed. Things like processing of programs stored in the main memory, interpretation of the instructions and issuing of signals for other units of the computer to execute them. • It also acts as a switch board operator when several users access the computer simultaneously. Thereby it coordinates the activities of computer’s peripheral equipment as they perform the input and output.
  • 32. Memory Unit… memory in a computer is analogous to a notebook where we may note down various things for future reference. The memory can be classified into the following categories • Primary memory • Auxiliary or secondary memory (i) Primary memory: main memory is the fastest memory in a digital computer system. This memory is primarily used to store the data and program temporarily during the execution of a program (ii) Auxiliary or Secondary memory: secondary memory or auxiliary memory is used to store the operating system, compiler, assembler, application programs, data file etc. those are not read by CPU directly.
  • 33. Output unit… The job of an output unit is just reverse of an input unit, it supplies the information obtained from processed data to the outside world. The following functions are performed by an output unit: 1) Accept the result produced by the computer and gives to the outside world; 2) It converts this codes result to human readable form. 3) It supplies the converted result to outside world.
  • 34. USE OF STORAGE DEVICES USED IN A COMPUTER
  • 35. Storage Devices • A storage device is used to store instructions, data, and information when they are not being used in memory – Magnetic disks use magnetic particles to store items on a disk’s surface 35
  • 36. Storage Devices- hard disk • A hard disk is a storage device that contains one or more inflexible, circular platters that magnetically store data, instructions, and information 36
  • 37. Storage Devices- floppy disk • A floppy disk is an inexpensive portable storage medium 37
  • 38. Storage Devices- optical disc • An optical disc is a portable storage medium that consists of a flat, round, portable disc made of metal, plastic, and lacquer that is written and read by a laser 38
  • 39. Storage Devices- Tape • Tape is a magnetically coated ribbon of plastic housed in a tape cartridge – Tape drive 39
  • 40. Storage Devices- mobile storage media • Miniature mobile storage media are rewriteable media usually in the form of a flash memory card, USB flash drive, or a smart card 40
  • 41. Storage Devices- smart card • A smart card stores data n a thin microprocessor embedded in the card 41
  • 42. Blue ray disk • Blu-ray is an optical disc format like CD and DVD. Blu-ray discs can hold more information than other optical media, because of the blue lasers that the disc drives use. A single Blu-ray disc can hold up to 25GB of data. • It most often used for playback of high-definition (HD) video.