About 6,630,000 results
Open links in new tab
  1. Computer arithmetic - Wikipedia

    Computer arithmetic is the scientific field that deals with representation of numbers on computers and corresponding implementations of the arithmetic operations.

  2. Computer Arithmetic | Set - 1 - GeeksforGeeks

    Apr 23, 2023 · Computer arithmetic is the branch of computer science that deals with the representation and manipulation of numerical quantities in a computer system. Here are some basic concepts and …

  3. To perform arithmetic operations, the values of the operands are loaded into registers; the Arithmetic and Logic Unit (ALU) performs the operation, and puts the result in a third register; the value is then …

  4. The subject of Computer Arithmetic can be, for simpler treatment, divided into: Number Repre-sentation, Basic Arithmetic operations (such as: addition, multiplication and division) and Evalu-ation of Functions.

  5. Behrooz Parhami's Textook on Computer Arithmetic (2e)

    Aug 20, 2025 · Given the arithmetic-intensive nature of many novel application areas (such as encryption, error checking, and multimedia), computer arithmetic will continue to thrive for years to …

  6. Organization of Computer Systems: Computer Arithmetic

    The ALU is the core of the computer - it performs arithmetic and logic operations on data that not only realize the goals of various applications (e.g., scientific and engineering programs), but also …

  7. Computer Arithmetic – Notes on Computer Architecture

    2 days ago · Computer arithmetic is a vital part of computer architecture, focusing on how a computer performs mathematical operations like addition, subtraction, multiplication, and division using binary …

  8. Computer Arithmetic - an overview | ScienceDirect Topics

    Computer arithmetic is defined as the field of computer science that investigates how computers represent numbers and perform operations on them, including integer, fixed-point, and floating-point …

  9. In the rst part, we shall describe algorithms for integer arithmetic. Initially, we describe the basic algorithms for adding two binary numbers.

  10. COMPUTER ARITHMETIC. Understanding Computer Arithmetic: …

    Jun 17, 2025 · Computer arithmetic refers to the methods and hardware that computers use to perform mathematical operations – like addition, subtraction, multiplication, and division.