answersLogoWhite

0

A computer, like any logical electronic circuit, can identify data( means anything about graphical,numerical,alphabetical) as binary numbers(converted into machine level language, only understand by computer) and acorriding to the logic set( logic may be, number system, metric system,a particular code. User can get analysis from the data given.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Ability to perform certain logic operation?

The Logical operator has the ability to perform certain logic operations on its input. This is used in Boolean algebra.


What are the functions of arithmetic logic unit?

The Arithmetic Logic Unit as suggested by the name carries out the arithmetic calculations of the computer.


What four general operation can a computer perform?

computer can perform input, process, output, and storage


What is a Arithmetic logical unit?

The Arithmetic Logic Unit (ALU) is the heart of a CPU. This is what allows the computer to add, subtract, and to perform basic logical operations.


What is the first machine to successfully perform a long series of arithmetic and logical operation?

The first machine to successfully perform a long series of arithmetic and logical operations is the Electronic Numerical Integrator and Computer (ENIAC). Developed in the United States and completed in 1945, ENIAC was a groundbreaking electronic general-purpose computer that could execute a wide range of calculations. It was capable of performing thousands of operations per second, marking a significant advancement in computing technology.


What are the functions of the ALU?

to perform arthmatic and logical operations


What is oprator?

It seems like you may have a typo in your question. If you are referring to the term "operator," in mathematics and computer science, an operator is a symbol that represents a mathematical or logical operation. Operators can be used to perform arithmetic calculations, comparison operations, or logical operations in programming languages. They are essential for manipulating data and controlling the flow of a program.


Is the iPad a Von Neumann Computer or not?

No, it is not. It can perform an instruction fetch and data operation at the the same time and so, by definition, it is not.


Why microprocessor 8085 has 16 bit address lines?

Because that's how Intel designed it. The 8085 is an 8-bit computer operating on a 16-bit address space.


What is while . do statement?

Do while is a conditional statement which is used to check the certain condition and then perform the operation. usally the do word written first and the the loop occurs and then the while conditionoccurs. The main thing in case of do while is that it will perform the operation written in the loop at least once because it executes first and then check the condition. The syntax for the do -while loop can be as follows..... do { ............... ............... }while(-)


What is an optimizer used for?

An optimizer, in computer terms, is a server component. The purpose of the optimizer is to determine the most efficient way to perform a computer operation and execute appropriately.


What is difference between syntx error and logical error?

A syntax error is when you break the grammar rules of the language, such as forgetting to terminate a C++ statement with a semi-colon. A logical error is when your code does not perform as expected, typically due to an assumption that proves to be incorrect.