SlideShare una empresa de Scribd logo
1 de 13
POWER POINT PRESENTATION
ON ARITHMETIC LOGIC UNIT (ALU)
COMPUTER PROJECT

1
MEGHANSH GAUTAM

1/6/2014
• What is ALU?

• WHO PROPOSED CONSCPT OF ALU?
• WHO ALU’S DESINGED?
•
•
•
•

NUMERICAL SYSTEM OF ALU.
PRATICAL OVERVIEW.
COMPLEX OPERATION.
INPUTS AND OUTPUTS.

INDEX
MEGHANSH GAUTAM

2
1/6/2014
• In computing, an arithmetic and logic unit (ALU) is a digital circuit
that performs integer arithmetic and logical operations.
• The ALU is a fundamental building block of the central processing
unit of a computer, and even the simplest microprocessors contain
one for purposes such as maintaining timers.
• The processors found inside modern CPUs and graphics processing
units (GPUs) accommodate very powerful and very complex ALUs;
a single component may contain a number of ALUs.
• The ALU performs mathematical, logical, and decision operations in
a computer and is the final processing performed by the processor.
After the information has been processed by the ALU, it is sent to the
computer memory.

WHAT IS ALU?
MEGHANSH GAUTAM

3
1/6/2014
• Mathematician John von Neumann proposed the ALU
concept in 1945, when he wrote a report on the
foundations for a new computer called the EDVAC.
• Research into ALUs remains as an important part of
computer science, falling under Arithmetic and logic
structures in the ACM Computing Classification System.

WHO PROPOSED CONSCPT OF ALU?
MEGHANSH GAUTAM

4
1/6/2014
• ALUs are designed to perform integer calculations. Therefore,
besides adding and subtracting numbers, ALUs often handle
the multiplication of two integers, since the result is also an
integer.
• However, ALUs typically do not perform division
operations[citation needed], since the result may be a fraction,
or a "floating point" number.
• Instead, division operations are usually handled by the floatingpoint unit (FPU), which also performs other non-integer
calculations.

HOW ALU’S DESINGED?
MEGHANSH GAUTAM

5
1/6/2014
• An ALU must process numbers using the same formats as
the rest of the digital circuit. The format of modern
processors is almost always the two's complement binary
number representation.
• Early computers used a wide variety of number systems,
including ones' complement, two's complement, signmagnitude format, and even true decimal systems, with
various[NB 2] representation of the digits.
CONT…..

NUMERICAL SYSTEM OF
ALU.
MEGHANSH GAUTAM

6
1/6/2014
• The ones' complement and two's complement number systems
allow for subtraction to be accomplished by adding the
negative of a number in a very simple way which negates the
need for specialized circuits to do subtraction; however,
calculating the negative in two's complement requires adding a
one to the low order bit and propagating the carry.
• An alternative way to do two's complement subtraction of
A−B is to present a one to the carry input of the adder and use
¬B rather than B as the second input.
• The arithmetic, logic and shift circuits introduced in previous
sections can be combined into one ALU with common
selection.

CONT…..
MEGHANSH GAUTAM

7
1/6/2014
• Most of a processor's operations are performed by one or
more ALUs.
• An ALU loads data from input registers.
• Then an external control unit tells the ALU what
operation to perform on that data, and then the ALU
stores its result into an output register.
• The control unit is responsible for moving the processed
data between these registers, ALU and memory.

PRATICAL OVERVIEW.
MEGHANSH GAUTAM

8
1/6/2014
most operations. The more complex the operation, the more
expensive the ALU is, the more space it uses in the processor,
and the more power it dissipates. Therefore, engineers
compromise. They make the ALU powerful enough to make
the processor fast, yet not so complex as to become
prohibitive. For example, computing the square root of a
number might use:
• Calculation in a single clock Design an extraordinarily
complex ALU that calculates the square root of any number in
a single step.
• Calculation pipeline Design a very complex ALU that
calculates the square root of any number in several steps. The
intermediate results go through a series of circuits arranged
like a factory production line. The ALU can accept new
numbers to calculate even before having finished the previous
ones. The ALU can now produce numbers as fast as a singleclock ALU, although the results start to flow out of the ALU
only after an initial delay.

