answersLogoWhite

0

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

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

User Avatar

Wiki User

12y ago

What else can I help you with?

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.


What is the binary value of K ASCII?

The binary value for K is 1001011.


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).


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);}


What is 01001011?

The sequence "01001011" is a binary representation of the number 75 in decimal format. In ASCII encoding, it corresponds to the letter 'K'. Binary is a base-2 numeral system used in computing and digital electronics, representing values using two symbols: 0 and 1.


How many odd numbers are there in row 255 of pascals triangle?

In Pascal's Triangle, the entries in row ( n ) correspond to the binomial coefficients ( \binom{n}{k} ) for ( k = 0, 1, 2, \ldots, n ). The number of odd numbers in row ( n ) can be determined using the binary representation of ( n ). For row 255, which is ( 255_{10} = 11111111_2 ) in binary, the number of odd entries is given by ( 2^k ), where ( k ) is the number of 1's in the binary representation. Since there are 8 ones in the binary representation of 255, there are ( 2^8 = 256 ) odd numbers in row 255 of Pascal's Triangle.


Degree of freedom in classical mechanics?

Number of independent coordinates that are required to describe the motion of a system is called degrees of freedom. In a system of N -particles, if there are k -equations of constraints, we have n  3N  k number of independent coordinates. n  degrees of freedom


What is the temperature of Sirius a?

Sirius is a binary star. Sirius A has a temperature of about 10,000 K Sirius B has a temperature of about 25,200 K 9,940(a) k 25,200 (b) k 78


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).