answersLogoWhite

0


Best Answer

it is called binary code and this is the lowest level programming language you can track it by looking at a switch or a register in memory

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: 0's and 1s is Low-level programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

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.


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.


1 What are the three basic functional blocks of a computer?

Binary bits. This is 0s and 1s. Everything else is built up from these 0s and 1s to make more human-understandable language. 0s and 1s are used because it is very easy to make clear, definable electrical signals for 0 and 1. It is simply "on" and "off".


What is the function of a computer hardware?

1s and 0s.


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

1


Instructions written in 0s and 1s are called?

Binary


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

Binary


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

A byte.


How bit are represent?

a bit is represented as 1s and 0s.


Why is zero important in computers?

zero is important in computer because computer runs on binary language that is 0s and 1s it means that computer is off


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.