answersLogoWhite

0


Best Answer

In order to answer that, it would first be necessary to know

the numbers that "O", "K", and "A" represent.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you describe O and K and A by binary number system?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the minimum number of nodes in a binary tree of depth k?

if u assign a 0th level to root of binary tree then,the minimum no. of nodes for depth K is k+1.


How much is 6k?

K normally stands for KILO, which means a thousand. In the metric system K = 1000 In the binary system K (eg in kilobyte) = 210 = 1024 (which is roughly a thousand).


What is the binary value of K ASCII?

The binary value for K is 1001011.


Write a program in C to convert a binary number to its decimal equivalent?

#include#includemain(){int i,j=0,k;printf("enter u r binary number");scanf("%d",&i);while(i>0){k=i/10; // reminderi=i%10;// for dividentj=j+(k*pow(2,k));conversion function}printf("decimal number is :%d",j);}


Degree of freedom in classical mechanics?

In classical mechanics, the degree of freedom of a system refers to the number of independent parameters needed to describe the configuration of the system completely. It is essentially the number of ways a system can move or change its state. For example, a particle moving in one dimension has one degree of freedom, while a point mass moving in three dimensions has three degrees of freedom.


What is the temperature of Sirius a?

The surface temperature of Sirius A, the brighter star in the Sirius binary system, is approximately 9,940°C (17,964°F). This makes it one of the hottest stars visible from Earth.


What is the largest binary number that can be expressed with 12 base or bits?

The answer to your question is 4095 in decimalIn binary 111111111111If your having trouble with binary here is a link that will help understand it all a bit better.http://knol.google.com/k/zach-bacon/counting-in-binary-for-beginners/11ezkn0ytzmdj/3#


What is the range of numbers that can be represented using 7-bit signed binary number?

range iS given by -{2^(k-1) - 1 } to +{2^(k-1)-1} So putting k=7 range i from -63 to +63


What is 1000 in the Greek number system?

khilia silent k


What is 6K?

K normally means a thousand of something. In the metric system K stands for kilo = 1000 In the binary system k also stands for kilo (eg kilobyte), but here k = 210 = 1024 (just over a thousand). 6K could also mean 6 Kelvin, a very low temperature (-267.15 deg C).


Is 61 cygni the hottest star?

61 Cygni is a binary star system in the constellation Cygnus.Both stars have a spectral type of K, which means there temperature is around4,500 K. This is cool for a star.See related question for the hottest star.


What are the binary and decimal values for ASCII ltter K?

ASCII for K is 0x4b = 75 = 0100 1011