CONT….

COMPLEX OPERATION
MEGHANSH GAUTAM

9
1/6/2014
• Iterative calculation Design a complex ALU that calculates the square
root through several steps. This usually relies on control from a complex
control unit with built-in microcode.
• Co-processor Design a simple ALU in the processor, and sell a separate
specialized and costly processor that the customer can install just beside
this one, and implements one of the options above.
• Software libraries Tell the programmers that there is no coprocessor and there is no emulation, so they will have to write their own
algorithms to calculate square roots by software.
• Software emulation Emulate the existence of the co-processor, that is,
whenever a program attempts to perform the square root calculation,
make the processor check if there is a co-processor present and use it if
there is one; if there is not one, interrupt the processing of the program
and invoke the operating system to perform the square root calculation
through some software algorithm.

CONT……
MEGHANSH GAUTAM

10
1/6/2014
• The inputs to the ALU are the data to be operated on (called
operands) and a code from the control unit indicating which
operation to perform.
• Its output is the result of the computation. One thing designers must
keep in mind is whether the ALU will operate on big-endian or littleendian numbers.
• In many designs, the ALU also takes or generates inputs or outputs a
set of condition codes from or to a status register.
• These codes are used to indicate cases such as carry-in or carry-out,
overflow, divide-by-zero, etc.

CONT….

INPUTS AND OUTPUTS.
MEGHANSH GAUTAM

11
1/6/2014
• A floating-point unit also performs arithmetic operations
between two values, but they do so for numbers in floatingpoint representation, which is much more complicated than the
two's complement representation used in a typical ALU.
• In order to do these calculations, a FPU has several complex
circuits built-in, including some internal ALUs.
• In modern practice, engineers typically refer to the ALU as the
circuit that performs integer arithmetic operations (like two's
complement and BCD).
• Circuits that calculate more complex formats like floating
point, complex numbers, etc.
• usually receive a more specific name such as FPU.

CONT…..
MEGHANSH GAUTAM

12
1/6/2014
THANK YOU
MADE BY:NAME:- MEGHANSH
CLASS:- IX-A
ROLL NO.:-1819

13

MEGHANSH GAUTAM

1/6/2014

Más contenido relacionado

La actualidad más candente

ITFT_Architecture of 8085
 ITFT_Architecture of 8085 ITFT_Architecture of 8085
ITFT_Architecture of 8085Shilpa Sharma
 
introduction to embedded systems part 1
introduction to embedded systems part 1introduction to embedded systems part 1
introduction to embedded systems part 1Hatem Abd El-Salam
 
Algorithm and flowchart
Algorithm and flowchartAlgorithm and flowchart
Algorithm and flowchartBaliThorat1
 
SPL 1 | Introduction to Structured programming language
SPL 1 | Introduction to Structured programming languageSPL 1 | Introduction to Structured programming language
SPL 1 | Introduction to Structured programming languageMohammad Imam Hossain
 
Co module 1 2019 20-converted
Co module 1 2019 20-convertedCo module 1 2019 20-converted
Co module 1 2019 20-convertedramamani keshava
 
Chapter1 basic structure of computers
Chapter1  basic structure of computersChapter1  basic structure of computers
Chapter1 basic structure of computersjismymathew
 
Abstract presentation on feature engineering on streaming data for pycon
Abstract presentation on feature engineering on streaming data for pyconAbstract presentation on feature engineering on streaming data for pycon
Abstract presentation on feature engineering on streaming data for pyconMayankPrasoon2
 
Basic structure of computers
Basic structure of computersBasic structure of computers
Basic structure of computersKumar
 
Computer organization basics
Computer organization  basicsComputer organization  basics
Computer organization basicsDeepak John
 
