answersLogoWhite

0

A computer is basically a load of switches that can ither be on or off. 1 is for on and 0 if for off.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is binary code and why was it chosen to represent data in computers?

Binary code is a base 2 number system, with only the digits 0 and 1. It is used to represent the on/off states of transistors in integrated circuits, with 0 representing off and 1 representing on. So, binary codes represent the possible states of hardware transistors, and the binary codes represent numbers and letters through a coding system like ASCII or EBCDIC.


When a switch contains electricity what does it represent?

Usually a switch that is charged is an CLOSED CIRCUIT therefore is considered to represent 1 in binary.


Both computer instructions and memory address are represented by?

Binary Codes


Do binary codes uses 1 and 2?

binary codes uses 0 and 1


What two numbers represent a binary digit?

The only two numbers that represent a binary digit are 0 and 1


What does the binary no 011 represent?

three


Does the term Binary represent a certain number?

No.


What letters represent binary form?

jibibygyyug


How transistors can represent binary data?

they can't


How many binary bits are necessary to represent 748 different numbers?

Binary bits are necessary to represent 748 different numbers in the sense that binary bits are represented in digital wave form. Binary bits also have an exponent of one.


What is the relationship between binary code and Morse code?

Binary code and Morse code are both systems used to represent information through a series of symbols. Binary code uses combinations of 0s and 1s to represent letters, numbers, and other characters in computers, while Morse code uses combinations of dots and dashes to represent the same information in telecommunication. Both codes serve as a way to encode and decode information, but they use different symbols and methods to do so.


What is the difference between binary codes and bcd codes?

In BCD each digit of a decimal number is coded as a separate 4 bit binary number between 0 and 9.For example:Decimal 12 in BCD is shown as 0001 0010 (Binary 1 and Binary 2), in Binary it is 1100.