SlideShare a Scribd company logo
1 of 34
CHAPTER 1:
COMPUTER HARDWARE AND FLOW
OF INFORMATION
FP 203 COMPUTER ORGANISATION
SUMMARY:This topic covers the computer fundamentals,
functional unit, basic operational concepts and bus
structure.
CLO1:explain appropriate hardware technical
specification, input output processes
and computer architecture in computer system (C4, A2).
RTA:(04 : 04)
1.1 THE BASIC CONCEPTS OF COMPUTER
ARCHITECTURE
1.1.1 The five major operations performed by a
computer system
a. Input
b. Storage
c. Processing
d. Output
e. Control (operations inside the computer)
Process
COMPUTER TECHNOLOGY
Input
Output
Storage
1)INPUT
ï‚¢ This is the process of entering data and programs
in to the computer system.
ï‚¢ An input device is a hardware device that sends
information into the CPU.
ï‚¢ Without any input devices a computer would simply
be a display device and not allow users to interact
with it, much like a TV
ï‚¢ Examples input devices: keyboard, mouse,
joystick, microphone, scanner, & web cam.
INPUT DEVICES
2) STORAGE
ï‚¢ The process of saving data and instructions
permanently .
ï‚¢ A storage device is a hardware device designed to
store information.
ï‚¢ There are two types of storage devices used in
computers; a 'primary storage' device and a
'secondary storage' device.
 A primary storage device is the storage location that
holds memory for short periods of times. For
example, computer RAM.
 A secondary storage device is the medium that