Ladder Logic and Touch Screen PLC Programming Tutorial/Training
Ladder Logic and Touch Screen PLC Programming Tutorial/TrainingLadder Logic and Touch Screen PLC Programming Tutorial/Training
Ladder Logic and Touch Screen PLC Programming Tutorial/TrainingICP DAS USA, Inc.
 
03 top level view of computer function and interconnection
03 top level view of computer function and interconnection03 top level view of computer function and interconnection
03 top level view of computer function and interconnectionSher Shah Merkhel
 

La actualidad más candente (18)

Control unit
Control unitControl unit
Control unit
 
Lecture 22
Lecture 22Lecture 22
Lecture 22
 
ITFT_Architecture of 8085
 ITFT_Architecture of 8085 ITFT_Architecture of 8085
ITFT_Architecture of 8085
 
introduction to embedded systems part 1
introduction to embedded systems part 1introduction to embedded systems part 1
introduction to embedded systems part 1
 
Dispensing system
Dispensing systemDispensing system
Dispensing system
 
Algorithm and flowchart
Algorithm and flowchartAlgorithm and flowchart
Algorithm and flowchart
 
Lecture 23
Lecture 23Lecture 23
Lecture 23
 
SPL 1 | Introduction to Structured programming language
SPL 1 | Introduction to Structured programming languageSPL 1 | Introduction to Structured programming language
SPL 1 | Introduction to Structured programming language
 
Lecture 26
Lecture 26Lecture 26
Lecture 26
 
Co module 1 2019 20-converted
Co module 1 2019 20-convertedCo module 1 2019 20-converted
Co module 1 2019 20-converted
 
Chapter1 basic structure of computers
Chapter1  basic structure of computersChapter1  basic structure of computers
Chapter1 basic structure of computers
 
Abstract presentation on feature engineering on streaming data for pycon
Abstract presentation on feature engineering on streaming data for pyconAbstract presentation on feature engineering on streaming data for pycon
Abstract presentation on feature engineering on streaming data for pycon
 
Basic structure of computers
Basic structure of computersBasic structure of computers
Basic structure of computers
 
Lecture 24
Lecture 24Lecture 24
Lecture 24
 
Computer organization basics
Computer organization  basicsComputer organization  basics
Computer organization basics
 
Ladder Logic and Touch Screen PLC Programming Tutorial/Training
Ladder Logic and Touch Screen PLC Programming Tutorial/TrainingLadder Logic and Touch Screen PLC Programming Tutorial/Training
Ladder Logic and Touch Screen PLC Programming Tutorial/Training
 
Cpu and its execution statements
Cpu and its execution statementsCpu and its execution statements
Cpu and its execution statements
 
03 top level view of computer function and interconnection
03 top level view of computer function and interconnection03 top level view of computer function and interconnection
03 top level view of computer function and interconnection
 

Destacado

Traspasandoelmuroaccesoabiertoalaciencia 140220095907-phpapp02
Traspasandoelmuroaccesoabiertoalaciencia 140220095907-phpapp02Traspasandoelmuroaccesoabiertoalaciencia 140220095907-phpapp02
Traspasandoelmuroaccesoabiertoalaciencia 140220095907-phpapp02EC3metrics Spin-Off
 
3r tema 1 com som . cos humà
3r tema 1 com som . cos humà3r tema 1 com som . cos humà
3r tema 1 com som . cos humànalsina
 
Millipede games in_business
Millipede games in_businessMillipede games in_business
Millipede games in_businessadtechanz
 
Портфолио «Круче!». Website
Портфолио «Круче!». WebsiteПортфолио «Круче!». Website
Портфолио «Круче!». WebsiteKruche!
 
L bi creating_meaningful_engagements_at_scale
L bi creating_meaningful_engagements_at_scaleL bi creating_meaningful_engagements_at_scale
L bi creating_meaningful_engagements_at_scaleadtechanz
 
