answersLogoWhite

0


Best Answer

Binary is a base 2 number system in which the only possible numbers are 0 and 1. everything a computer does is done in binary. 1 (meaning true) means there is an electrical current running. (0 meaning false) means there is not.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: A computer is a binary machine What does that mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


What is a binary programming language that the computer can run directly?

Machine language.


What is binary language?

Binary is made up of 0's and 1's. Binary can also be called Machine Code. Binary is the 'language' that the computer understands.


Which language is understood by digital system of computer and how computer translate?

They understand machine code, i.e. Binary Digits.


What is the readable language to computer?

Computers use machine language, which are coded instructions in binary.


Computer code written in 0 and 1 are called?

It can be called binary or machine code.


What is computer and applications of computer system?

computer is electronic machine which understand binary language & the set of logical instruction is called program or application


What is computer language called?

It depends on the computer, most common is binary code.


How can a Canadian computer talk with a Chinese computer?

Computers transmit information in binary code (also called "Machine Code") and then the computer's Operating System takes that binary code information and displays it in the language that the operator has chosen for it to be displayed it. All computers, regardless of language or country, use the same machine code.


What is data codes and internal representation in computer?

Data is internally represented in binary form in what we call machine language.


What are the different number system used in digital technology?

Computers run on a binary code that consists of ones and zeroes, no other digits. Computer languages are all based on what is called machine language, which is written in binary, but other computer programming languages can be written in other ways, as long as they eventually translate into machine language.


How does a computer understand the Filipinos language?

It doesn't. The only language the computer understands is its own native machine code; binary language. We use that binary language to program the computer such that it can translate the high-level human languages that we can understand into the low-level languages that it can understand, and vice versa.