holds information until it is deleted or over written.
For example, hard disks drive.
EXAMPLES OF STORAGE
RAM
It is short for Random Access Memory which is the main
memory of the system within a computer. RAM requires
power ; if power is lost, all data is also lost.
Hard Drive
It is a rigid circular disk located inside a computer. The term
hard disk is often used as an abbreviation to hard
disk drive.
Diskette
It can record data as magnetized spots on tracks on its
surface. Diskettes became popular along with the
personal computer mainly to transport data.
CD-R, CD-RW
CD-R is short for CD-Recordable and is a type of writable
disc capable of having information written on it only once
CD-R/W is a drive and/or media that is
capable of being written many times.
3)PROCESSING
ï‚¢ The task of performing operations like arithmetic
and logical operations is called processing.
ï‚¢ CPU; also known as a processor or
microprocessor; is short for Central Processing
Unit.
ï‚¢ It is responsible for handling all instructions and
calculation it receives from other hardware
components in the computer and software
programs running on the computer
EXAMPLES OF PROCESSING UNIT
The first CPU was manufactured by INTEL in 1974.
Motherboard
It is a circuit that is the foundation of a computer and
allows the CPU, RAM, and all other computer hardware
components to function with each other.
Modem
It is a device that enables a computer to transmit and receive
information over telephone lines.
4) OUTPUT
ï‚¢ This is the process of producing results from the
data for getting useful information.
ï‚¢ Output devices display and generate information
that has been held or generated within a computer.
EXAMPLES OF OUTPUT DEVICES
Plotter
It is a device that draws pictures on paper based on
commands from a computer using a pen. Multicolor plotters
use different-colored pens to draw different colors.
Monitor
It is a video display screen and the hard shell that holds it. It
is used to visually interface with the computer and are
similar in appearance to a television.
EXAMPLES OF OUTPUT DEVICES
Printer
It is an external hardware device responsible for generating a
hard copy of data. It is commonly used to print text, images,
photos, etc.
Speaker
It is a hardware device connected to a computer's sound
card that outputs sounds generated by the card.
Projector
It is a device that enables an image, such as a computer
screen to be projected onto a flat surface. These devices are
commonly used for presentations.
5) CONTROL (OPERATIONS INSIDE THE
COMPUTER)
ï‚¢ The manner how instructions are executed and the
above operations are performed.
ï‚¢ Controlling of all operations like input, processing
and output are performed by control unit.
ï‚¢ It takes care of step by step processing of all
operations in side the computer.
1.1.2 The three basic computer functional units
control the operations of a computer:
a. Arithmetic and Logic Unit (ALU)
b. Control unit (CU)
c. Central processing unit (CPU)
A. ARITHMETIC AND LOGIC UNIT (ALU)
ï‚¢ Stands for "Arithmetic Logic Unit." An ALU is
an integrated circuit within a CPU that performs
arithmetic and logic operations.
ï‚¢ Arithmetic instructions include addition, subtraction,
and shifting operations, while logic instructions
include boolean comparisons, such as AND, OR,
XOR, and NOT operations.
ï‚¢ Typically, the ALU has direct input and output
access to the processor controller, main memory
(random access memory or RAM in a personal
computer), and input/output devices.
ï‚¢ Inputs and outputs flow along an electronic path
that is called a bus.
B. CONTROL UNIT (CU)
ï‚¢ it is a typical component of the CPU that
implements the microprocessor instruction set. It
extracts instructions from memory and decodes
and executes them, and sends the necessary
signals to the ALU to perform the operation needed.
ï‚¢ Control Units are either hardwired (instruction
register is hardwired to rest of the microprocessor)
or micro-programmed.
HARDWIRE
ï‚¢ Refers to elements of a program or device that
cannot be changed. Originally, the term was used
to describe functionality that was built into the
circuitry (i.e., the wires) of a device.
C. CENTRAL PROCESSING UNIT (CPU)
ï‚¢ The central processing unit (CPU) is the portion
of a computer system that carries out the
instructions of a computer program, and is the
primary element carrying out the functions of the
computer or other processing device.
ï‚¢ The central processing unit carries out each
instruction of the program in sequence, to perform
the basic arithmetical, logical, and input/output
operations of the system.
ï‚¢ The ALU and the CU of a computer system are
jointly known as the central processing unit
CENTRAL PROCESSING UNIT (CPU)
1.1.3 BLOCK DIAGRAM OF BASIC
ORGANIZATION OF COMPUTER SYSTEM
Input Unit Output UnitStorage
Control Unit
ALU
INPUT UNIT
ï‚¢ Computers need to receive data and instruction in
order to solve any problem.
ï‚¢ Therefore we need to input the data and
instructions into the computers.
ï‚¢ The input unit consists of one or more input
devices. Keyboard is the one of the most commonly
used input device.
ï‚¢ Other commonly used input devices are the mouse,
floppy disk drive, magnetic tape, etc. All the input
devices perform the following functions.
STORAGE UNIT
ï‚¢ The storage unit of the computer holds data and
instructions that are entered through the input unit,
before they are processed.
ï‚¢ It preserves the intermediate and final results
before these are sent to the output devices. It also
saves the data for the later use.
ï‚¢ The various storage devices of a computer system
are divided into two categories.
ï‚— Primary Storage: Stores and provides very fast. This
memory is generally used to hold the program being
currently executed in the computer, the data being
received from the input unit, the intermediate and final
results of the program. The primary memory is
temporary in nature. The data is lost, when the
computer is switched off. In order to store the data
permanently, the data has to be transferred to the
secondary memory.
ï‚— The cost of the primary storage is more compared to the
secondary storage. Therefore most computers have
limited primary storage capacity
ï‚¢Secondary Storage: Secondary storage is used like an
archive. It stores several programs, documents, data
bases etc. The programs that you run on the computer
are first transferred to the primary memory before it is
actually run. Whenever the results are saved, again they
get stored in the secondary memory.
ï‚¢The secondary memory is slower and cheaper than the
primary memory. Some of the commonly used secondary
memory devices are Hard disk, CD, etc.,
OUTPUT UNIT
ï‚¢ The output unit of a computer provides the
information and results of a computation to outside
world.
ï‚¢ Printers, Visual Display Unit (VDU) are the
commonly used output devices. Other commonly
used output devices are floppy disk drive, hard disk
drive, and magnetic tape drive.
1.1.4 VON NEUMANN MODEL
JOHN VON NEUMANN (1903-57)
He developed a very basic model for computers which we are still
using today.
 Von Neumann divided a computer’s hardware into
5 primary groups:
ï‚— CPU
ï‚— Input
ï‚— Output
ï‚— Working storage
ï‚— Permanent storage
1.2 EXPLAIN COMPUTER’S BUS SYSTEM
1.2.1. State the definition of computer’s bus.
ï‚¢ 1: Network of wires or electronic pathways
ï‚¢ 2: Consisting of a number of conducting wires to
which all the other components attach.
ï‚¢ Or a system bus is a single computer bus that
connects the major components of a computer
system. The technique was developed to reduce
costs and improve modularity. It combines the
functions of a data bus, address bus and control
bus.
1.2.2 DESCRIBE THE TWO TYPES OF COMPUTER’S
BUS:
a. Internal bus (system bus)
Network of wires or electronic pathways that
happen inside CPU
b. External bus (expansion bus)
Network of wires or electronic pathways that
happen between CPU and other device.
1.2.3. STATE THE VARIOUS TYPES OF EXTERNAL
(EXPANSION) BUSES.
1.2.4. DESCRIBE HOW DIFFERENT DEVICES
COORDINATE THE USE OF A BUS.
1) DATA BUS - to carry information
ï‚¢ A collection of wires through which data is
transmitted from one part of a computer to another
is called Data Bus.
ï‚¢ Data Bus can be thought of as a highway on which
data travels within a computer.
ï‚¢ This bus connects all the computer components to
the CPU and main memory.
ï‚¢ The size (width) of bus determines how much data
can be transmitted at one time. E.g.:
A 16-bit bus can transmit 16 bits of data at a time.
32-bit bus can transmit 32 bits at a time.
2)ADDRESS BUS- DETERMINE WHERE IT SHOULD
BE SENT
ï‚¢ A collection of wires used to identify particular location
in main memory is called Address Bus.
ï‚¢ Or in other words, the information used to describe
the memory locations travels along the address bus.
ï‚¢ The size of address bus determines how many unique
memory locations can be addressed.
E.g.:
A system with 4-bit address bus can address 2^4 = 16
Bytes of memory.
ï‚¢ A system with 16-bit address bus can address 2^16 =
64 KB
of memory.
ï‚¢ A system with 20-bit address bus can address 2^20 =
1 MB of memory
3)CONTROL BUS - DETERMINE ITS OPERATION
ï‚¢ The connections that carry control information
between the CPU and other devices within the
computer is called Control Bus.
ï‚¢ The control bus carries signals that report the
status of various devices.
E.g.: This bus is used to indicate whether the CPU
is reading from memory or writing to memory.

