answersLogoWhite

0

cause your fat. ;)

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What is the four fundamental operations of arithetic?

The four fundamental operations in arithmetic are addition, subtraction, multiplication and division.


What are the fundamental operations in decimal numbers?

The fundamental operations are operations in arithmetic: addition, subtraction, multiplication and division. These are the same whatever the base of the number system.


What is the 4 fundamental operation in fraction?

They are the fundamental operations of arithmetic: addition, subtraction, multiplication and division.


What two operations are performed by alu?

The Arithmetic Logic Unit (ALU) performs two primary operations: arithmetic operations and logical operations. Arithmetic operations include addition, subtraction, multiplication, and division, while logical operations involve comparisons and Boolean operations such as AND, OR, and NOT. These operations are fundamental for processing data and performing calculations within a computer's CPU.


What are the fundamental operations of integers?

I am not sure there are any fundamental operations of integers. The fundamental operations of arithmetic are addition, subtraction, multiplication and division. However, the set of integers is not closed with respect to division: that is, the division of one integer by another does not necessarily result in an integer.


How many types of micro operations performed by CPU?

The CPU typically performs three main types of micro-operations: register transfer operations, arithmetic operations, and logical operations. Register transfer operations involve moving data between registers, while arithmetic operations perform calculations like addition and subtraction. Logical operations deal with bitwise operations, such as AND, OR, and NOT. These micro-operations are fundamental to executing instructions and processing data within the CPU.


What are fundamental operations?

+,-,* and/ are fundamental operations.


What is arithmetic unit?

An Arithmetic logic unit (ALU) is a digital circuit that performs arithmetic and logical operations. The ALU is a fundamental building block of the central processing unit (CPU) of a computer, and even the simplest microprocessors contain one for purposes such as maintaining timers.


What part of the processor responsible for carrying out calculations?

The arithmetic logic unit (ALU) is the part of the processor responsible for carrying out calculations, performing arithmetic and logical operations on data. It is a fundamental component of the CPU that executes instructions and processes data.


What is the major difference between arithmetic and logical operations?

Arithmetic operations are addition,subtraction,multiplication,division.Logical operations are OR,AND NOT,NOR,NAND,XOR,XNOR.


The unit that performs the arithmetic and logical operations within the processor?

The unit that performs the arithmetic and logical operations within the processor is called the Arithmetic Logic Unit (ALU).


What is the difference between the arithmetic operations and relational operators in computer programming operations which are performed by the CPU?

Arithmetic operations in computer programming, such as addition, subtraction, multiplication, and division, involve numerical calculations performed by the CPU. In contrast, relational operators, like equal to, not equal to, greater than, and less than, are used to compare values and determine their relationships. While arithmetic operations yield numerical results, relational operators return boolean values (true or false) based on the comparison. Both types of operations are fundamental to programming logic and decision-making processes.