answersLogoWhite

0


Best Answer

The Prime Meridian

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the name of the imag inary line that divides the earth inhalf longitudinally?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What does Brew enabled mean?

Cell phones that have the "(B)inary (R)untime (E)nvironment for (W)ireless" are BREW enabled. See: http://en.wikipedia.org/wiki/BREW for more details.


How old is Robert Ripley?

Robert Ripley was most famous for creating Ripley's Beleive it or Not, A collection of todally Odd-inary people, animals, culture, etc. Although he died in 1968, his books and cartoons are still in print today! God bless you, Robert Ripley!


How does binary work?

inary code is the language that computers use. It is a series of 1s and 0s. 1 means that the switch is on and 0 means off.Extrapolated answerBinary code is based on an exponential model of multiplication. The code can be used to define an infinitely large exact number to an infinite amount of decimal places. It can do this because the code itself can go on for as long as it needs to.It is arranged as follows:1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4098, 8196, 16392, 32784.... etc etcMultiply any given number by two and you have the next number in the series.So where do the 0s & 1s fit in? First it should be noted that in the answer above, a "switch" does not mean a physical switch. It is a CONDITION. Once the condition is met the "switch" is on. In the code above, each number is its own "switch" (condition). The state of the switch is determined by a 0 or 1.So lets say you want to define the number 43710 in binary code. The code would be as follows:0101010101010101.Why? Because in the number 43710 there is: one 32784, one 8196, one 2048, one 512, one 128, one 32, one 8 and one 2 (add these numbers to each other and you have 43710). The length of a line of binary code is determined by the number that it produces (longer numbers mean longer lines of code).The number that is produced, then becomes a "switch" (condition) itself and is set true or false by other lines of binary code.Further lines of code generate similar numbers which are crunched through a series of mathematical equations in order to produce a language that we can understand. That language could be a visual pattern of colours, shapes or lines, it could be an audible noise or sound, or music even, or it could just be text on a sceen or piece of paper, or it could be all of these combined.Binary code is not written by humans, it is written by machines. It has no usefull function to us as humans other than to simplify the definition of inordinatly large numbers.The reference in the original answer to binary being a "computer" language, while true, lacks the specific definition of what exactly a computer is. A computer is more than something you buy from PC world, then take home and play games on. The term can be used to describe any machine that has the ability to transform languages (including the language of mathematics) into code (abbreviated) form. Early computers were nothing more than big rooms full of gears, cams and con-rods, and all they did was crunch numbers. They were big calculators, and in essence, that is all a modern computer is, albeit a fancy calculator!