Tuesday, November 25, 2008

Questions


What is a disadvantage and an advantage of coding?

What are binary numbers?

Give some examples of what information is?






5 comments:

Laura said...

Coding is when data is saved into a shortened version. An advantage of coding is that it takes up less memory when storing in the computer because it is in an shortened form. A disadvantage od coding is that you can not understand what is it about if you do not have the code.

Giniya said...

A2) The binary numeral system is a numeral system that represents numeric values using two symbols, usually 0 and 1. The binary system is used internally by all modern computers.
A way of encoding text is by using ASCII to represent each character as a binary number.

Alicia said...

Q) What are binary numbers?

Any type of data being entered into a computer is always stored and processed using binary numbers.
Computer memory is measured in 'bytes'.
One byte is made up of eight bits, and each byte can store one character,
For example:
(Each letter is one byte. So each binary unit digit is one bit)
A = 01100001
B = 01100010
C = 01100011

Unknown said...

Binary Numbers -

Binary numbers are the main form of data in which all computers use for communication and processing. Such data is also used in various ICT devices such as scanners and bar code readers in supermarkets.

These binary numbers are seem by the computer or ICT device as digits of "0" or "1". An example of a binary 'code' would be: 10001101110

Giniya said...

A1) Coding makes it easier to search the data, to make comparisons and to identify any patterns that require further investigation.
An advantage of coding is that data can be found fast and easily due to the fact that all the data is coded.
A disadvantage is that only the person who has coded the data can identify it.