More Related Content

What's hot

CSS L07 - Preparing the Installer
CSS L07 - Preparing the InstallerCSS L07 - Preparing the Installer
CSS L07 - Preparing the InstallerMarvin Bronoso
 
Introduction to Computers
Introduction to ComputersIntroduction to Computers
Introduction to ComputersRIAH ENCARNACION
 
Parts of the computer and thier function
Parts of the computer and thier functionParts of the computer and thier function
Parts of the computer and thier functionRobelyn Jardeliza
 
Computer System Class - 9
Computer System Class - 9Computer System Class - 9
Computer System Class - 9NehaRohtagi1
 
Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functionsBESOR ACADEMY
 
System unit
System unitSystem unit
System unitDhani Ahmad
 
The elements of a computer system
The elements of a computer systemThe elements of a computer system
The elements of a computer systemMary Zharina
 
Bios ( Basic Input Output System )
Bios ( Basic Input Output System )Bios ( Basic Input Output System )
Bios ( Basic Input Output System )Jesthine Nesshal
 
A History of Microsoft Windows
A History of Microsoft WindowsA History of Microsoft Windows
A History of Microsoft WindowsDamian T. Gordon
 
Types and components of computers
Types and components of computersTypes and components of computers
Types and components of computersCik Na Shohaili
 
Basic Computer Parts
Basic Computer PartsBasic Computer Parts
Basic Computer PartsDusten Keppner
 
TVL CSS G11-Q1-M6-1.pdf
TVL CSS G11-Q1-M6-1.pdfTVL CSS G11-Q1-M6-1.pdf
TVL CSS G11-Q1-M6-1.pdfcharmainejornadal
 
Motherboard parts & functions
Motherboard parts & functionsMotherboard parts & functions
Motherboard parts & functionsCyrine Mae Francisco
 
computer hardware
computer hardwarecomputer hardware
computer hardwareRajat Singla
 
Assembling and deassembling
Assembling and deassemblingAssembling and deassembling
Assembling and deassemblingOnline
 
COMPUTER HARDWARE ASSEMBLING
COMPUTER HARDWARE ASSEMBLING COMPUTER HARDWARE ASSEMBLING
COMPUTER HARDWARE ASSEMBLING Nikhil Sasikumar
 
Computer operations 7
Computer operations 7Computer operations 7
Computer operations 7Naheelah Irving
 
understanding the computer system
understanding the computer systemunderstanding the computer system
understanding the computer systemMarilou Jamero
 
CSS L04 - Integral Parts of the Computer System
CSS L04 - Integral Parts of the Computer SystemCSS L04 - Integral Parts of the Computer System
CSS L04 - Integral Parts of the Computer SystemMarvin Bronoso
 

What's hot (20)

CSS L07 - Preparing the Installer
CSS L07 - Preparing the InstallerCSS L07 - Preparing the Installer
CSS L07 - Preparing the Installer
 
Introduction to Computers
Introduction to ComputersIntroduction to Computers
Introduction to Computers
 
Parts of the computer and thier function
Parts of the computer and thier functionParts of the computer and thier function
Parts of the computer and thier function
 
Computer System Class - 9
Computer System Class - 9Computer System Class - 9
Computer System Class - 9
 
Motherboard components and their functions
Motherboard components and their functionsMotherboard components and their functions
Motherboard components and their functions
 
System unit
System unitSystem unit
System unit
 
The elements of a computer system
The elements of a computer systemThe elements of a computer system
The elements of a computer system
 
Bios ( Basic Input Output System )
Bios ( Basic Input Output System )Bios ( Basic Input Output System )
Bios ( Basic Input Output System )
 
A History of Microsoft Windows
A History of Microsoft WindowsA History of Microsoft Windows
A History of Microsoft Windows
 
