answersLogoWhite

0

What makes up binary code?

Updated: 12/4/2022
User Avatar

Wiki User

10y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What makes up binary code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does bianry code and programming have in common?

Computers read binary code. Binary code is made up of 1's and 0's. Programming sometimes uses Binary Code, sometimes not. That's what they have in common.


What is a binary code?

Binary code is a language used in computer programming and is made up entirely of ones (1) and zeroes (0).


How would you use binary in a sentence?

A computer's binary code is made up of 0 and 1


What is the binary code for 01001011?

That IS the binary code.


Is Penniston's binary code somehow different from regular binary code?

Did anyone ever stop and think - it was made up? I mean really ...


How do you express the number 2 in binary?

Binary code means that only whole integers up to 2 (0=<x<2), excluding two can be used. Binary basically makes all even numbers 0 (or false) and odd numbers 1 (or true) The number "2" in binary is "0"


What is -33 in binary code?

00100001 is the binary code for 33


What is the binary code for 53?

00110101 is the binary code for 53


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.


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


What makes Gray code different from Binary?

When going from one number to the next in Gray Code 1 bit only ever changes, whereas with binary more than 1 bit could change.