John jo eastwood-ebay
John jo eastwood-ebayJohn jo eastwood-ebay
John jo eastwood-ebayadtechanz
 
Test
TestTest
Test3djay
 

Destacado (11)

Traspasandoelmuroaccesoabiertoalaciencia 140220095907-phpapp02
Traspasandoelmuroaccesoabiertoalaciencia 140220095907-phpapp02Traspasandoelmuroaccesoabiertoalaciencia 140220095907-phpapp02
Traspasandoelmuroaccesoabiertoalaciencia 140220095907-phpapp02
 
3r tema 1 com som . cos humà
3r tema 1 com som . cos humà3r tema 1 com som . cos humà
3r tema 1 com som . cos humà
 
Millipede games in_business
Millipede games in_businessMillipede games in_business
Millipede games in_business
 
Портфолио «Круче!». Website
Портфолио «Круче!». WebsiteПортфолио «Круче!». Website
Портфолио «Круче!». Website
 
ECU Masterclass slides August 2014
ECU Masterclass slides August 2014ECU Masterclass slides August 2014
ECU Masterclass slides August 2014
 
Ibn it service profile 2015
Ibn it service profile 2015Ibn it service profile 2015
Ibn it service profile 2015
 
L bi creating_meaningful_engagements_at_scale
L bi creating_meaningful_engagements_at_scaleL bi creating_meaningful_engagements_at_scale
L bi creating_meaningful_engagements_at_scale
 
Elements of science
Elements of scienceElements of science
Elements of science
 
John jo eastwood-ebay
John jo eastwood-ebayJohn jo eastwood-ebay
John jo eastwood-ebay
 
Test
TestTest
Test
 
Fringe benefits
Fringe benefitsFringe benefits
Fringe benefits
 

Similar a Computer project

Arithmetic Logic Unit (ALU)
Arithmetic Logic Unit (ALU)Arithmetic Logic Unit (ALU)
Arithmetic Logic Unit (ALU)Student
 
chapter 1 -Basic Structure of Computers.pptx
chapter 1 -Basic Structure of Computers.pptxchapter 1 -Basic Structure of Computers.pptx
chapter 1 -Basic Structure of Computers.pptxjanani603976
 
Review on 32 bit single precision Floating point unit (FPU) Based on IEEE 754...
Review on 32 bit single precision Floating point unit (FPU) Based on IEEE 754...Review on 32 bit single precision Floating point unit (FPU) Based on IEEE 754...
Review on 32 bit single precision Floating point unit (FPU) Based on IEEE 754...IRJET Journal
 
Lecutre-6 Datapath Design.ppt
Lecutre-6 Datapath Design.pptLecutre-6 Datapath Design.ppt
Lecutre-6 Datapath Design.pptRaJibRaju3
 
Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLCVeerakumar S
 
Computer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer OrganisationComputer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer Organisationluckyanirudhsai
 
Digital signal processor architecture
Digital signal processor architectureDigital signal processor architecture
Digital signal processor architecturekomal mistry
 
BHEL CNC MACHINE TRAINING REPORT
BHEL CNC MACHINE TRAINING REPORT BHEL CNC MACHINE TRAINING REPORT
BHEL CNC MACHINE TRAINING REPORT piyush singh
 
bhel6-171106130647.pdf
bhel6-171106130647.pdfbhel6-171106130647.pdf
bhel6-171106130647.pdfARYAKUMARNIRAV
 
Computer Organisation and Architecture (COA)
Computer Organisation and Architecture (COA)Computer Organisation and Architecture (COA)
Computer Organisation and Architecture (COA)SwapnitaSrivastava1
 
PLC Introduction Details
PLC Introduction DetailsPLC Introduction Details
PLC Introduction Detailssuhaskhadake
 
introduction to microprocessors
introduction to microprocessorsintroduction to microprocessors
introduction to microprocessorssudheerkethamreddy
 