Types and components of computers
Types and components of computersTypes and components of computers
Types and components of computers
 
Basic Computer Parts
Basic Computer PartsBasic Computer Parts
Basic Computer Parts
 
TVL CSS G11-Q1-M6-1.pdf
TVL CSS G11-Q1-M6-1.pdfTVL CSS G11-Q1-M6-1.pdf
TVL CSS G11-Q1-M6-1.pdf
 
Motherboard parts & functions
Motherboard parts & functionsMotherboard parts & functions
Motherboard parts & functions
 
Computer hardware and its components
Computer hardware and its componentsComputer hardware and its components
Computer hardware and its components
 
computer hardware
computer hardwarecomputer hardware
computer hardware
 
Assembling and deassembling
Assembling and deassemblingAssembling and deassembling
Assembling and deassembling
 
COMPUTER HARDWARE ASSEMBLING
COMPUTER HARDWARE ASSEMBLING COMPUTER HARDWARE ASSEMBLING
COMPUTER HARDWARE ASSEMBLING
 
Computer operations 7
Computer operations 7Computer operations 7
Computer operations 7
 
understanding the computer system
understanding the computer systemunderstanding the computer system
understanding the computer system
 
CSS L04 - Integral Parts of the Computer System
CSS L04 - Integral Parts of the Computer SystemCSS L04 - Integral Parts of the Computer System
CSS L04 - Integral Parts of the Computer System
 

Viewers also liked

Python programming Workshop SITTTR - Kalamassery
Python programming Workshop SITTTR - KalamasseryPython programming Workshop SITTTR - Kalamassery
Python programming Workshop SITTTR - KalamasserySHAMJITH KM
 
Windows 7 Unit A PPT
Windows 7 Unit A PPTWindows 7 Unit A PPT
Windows 7 Unit A PPTokmomwalking
 
Design of simple beam using staad pro - doc file
Design of simple beam using staad pro - doc fileDesign of simple beam using staad pro - doc file
Design of simple beam using staad pro - doc fileSHAMJITH KM
 
Computer hardware presentation
Computer hardware presentationComputer hardware presentation
Computer hardware presentationJisu Dasgupta
 
Introduction to Computer Hardware Assembling
Introduction to Computer Hardware AssemblingIntroduction to Computer Hardware Assembling
Introduction to Computer Hardware AssemblingRanjith Siji
 
Introduction to computer hardware
Introduction to computer hardwareIntroduction to computer hardware
Introduction to computer hardwaremite6025.hku
 
Computer Systems - Input, Process, Output
Computer Systems - Input, Process, OutputComputer Systems - Input, Process, Output
Computer Systems - Input, Process, Outputcorb201
 
Computer hardware component. ppt
Computer hardware component. pptComputer hardware component. ppt
Computer hardware component. pptNaveen Sihag
 
Computer presentation
Computer presentationComputer presentation
Computer presentationShahrukh Rahman
 

Viewers also liked (9)

Python programming Workshop SITTTR - Kalamassery
Python programming Workshop SITTTR - KalamasseryPython programming Workshop SITTTR - Kalamassery
Python programming Workshop SITTTR - Kalamassery
 
Windows 7 Unit A PPT
Windows 7 Unit A PPTWindows 7 Unit A PPT
Windows 7 Unit A PPT
 
Design of simple beam using staad pro - doc file
Design of simple beam using staad pro - doc fileDesign of simple beam using staad pro - doc file
Design of simple beam using staad pro - doc file
 
Computer hardware presentation
Computer hardware presentationComputer hardware presentation
Computer hardware presentation
 
Introduction to Computer Hardware Assembling
Introduction to Computer Hardware AssemblingIntroduction to Computer Hardware Assembling
Introduction to Computer Hardware Assembling
 
Introduction to computer hardware
Introduction to computer hardwareIntroduction to computer hardware
Introduction to computer hardware
 
Computer Systems - Input, Process, Output
Computer Systems - Input, Process, OutputComputer Systems - Input, Process, Output
Computer Systems - Input, Process, Output
 
Computer hardware component. ppt
Computer hardware component. pptComputer hardware component. ppt
Computer hardware component. ppt
 
Computer presentation
Computer presentationComputer presentation
Computer presentation
 

Similar to Chapter 1 computer hardware and flow of information

cental processing unit and all its components
cental processing unit and all its componentscental processing unit and all its components
cental processing unit and all its componentsssuserf86fba
 
introduction to computers
 introduction to computers introduction to computers
introduction to computersDeepak John
 
Computer Organization (Unit-1)
Computer Organization (Unit-1)Computer Organization (Unit-1)
Computer Organization (Unit-1)Harsh Pandya
 
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)IMRAN KHAN
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentalsMukund Trivedi
 
