answersLogoWhite

0


Best Answer

Binary

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Instructions written in 0s and 1s are called?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

A string of eight 0s and 1s is called a?

A byte.


This code of 1s and 0s is called the code?

Binary


Data is written to the disk as?

in the form of 0s nd 1s


Tiny computer data is called?

binary code 1s or 0s


Why is 2421 is called self complementary?

9's complement of a decimal number represented in 2421 code is easily obtained by replacing the 1s with 0s,and 0s with 1s,so 2421 code is called a self complementing code.example-2421 of '2' is '0010',after replacing the 0s with 1s and 1s with 0s weget '1101' which is the 2421 of '7'(9s complement of 2 is 7). Thus 2421 code is self complementary.


What is the language of 0s and 1S?

The language of 0s and 1s is called binary which is internally used by the computer system for performing different activities. The other levels of languages such as high level languages, assembly language are internally converted into binary language for the processing by the computers.


What is the function of a computer hardware?

1s and 0s.


How many 0s or 1s are there in a bit?

1


Which programming language uses a string of 1s and 0s?

You, as a programmer, can use a string with 1s and and 0s (or any other content) in each and every programming language.


Are 1s and 0s digits of binary language?

Yes.


How bit are represent?

a bit is represented as 1s and 0s.


Why cant a program written for the Mac-OS run on a Windows-OS equipped machine?

"OS" stands for "Operating system". This does a lot of technical stuff, but its most important function is to translate strings of 1s and 0s into something that is actually intelligible to a user(and does the same in reverse when the user inputs data) Now, most operating systems have their own "instructions"--made up of strings of 1s and 0s--that tell them what to do. However, Mac OS and Windows use different instructions--so if you try to run instructions for one on the other, the computer has no idea what you want it to do.