Design and Implementation of Pipelined 8-Bit RISC Processor using Verilog HDL...
Design and Implementation of Pipelined 8-Bit RISC Processor using Verilog HDL...Design and Implementation of Pipelined 8-Bit RISC Processor using Verilog HDL...
Design and Implementation of Pipelined 8-Bit RISC Processor using Verilog HDL...IRJET Journal
 
UNIT 3 - General Purpose Processors
UNIT 3 - General Purpose ProcessorsUNIT 3 - General Purpose Processors
UNIT 3 - General Purpose ProcessorsButtaRajasekhar2
 

Similar a Computer project (20)

micro-1-intro.pptx
micro-1-intro.pptxmicro-1-intro.pptx
micro-1-intro.pptx
 
Unit 2.1. cpu
Unit 2.1. cpuUnit 2.1. cpu
Unit 2.1. cpu
 
Arithmetic Logic Unit (ALU)
Arithmetic Logic Unit (ALU)Arithmetic Logic Unit (ALU)
Arithmetic Logic Unit (ALU)
 
Cao u1
Cao u1Cao u1
Cao u1
 
chapter 1 -Basic Structure of Computers.pptx
chapter 1 -Basic Structure of Computers.pptxchapter 1 -Basic Structure of Computers.pptx
chapter 1 -Basic Structure of Computers.pptx
 
Review on 32 bit single precision Floating point unit (FPU) Based on IEEE 754...
Review on 32 bit single precision Floating point unit (FPU) Based on IEEE 754...Review on 32 bit single precision Floating point unit (FPU) Based on IEEE 754...
Review on 32 bit single precision Floating point unit (FPU) Based on IEEE 754...
 
Lecutre-6 Datapath Design.ppt
Lecutre-6 Datapath Design.pptLecutre-6 Datapath Design.ppt
Lecutre-6 Datapath Design.ppt
 
Computer Architecture
Computer ArchitectureComputer Architecture
Computer Architecture
 
Unit - 5 Pipelining.pptx
Unit - 5 Pipelining.pptxUnit - 5 Pipelining.pptx
Unit - 5 Pipelining.pptx
 
Introduction to PLC
Introduction to PLCIntroduction to PLC
Introduction to PLC
 
Computer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer OrganisationComputer Organisation unit 1 basics of computer Organisation
Computer Organisation unit 1 basics of computer Organisation
 
Digital signal processor architecture
Digital signal processor architectureDigital signal processor architecture
Digital signal processor architecture
 
BHEL CNC MACHINE TRAINING REPORT
BHEL CNC MACHINE TRAINING REPORT BHEL CNC MACHINE TRAINING REPORT
BHEL CNC MACHINE TRAINING REPORT
 
bhel6-171106130647.pdf
bhel6-171106130647.pdfbhel6-171106130647.pdf
bhel6-171106130647.pdf
 
Computer Organisation and Architecture (COA)
Computer Organisation and Architecture (COA)Computer Organisation and Architecture (COA)
Computer Organisation and Architecture (COA)
 
PLC Introduction Details
PLC Introduction DetailsPLC Introduction Details
PLC Introduction Details
 
introduction to microprocessors
introduction to microprocessorsintroduction to microprocessors
introduction to microprocessors
 
Microprocessor
MicroprocessorMicroprocessor
Microprocessor
 
Design and Implementation of Pipelined 8-Bit RISC Processor using Verilog HDL...
Design and Implementation of Pipelined 8-Bit RISC Processor using Verilog HDL...Design and Implementation of Pipelined 8-Bit RISC Processor using Verilog HDL...
Design and Implementation of Pipelined 8-Bit RISC Processor using Verilog HDL...
 
UNIT 3 - General Purpose Processors
UNIT 3 - General Purpose ProcessorsUNIT 3 - General Purpose Processors
UNIT 3 - General Purpose Processors
 

Más de Meghansh Gautam