Basic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptxBasic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptxhasanbashar400
 
ComputerFundementals.pptx
ComputerFundementals.pptxComputerFundementals.pptx
ComputerFundementals.pptxAyyappanSri
 
Basics of Computer.pdfnsbsjsjsjsjshsnssjjs
Basics of Computer.pdfnsbsjsjsjsjshsnssjjsBasics of Computer.pdfnsbsjsjsjsjshsnssjjs
Basics of Computer.pdfnsbsjsjsjsjshsnssjjsnassorokayanda9412
 
Ch1
Ch1Ch1
Ch1Abebe17
 
introdection BASIC OF COMPUTER EDUCATION
introdection BASIC OF COMPUTER EDUCATIONintrodection BASIC OF COMPUTER EDUCATION
introdection BASIC OF COMPUTER EDUCATIONreshmi30
 
Basic of operating system
Basic of operating systemBasic of operating system
Basic of operating systempriyanka jain
 
computer System UNit Every thing
computer System UNit Every thingcomputer System UNit Every thing
computer System UNit Every thingAbdul Rehman
 
Computer-System-pratibha.pdf
Computer-System-pratibha.pdfComputer-System-pratibha.pdf
Computer-System-pratibha.pdfPratibha Sagar
 
1834902155 aka asgn 313
1834902155 aka asgn 3131834902155 aka asgn 313
1834902155 aka asgn 313FatemaYesminAka
 

Similar to Chapter 1 computer hardware and flow of information (20)

cental processing unit and all its components
cental processing unit and all its componentscental processing unit and all its components
cental processing unit and all its components
 
The Computer
The ComputerThe Computer
The Computer
 
introduction to computers
 introduction to computers introduction to computers
introduction to computers
 
Computer Organization (Unit-1)
Computer Organization (Unit-1)Computer Organization (Unit-1)
Computer Organization (Unit-1)
 
Chapter 1 CSC118
Chapter 1 CSC118 Chapter 1 CSC118
Chapter 1 CSC118
 
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)
 
Computer fundamentals
Computer fundamentalsComputer fundamentals
Computer fundamentals
 
Basic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptxBasic Organisation and fundamental Of Computer.pptx
Basic Organisation and fundamental Of Computer.pptx
 
ComputerFundementals.pptx
ComputerFundementals.pptxComputerFundementals.pptx
ComputerFundementals.pptx
 
Basics of Computer.pdfnsbsjsjsjsjshsnssjjs
Basics of Computer.pdfnsbsjsjsjsjshsnssjjsBasics of Computer.pdfnsbsjsjsjsjshsnssjjs
Basics of Computer.pdfnsbsjsjsjsjshsnssjjs
 
Ch1
Ch1Ch1
Ch1
 
introdection BASIC OF COMPUTER EDUCATION
introdection BASIC OF COMPUTER EDUCATIONintrodection BASIC OF COMPUTER EDUCATION
introdection BASIC OF COMPUTER EDUCATION
 
Basic of operating system
Basic of operating systemBasic of operating system
Basic of operating system
 
computer System UNit Every thing
computer System UNit Every thingcomputer System UNit Every thing
computer System UNit Every thing
 
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-System-pratibha.pdf
Computer-System-pratibha.pdfComputer-System-pratibha.pdf
Computer-System-pratibha.pdf
 
1834902155 aka asgn 313
1834902155 aka asgn 3131834902155 aka asgn 313
1834902155 aka asgn 313
 
MY COMPUTER
MY COMPUTERMY COMPUTER
MY COMPUTER
 
Csc 2313 (lecture 1)
Csc 2313 (lecture 1)Csc 2313 (lecture 1)
Csc 2313 (lecture 1)
 

More from Frankie Jones

Dbm2013 engineering mathematics 3 june 2017
Dbm2013  engineering mathematics 3 june 2017Dbm2013  engineering mathematics 3 june 2017
Dbm2013 engineering mathematics 3 june 2017Frankie Jones
 
Basic concepts of information technology and the internet
Basic concepts of information technology and the internetBasic concepts of information technology and the internet
Basic concepts of information technology and the internetFrankie Jones
 
2.1 Understand problem solving concept
2.1 Understand problem solving concept2.1 Understand problem solving concept
2.1 Understand problem solving conceptFrankie Jones
 
2.3 Apply the different types of algorithm to solve problem
2.3 Apply the different types of algorithm to solve problem2.3 Apply the different types of algorithm to solve problem
2.3 Apply the different types of algorithm to solve problemFrankie Jones
 
2.2 Demonstrate the understanding of Programming Life Cycle
2.2 Demonstrate the understanding of Programming Life Cycle2.2 Demonstrate the understanding of Programming Life Cycle
2.2 Demonstrate the understanding of Programming Life CycleFrankie Jones
 
