answersLogoWhite

0

What does 'binery' mean?

Updated: 11/8/2022
User Avatar

Wiki User

11y ago

Best Answer

In simple terms - Binary means 'two'. Early computers consisted of large banks of switches - which could either be on or off.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does 'binery' mean?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the full form of BCD?

Binery Coded Decimal


What is binery code?

Any code in which character values are not restricted to printable characters.


What is the range of unsigned binery numbers?

2n, where n is the number of bits available.


Advantages and disadvantages of binery number system?

Disadvantages of the binary number system include: Writing very large numbers would be time consuming You could also get confused when trying to read very large numbers containing a long line of 1s and 0s Advantages of the binary number system could include: Fewer number characters are needed when writing out numbers


What are binery numbers?

Binary numbers belong to Binary number system. Binary System consists of only 2 digits (known as bits) 0 & 1. Any no. from decimal number system can be converted to binary number system. Binary numbers are widely used in design of various digital gadgets & computers. Following are some decimal no.s converted into binary numbers. Decimal number Binary number 0 0 1 1 2 10 3 11 4 100 5 101 6 110


Write a program in c to convert binery number to hexa decimal number?

The question is somewhat ambiguous. If you have a value stored in a c variable, you can output it as a hexadecimal value by using a %x specification (printf("%x",z); prints z as a hex value. There is no specification (in most versions of c to input a binary number). If you mean convert a string which looks like a binary number to a string which looks like a hexadecimal number, then here is a code fragment char b[21]; // b holds binary string - 1 extra byte for null char h[6]; // h holds hex string - 1 extra byte for null char *p; int s; p=b; s=0; while (*p) { s = (s << 1) + (*p-'0'); p++; } sprintf(h,"%x",s);


Who was king Henry and what did he do?

he was a mean person who lived with mean people in a mean castle on a mean hill in a mean country in a mean continent in a mean world in a mean solar system in a mean galaxy in a mean universe in a mean dimension


What does (.)(.) mean?

you mean what you mean


What does mean mean in statistics?

Mean is the average.


What does descriptor mean?

It mean what you don't what does it mean.


How do you spell mean?

Mean


Is an arithmetic mean a weighted mean or a weighted mean an arithmetic mean?

The arithmetic mean is a weighted mean where each observation is given the same weight.