Library orientation 2012 ppt
Library orientation 2012 pptLibrary orientation 2012 ppt
Library orientation 2012 pptMeghansh Gautam
 
Mathematics power point presenttation on the topic
Mathematics power point presenttation on the topicMathematics power point presenttation on the topic
Mathematics power point presenttation on the topicMeghansh Gautam
 
Scince presentation meghansh
Scince presentation meghanshScince presentation meghansh
Scince presentation meghanshMeghansh Gautam
 
मेघांश गौतम दुवर हिन्दि परियोजना
मेघांश गौतम दुवर हिन्दि परियोजनामेघांश गौतम दुवर हिन्दि परियोजना
मेघांश गौतम दुवर हिन्दि परियोजनाMeghansh Gautam
 

Más de Meghansh Gautam (7)

sachin ten.
sachin ten.sachin ten.
sachin ten.
 
Library orientation 2012 ppt
Library orientation 2012 pptLibrary orientation 2012 ppt
Library orientation 2012 ppt
 
Mathematics power point presenttation on the topic
Mathematics power point presenttation on the topicMathematics power point presenttation on the topic
Mathematics power point presenttation on the topic
 
Disaster management
Disaster management   Disaster management
Disaster management
 
Scince presentation meghansh
Scince presentation meghanshScince presentation meghansh
Scince presentation meghansh
 
Science ppt ix
Science ppt ixScience ppt ix
Science ppt ix
 
मेघांश गौतम दुवर हिन्दि परियोजना
मेघांश गौतम दुवर हिन्दि परियोजनामेघांश गौतम दुवर हिन्दि परियोजना
मेघांश गौतम दुवर हिन्दि परियोजना
 

Último

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
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
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
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
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 

Último (20)

Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
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
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
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
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 