Introduction to programming principles languages
Introduction to programming principles languagesIntroduction to programming principles languages
Introduction to programming principles languagesFrankie Jones
 
Chapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMING
Chapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMINGChapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMING
Chapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMINGFrankie Jones
 
Chapter 3 Computer Organization
Chapter 3 Computer OrganizationChapter 3 Computer Organization
Chapter 3 Computer OrganizationFrankie Jones
 
Chapter 2 Boolean Algebra (part 2)
Chapter 2 Boolean Algebra (part 2)Chapter 2 Boolean Algebra (part 2)
Chapter 2 Boolean Algebra (part 2)Frankie Jones
 
Chapter 2 Data Representation on CPU (part 1)
Chapter 2 Data Representation on CPU (part 1)Chapter 2 Data Representation on CPU (part 1)
Chapter 2 Data Representation on CPU (part 1)Frankie Jones
 
Operator precedence
Operator precedenceOperator precedence
Operator precedenceFrankie Jones
 
Type header file in c++ and its function
Type header file in c++ and its functionType header file in c++ and its function
Type header file in c++ and its functionFrankie Jones
 
Multimedia storyboard template
Multimedia storyboard templateMultimedia storyboard template
Multimedia storyboard templateFrankie Jones
 
Occupancy calculation form
Occupancy calculation formOccupancy calculation form
Occupancy calculation formFrankie Jones
 

More from Frankie Jones (14)

Dbm2013 engineering mathematics 3 june 2017
Dbm2013  engineering mathematics 3 june 2017Dbm2013  engineering mathematics 3 june 2017
Dbm2013 engineering mathematics 3 june 2017
 
Basic concepts of information technology and the internet
Basic concepts of information technology and the internetBasic concepts of information technology and the internet
Basic concepts of information technology and the internet
 
2.1 Understand problem solving concept
2.1 Understand problem solving concept2.1 Understand problem solving concept
2.1 Understand problem solving concept
 
2.3 Apply the different types of algorithm to solve problem
2.3 Apply the different types of algorithm to solve problem2.3 Apply the different types of algorithm to solve problem
2.3 Apply the different types of algorithm to solve problem
 
2.2 Demonstrate the understanding of Programming Life Cycle
2.2 Demonstrate the understanding of Programming Life Cycle2.2 Demonstrate the understanding of Programming Life Cycle
2.2 Demonstrate the understanding of Programming Life Cycle
 
Introduction to programming principles languages
Introduction to programming principles languagesIntroduction to programming principles languages
Introduction to programming principles languages
 
Chapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMING
Chapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMINGChapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMING
Chapter 3 INSTRUCTION SET AND ASSEMBLY LANGUAGE PROGRAMMING
 
Chapter 3 Computer Organization
Chapter 3 Computer OrganizationChapter 3 Computer Organization
Chapter 3 Computer Organization
 
Chapter 2 Boolean Algebra (part 2)
Chapter 2 Boolean Algebra (part 2)Chapter 2 Boolean Algebra (part 2)
Chapter 2 Boolean Algebra (part 2)
 
Chapter 2 Data Representation on CPU (part 1)
Chapter 2 Data Representation on CPU (part 1)Chapter 2 Data Representation on CPU (part 1)
Chapter 2 Data Representation on CPU (part 1)
 
Operator precedence
Operator precedenceOperator precedence
Operator precedence
 
Type header file in c++ and its function
Type header file in c++ and its functionType header file in c++ and its function
Type header file in c++ and its function
 
Multimedia storyboard template
Multimedia storyboard templateMultimedia storyboard template
Multimedia storyboard template
 
Occupancy calculation form
Occupancy calculation formOccupancy calculation form
Occupancy calculation form
 

Recently uploaded

Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...apidays
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelDeepika Singh
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...apidays
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024The Digital Insurer
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024The Digital Insurer
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobeapidays
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Zilliz
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusZilliz
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbuapidays
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 

Recently uploaded (20)

Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024AXA XL - Insurer Innovation Award Americas 2024
AXA XL - Insurer Innovation Award Americas 2024
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 

