answersLogoWhite

0

maths

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is the significance of a normalized binary number in computer science and how is it used in data representation?

A normalized binary number in computer science is important because it represents a standardized format for storing and manipulating numbers. It is used in data representation to ensure consistency and efficiency in calculations and operations. By normalizing binary numbers, computers can perform arithmetic operations more accurately and efficiently, making it easier to process and manipulate data.


How do you perform arithmetic operations on binary numbers?

There are a few rules to perform arithmetic operations in binary numbers. According to those rules you can add or subtract binary numbers. There are only two arithmetic operations used in binary numbers, they are addition and subtraction.


What is 101011100?

The number 101011100 is simply a large number. It can also be a form of binary code which uses binary 1's and 0's to complete very complex operations like those of a computer.


Why binary numbers are used in engineering activities?

The binary number system (base 2) is the basis for computer math and operations. Computer circuitry can represent two states (On/Off, Positive Voltage/Negative Voltage, Magnetized North/Magnetized South, etc). Any engineering which deals with the internal workings of a computer, or transmitting data to/from a computer would need to represent the data in binary (base 2) number system.


Why is the binary system ideal for computer operations?

A wire can only be a '1' or a '0' (high voltage and low voltage). Binary is the most efficient way of storing information using 1's and 0's.


What is computer math?

computer maths are the operations of adding or subtracting binary, octal or hexadecimal numbers. These operations are normally carried out while programming in assembly language. A very simple subtraction example: Take a binary number of say 1111 (equivalent to 15 in decimal) minus 0010 (equivalent to 2 in decimal) results in 1101 (equivalent to 13 in decimal).


What is the commutative property of a fact?

Commutativity is a property of binary operations. A fact is not a binary operator.


What are similarities on subtraction and multiplication?

They are binary operations.


What is the name of the counting system that uses just ones and zeroes?

That is called binary. It is used a lot in computer science.That is called binary. It is used a lot in computer science.That is called binary. It is used a lot in computer science.That is called binary. It is used a lot in computer science.


What is the significance of the XOR sign in computer programming and logic operations?

The XOR sign, represented as in computer programming, is significant because it performs an exclusive OR operation. This means it returns true only when the inputs are different, making it useful for comparing and manipulating binary data in logic operations.


What are the uses of binary number in the computer system?

Binary numbers are fundamental to computer systems as they represent all types of data, including numbers, text, and images, in a way that computers can process. They are used in various applications such as arithmetic operations, data storage, and transmission, as well as in programming languages and electronic circuits. The binary system enables efficient computation and is the basis for logic gates and digital circuits, allowing for complex operations within microprocessors. Additionally, binary coding schemes like ASCII and Unicode facilitate the representation of characters and symbols in digital formats.


What was the earliest computer languages and were they Binary Code FORTRAN COBOL.?

The oldest computer language is machine code and all computer languages are binary encoded. It's unavoidable on binary machines.