Computer project

  • 1. POWER POINT PRESENTATION ON ARITHMETIC LOGIC UNIT (ALU) COMPUTER PROJECT 1 MEGHANSH GAUTAM 1/6/2014
  • 2. • What is ALU? • WHO PROPOSED CONSCPT OF ALU? • WHO ALU’S DESINGED? • • • • NUMERICAL SYSTEM OF ALU. PRATICAL OVERVIEW. COMPLEX OPERATION. INPUTS AND OUTPUTS. INDEX MEGHANSH GAUTAM 2 1/6/2014
  • 3. • In computing, an arithmetic and logic unit (ALU) is a digital circuit that performs integer arithmetic and logical operations. • The ALU is a fundamental building block of the central processing unit of a computer, and even the simplest microprocessors contain one for purposes such as maintaining timers. • The processors found inside modern CPUs and graphics processing units (GPUs) accommodate very powerful and very complex ALUs; a single component may contain a number of ALUs. • The ALU performs mathematical, logical, and decision operations in a computer and is the final processing performed by the processor. After the information has been processed by the ALU, it is sent to the computer memory. WHAT IS ALU? MEGHANSH GAUTAM 3 1/6/2014
  • 4. • Mathematician John von Neumann proposed the ALU concept in 1945, when he wrote a report on the foundations for a new computer called the EDVAC. • Research into ALUs remains as an important part of computer science, falling under Arithmetic and logic structures in the ACM Computing Classification System. WHO PROPOSED CONSCPT OF ALU? MEGHANSH GAUTAM 4 1/6/2014
  • 5. • ALUs are designed to perform integer calculations. Therefore, besides adding and subtracting numbers, ALUs often handle the multiplication of two integers, since the result is also an integer. • However, ALUs typically do not perform division operations[citation needed], since the result may be a fraction, or a "floating point" number. • Instead, division operations are usually handled by the floatingpoint unit (FPU), which also performs other non-integer calculations. HOW ALU’S DESINGED? MEGHANSH GAUTAM 5 1/6/2014
  • 6. • An ALU must process numbers using the same formats as the rest of the digital circuit. The format of modern processors is almost always the two's complement binary number representation. • Early computers used a wide variety of number systems, including ones' complement, two's complement, signmagnitude format, and even true decimal systems, with various[NB 2] representation of the digits. CONT….. NUMERICAL SYSTEM OF ALU. MEGHANSH GAUTAM 6 1/6/2014
  • 7. • The ones' complement and two's complement number systems allow for subtraction to be accomplished by adding the negative of a number in a very simple way which negates the need for specialized circuits to do subtraction; however, calculating the negative in two's complement requires adding a one to the low order bit and propagating the carry. • An alternative way to do two's complement subtraction of A−B is to present a one to the carry input of the adder and use ¬B rather than B as the second input. • The arithmetic, logic and shift circuits introduced in previous sections can be combined into one ALU with common selection. CONT….. MEGHANSH GAUTAM 7 1/6/2014
  • 8. • Most of a processor's operations are performed by one or more ALUs. • An ALU loads data from input registers. • Then an external control unit tells the ALU what operation to perform on that data, and then the ALU stores its result into an output register. • The control unit is responsible for moving the processed data between these registers, ALU and memory. PRATICAL OVERVIEW. MEGHANSH GAUTAM 8 1/6/2014
  • 9. most operations. The more complex the operation, the more expensive the ALU is, the more space it uses in the processor, and the more power it dissipates. Therefore, engineers compromise. They make the ALU powerful enough to make the processor fast, yet not so complex as to become prohibitive. For example, computing the square root of a number might use: • Calculation in a single clock Design an extraordinarily complex ALU that calculates the square root of any number in a single step. • Calculation pipeline Design a very complex ALU that calculates the square root of any number in several steps. The intermediate results go through a series of circuits arranged like a factory production line. The ALU can accept new numbers to calculate even before having finished the previous ones. The ALU can now produce numbers as fast as a singleclock ALU, although the results start to flow out of the ALU only after an initial delay. CONT…. COMPLEX OPERATION MEGHANSH GAUTAM 9 1/6/2014
  • 10. • Iterative calculation Design a complex ALU that calculates the square root through several steps. This usually relies on control from a complex control unit with built-in microcode. • Co-processor Design a simple ALU in the processor, and sell a separate specialized and costly processor that the customer can install just beside this one, and implements one of the options above. • Software libraries Tell the programmers that there is no coprocessor and there is no emulation, so they will have to write their own algorithms to calculate square roots by software. • Software emulation Emulate the existence of the co-processor, that is, whenever a program attempts to perform the square root calculation, make the processor check if there is a co-processor present and use it if there is one; if there is not one, interrupt the processing of the program and invoke the operating system to perform the square root calculation through some software algorithm. CONT…… MEGHANSH GAUTAM 10 1/6/2014
  • 11. • The inputs to the ALU are the data to be operated on (called operands) and a code from the control unit indicating which operation to perform. • Its output is the result of the computation. One thing designers must keep in mind is whether the ALU will operate on big-endian or littleendian numbers. • In many designs, the ALU also takes or generates inputs or outputs a set of condition codes from or to a status register. • These codes are used to indicate cases such as carry-in or carry-out, overflow, divide-by-zero, etc. CONT…. INPUTS AND OUTPUTS. MEGHANSH GAUTAM 11 1/6/2014
  • 12. • A floating-point unit also performs arithmetic operations between two values, but they do so for numbers in floatingpoint representation, which is much more complicated than the two's complement representation used in a typical ALU. • In order to do these calculations, a FPU has several complex circuits built-in, including some internal ALUs. • In modern practice, engineers typically refer to the ALU as the circuit that performs integer arithmetic operations (like two's complement and BCD). • Circuits that calculate more complex formats like floating point, complex numbers, etc. • usually receive a more specific name such as FPU. CONT….. MEGHANSH GAUTAM 12 1/6/2014
  • 13. THANK YOU MADE BY:NAME:- MEGHANSH CLASS:- IX-A ROLL NO.:-1819 13 MEGHANSH GAUTAM 1/6/2014