Chapter 1 computer hardware and flow of information

  • 1. CHAPTER 1: COMPUTER HARDWARE AND FLOW OF INFORMATION FP 203 COMPUTER ORGANISATION SUMMARY:This topic covers the computer fundamentals, functional unit, basic operational concepts and bus structure. CLO1:explain appropriate hardware technical specification, input output processes and computer architecture in computer system (C4, A2). RTA:(04 : 04)
  • 2. 1.1 THE BASIC CONCEPTS OF COMPUTER ARCHITECTURE 1.1.1 The five major operations performed by a computer system a. Input b. Storage c. Processing d. Output e. Control (operations inside the computer)
  • 4. 1)INPUT ï‚¢ This is the process of entering data and programs in to the computer system. ï‚¢ An input device is a hardware device that sends information into the CPU. ï‚¢ Without any input devices a computer would simply be a display device and not allow users to interact with it, much like a TV ï‚¢ Examples input devices: keyboard, mouse, joystick, microphone, scanner, & web cam.
  • 6. 2) STORAGE ï‚¢ The process of saving data and instructions permanently . ï‚¢ A storage device is a hardware device designed to store information. ï‚¢ There are two types of storage devices used in computers; a 'primary storage' device and a 'secondary storage' device.  A primary storage device is the storage location that holds memory for short periods of times. For example, computer RAM.  A secondary storage device is the medium that holds information until it is deleted or over written. For example, hard disks drive.
  • 7. EXAMPLES OF STORAGE RAM It is short for Random Access Memory which is the main memory of the system within a computer. RAM requires power ; if power is lost, all data is also lost. Hard Drive It is a rigid circular disk located inside a computer. The term hard disk is often used as an abbreviation to hard disk drive. Diskette It can record data as magnetized spots on tracks on its surface. Diskettes became popular along with the personal computer mainly to transport data. CD-R, CD-RW CD-R is short for CD-Recordable and is a type of writable disc capable of having information written on it only once CD-R/W is a drive and/or media that is capable of being written many times.
  • 8. 3)PROCESSING ï‚¢ The task of performing operations like arithmetic and logical operations is called processing. ï‚¢ CPU; also known as a processor or microprocessor; is short for Central Processing Unit. ï‚¢ It is responsible for handling all instructions and calculation it receives from other hardware components in the computer and software programs running on the computer
  • 9. EXAMPLES OF PROCESSING UNIT The first CPU was manufactured by INTEL in 1974. Motherboard It is a circuit that is the foundation of a computer and allows the CPU, RAM, and all other computer hardware components to function with each other. Modem It is a device that enables a computer to transmit and receive information over telephone lines.
  • 10. 4) OUTPUT ï‚¢ This is the process of producing results from the data for getting useful information. ï‚¢ Output devices display and generate information that has been held or generated within a computer. EXAMPLES OF OUTPUT DEVICES Plotter It is a device that draws pictures on paper based on commands from a computer using a pen. Multicolor plotters use different-colored pens to draw different colors.
  • 11. Monitor It is a video display screen and the hard shell that holds it. It is used to visually interface with the computer and are similar in appearance to a television. EXAMPLES OF OUTPUT DEVICES Printer It is an external hardware device responsible for generating a hard copy of data. It is commonly used to print text, images, photos, etc. Speaker It is a hardware device connected to a computer's sound card that outputs sounds generated by the card. Projector It is a device that enables an image, such as a computer screen to be projected onto a flat surface. These devices are commonly used for presentations.
  • 12. 5) CONTROL (OPERATIONS INSIDE THE COMPUTER) ï‚¢ The manner how instructions are executed and the above operations are performed. ï‚¢ Controlling of all operations like input, processing and output are performed by control unit. ï‚¢ It takes care of step by step processing of all operations in side the computer.
  • 13. 1.1.2 The three basic computer functional units control the operations of a computer: a. Arithmetic and Logic Unit (ALU) b. Control unit (CU) c. Central processing unit (CPU)
  • 14. A. ARITHMETIC AND LOGIC UNIT (ALU) ï‚¢ Stands for "Arithmetic Logic Unit." An ALU is an integrated circuit within a CPU that performs arithmetic and logic operations. ï‚¢ Arithmetic instructions include addition, subtraction, and shifting operations, while logic instructions include boolean comparisons, such as AND, OR, XOR, and NOT operations. ï‚¢ Typically, the ALU has direct input and output access to the processor controller, main memory (random access memory or RAM in a personal computer), and input/output devices. ï‚¢ Inputs and outputs flow along an electronic path that is called a bus.
  • 15. B. CONTROL UNIT (CU) ï‚¢ it is a typical component of the CPU that implements the microprocessor instruction set. It extracts instructions from memory and decodes and executes them, and sends the necessary signals to the ALU to perform the operation needed. ï‚¢ Control Units are either hardwired (instruction register is hardwired to rest of the microprocessor) or micro-programmed.
  • 16. HARDWIRE ï‚¢ Refers to elements of a program or device that cannot be changed. Originally, the term was used to describe functionality that was built into the circuitry (i.e., the wires) of a device.
  • 17. C. CENTRAL PROCESSING UNIT (CPU) ï‚¢ The central processing unit (CPU) is the portion of a computer system that carries out the instructions of a computer program, and is the primary element carrying out the functions of the computer or other processing device. ï‚¢ The central processing unit carries out each instruction of the program in sequence, to perform the basic arithmetical, logical, and input/output operations of the system. ï‚¢ The ALU and the CU of a computer system are jointly known as the central processing unit
  • 19. 1.1.3 BLOCK DIAGRAM OF BASIC ORGANIZATION OF COMPUTER SYSTEM Input Unit Output UnitStorage Control Unit ALU
  • 20.
  • 21. INPUT UNIT ï‚¢ Computers need to receive data and instruction in order to solve any problem. ï‚¢ Therefore we need to input the data and instructions into the computers. ï‚¢ The input unit consists of one or more input devices. Keyboard is the one of the most commonly used input device. ï‚¢ Other commonly used input devices are the mouse, floppy disk drive, magnetic tape, etc. All the input devices perform the following functions.
  • 22. STORAGE UNIT ï‚¢ The storage unit of the computer holds data and instructions that are entered through the input unit, before they are processed. ï‚¢ It preserves the intermediate and final results before these are sent to the output devices. It also saves the data for the later use.
  • 23. ï‚¢ The various storage devices of a computer system are divided into two categories. ï‚— Primary Storage: Stores and provides very fast. This memory is generally used to hold the program being currently executed in the computer, the data being received from the input unit, the intermediate and final results of the program. The primary memory is temporary in nature. The data is lost, when the computer is switched off. In order to store the data permanently, the data has to be transferred to the secondary memory. ï‚— The cost of the primary storage is more compared to the secondary storage. Therefore most computers have limited primary storage capacity
  • 24. ï‚¢Secondary Storage: Secondary storage is used like an archive. It stores several programs, documents, data bases etc. The programs that you run on the computer are first transferred to the primary memory before it is actually run. Whenever the results are saved, again they get stored in the secondary memory. ï‚¢The secondary memory is slower and cheaper than the primary memory. Some of the commonly used secondary memory devices are Hard disk, CD, etc.,
  • 25. OUTPUT UNIT ï‚¢ The output unit of a computer provides the information and results of a computation to outside world. ï‚¢ Printers, Visual Display Unit (VDU) are the commonly used output devices. Other commonly used output devices are floppy disk drive, hard disk drive, and magnetic tape drive.
  • 27. JOHN VON NEUMANN (1903-57) He developed a very basic model for computers which we are still using today.
  • 28. ï‚¢ Von Neumann divided a computer’s hardware into 5 primary groups: ï‚— CPU ï‚— Input ï‚— Output ï‚— Working storage ï‚— Permanent storage
  • 29. 1.2 EXPLAIN COMPUTER’S BUS SYSTEM 1.2.1. State the definition of computer’s bus. ï‚¢ 1: Network of wires or electronic pathways ï‚¢ 2: Consisting of a number of conducting wires to which all the other components attach. ï‚¢ Or a system bus is a single computer bus that connects the major components of a computer system. The technique was developed to reduce costs and improve modularity. It combines the functions of a data bus, address bus and control bus.
  • 30. 1.2.2 DESCRIBE THE TWO TYPES OF COMPUTER’S BUS: a. Internal bus (system bus) Network of wires or electronic pathways that happen inside CPU b. External bus (expansion bus) Network of wires or electronic pathways that happen between CPU and other device.
  • 31. 1.2.3. STATE THE VARIOUS TYPES OF EXTERNAL (EXPANSION) BUSES.
  • 32. 1.2.4. DESCRIBE HOW DIFFERENT DEVICES COORDINATE THE USE OF A BUS. 1) DATA BUS - to carry information ï‚¢ A collection of wires through which data is transmitted from one part of a computer to another is called Data Bus. ï‚¢ Data Bus can be thought of as a highway on which data travels within a computer. ï‚¢ This bus connects all the computer components to the CPU and main memory. ï‚¢ The size (width) of bus determines how much data can be transmitted at one time. E.g.: A 16-bit bus can transmit 16 bits of data at a time. 32-bit bus can transmit 32 bits at a time.
  • 33. 2)ADDRESS BUS- DETERMINE WHERE IT SHOULD BE SENT ï‚¢ A collection of wires used to identify particular location in main memory is called Address Bus. ï‚¢ Or in other words, the information used to describe the memory locations travels along the address bus. ï‚¢ The size of address bus determines how many unique memory locations can be addressed. E.g.: A system with 4-bit address bus can address 2^4 = 16 Bytes of memory. ï‚¢ A system with 16-bit address bus can address 2^16 = 64 KB of memory. ï‚¢ A system with 20-bit address bus can address 2^20 = 1 MB of memory
  • 34. 3)CONTROL BUS - DETERMINE ITS OPERATION ï‚¢ The connections that carry control information between the CPU and other devices within the computer is called Control Bus. ï‚¢ The control bus carries signals that report the status of various devices. E.g.: This bus is used to indicate whether the CPU is reading from memory or writing to memory.