answersLogoWhite

0


Best Answer

Lets just say nobody knows how the brain works deep deep down. But there are binary things in the brain, like a neuron will either output a 1 (it fires) or a zero (it does nothing) depending on the number of electrical pulses sent to the neuron

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Do our brains run on binary code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the binary code for 01001011?

That IS the binary code.


What is -33 in binary code?

00100001 is the binary code for 33


Is binary code the source code?

No. In short, binary code is the code your computer executes, it can be in many forms, ranging from bytecode, which must be interpreted, but is pre-compiled to machine code, which is directly run by the system, and is generally specific to a particular system. Source code is the code of the program, as written by the programmer. It is written in a language that can be translated into instructions understood by computers. Most of the times, binary code is not easily human readable whereas source code is.


The binary sequence that instructs the CPU to run the programming code is called a?

executable program


Who discovered binary code?

Jamesgates discovered binary code instringtheory


How do you convert binary code to text code and text to binary?

You can are ASCII-tabellen. For converting binary to text


When was The Binary Code - band - created?

The Binary Code - band - was created in 2004.


What is the vhdl code for binary to hex convertion?

vhdl code for binary to Hexadecimal ?


What is sixteen in the Binary code system?

Sixteen in the Binary code system is (1000)2


What is the name for 512 in binary code?

The name for 512 in binary code is 1000000000.


How would you write the number two in binary code?

'2' Decimal code => '10' Binary code.


What is the decimal binary code for 30?

Decimal 30 = binary 11110. The decimal binary code (BCD), however, is 11 0000.