Difference between revisions of "Computer"

From Conservapedia
Jump to: navigation, search
(dedicated comp. image)
m (History: Spell Check, typos fixed: a artillery → an artillery)
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
A '''computer''' is a machine that is designed to perform a huge variety of information-processing tasks, depending on the program it has stored in its memory.  Computers manipulate all data in the form of numbers, and encode all numbers in either [[binary|binary code]], which is base 2, or in the case of quantum computers, trinary code which is base 3. Binary means that there can only be a 1 or a 0 in any data.  This makes it possible to process data electronically, since one voltage can be used to represent a zero and another voltage for a one.  Trinary systems are far more complicated, and still in development.  The average personal or server computer uses binary.
+
A '''computer''' is a machine that is designed to perform a huge variety of information-processing tasks, depending on the program it has stored in its memory.  Computers manipulate all data in the form of numbers, and encode all numbers in either [[binary|binary code]], which is base 2, or in the case of quantum computers, ternary code which is base 3. Binary means that there can only be a 1 or a 0 in any data.  This makes it possible to process data electronically, since one voltage can be used to represent a zero and another voltage for a one.  Ternary systems are far more complicated, and still in development.  The average personal or server computer uses binary.
 
==History==
 
==History==
 
[[Image:Babbage.jpg|right|thumb|200px|Contemporary (1800's) illustration of what Charles Babbage's Difference Engine might have looked like.]]
 
[[Image:Babbage.jpg|right|thumb|200px|Contemporary (1800's) illustration of what Charles Babbage's Difference Engine might have looked like.]]
Line 11: Line 11:
 
Babbage later designed a simpler and even more clever "Difference Engine Number 2", that was also not completed in his lifetime.  But in 1991, the bicentennial of Babbage's birth, this computer was built in the British Science Museum, from Babbage's original plans.  It operates flawlessly, though a few billion times more slowly than modern electronic computers.  It is operated by turning a crank.
 
Babbage later designed a simpler and even more clever "Difference Engine Number 2", that was also not completed in his lifetime.  But in 1991, the bicentennial of Babbage's birth, this computer was built in the British Science Museum, from Babbage's original plans.  It operates flawlessly, though a few billion times more slowly than modern electronic computers.  It is operated by turning a crank.
 
[[File:SSEM Replica.jpg|thumb|left|The Manchester Small-Scale Experimental Machine is considered  the world's first stored-program computer, 1948.]]
 
[[File:SSEM Replica.jpg|thumb|left|The Manchester Small-Scale Experimental Machine is considered  the world's first stored-program computer, 1948.]]
The first computer comparable to the modern day computer, an electronic calculation machine, was the [[ENIAC]]. Built as a artillery support machine, it was unveiled in early 1946.<ref>http://ftp.arl.army.mil/~mike/comphist/</ref>
+
The first computer comparable to the modern day computer, an electronic calculation machine, was the [[ENIAC]]. Built as an artillery support machine, it was unveiled in early 1946.<ref>http://ftp.arl.army.mil/~mike/comphist/</ref>
 
{{clear}}
 
{{clear}}
 
==Classifications==
 
==Classifications==
Line 18: Line 18:
 
===Mainframe===
 
===Mainframe===
 
[[File:NASAComputerRoom-1962.gif|250px|thumbnail|NASA's Mainfram computer (1962)]]
 
[[File:NASAComputerRoom-1962.gif|250px|thumbnail|NASA's Mainfram computer (1962)]]
Mainframes were the first kind of computers, and always used to be the fastest option.  They had the ability to process much more information at a faster rate than any other kind).<ref name="WorldBook01">The World Book Encyclopedia. 2001 ed. Vol. 4. Chicago: World Book, 2001. Print. Pages 908-94</ref> However, with the rapid advancement of technology in recent years, these have become obsolete.  Since the modern laptop has more processing power than a mainframe of the 1990s, there is little point for the continued use of them.  Mainframes also took up comparatively enormous amount of space, and consumed much more electricity than modern options.  They have been since been replaced with the client-server architecture.<ref>"mainframe." Encyclopaedia Britannica. Britannica Academic. Encyclopædia Britannica Inc., 2016. Web. 31 May. 2016. <http://0-academic.eb.com.www.consuls.org/EBchecked/topic/358715/mainframe>.</ref>
+
Mainframes were the first kind of computers, and always used to be the fastest option.  They had the ability to process much more information at a faster rate than any other kind).<ref name="WorldBook01"/> However, with the rapid advancement of technology in recent years, these have become obsolete.  Since the modern laptop has more processing power than a mainframe of the 1990s, there is little point for the continued use of them.  Mainframes also took up comparatively enormous amount of space, and consumed much more electricity than modern options.  They have been since been replaced with the client-server architecture.<ref>"mainframe." Encyclopaedia Britannica. Britannica Academic. Encyclopædia Britannica Inc., 2016. Web. 31 May. 2016. <http://0-academic.eb.com.www.consuls.org/EBchecked/topic/358715/mainframe>.</ref>
  
 
===Client-server===
 
===Client-server===
Line 30: Line 30:
 
===Dedicated===
 
===Dedicated===
 
[[File:Playstation-SCPH-30000 vertical.jpg|150px|thumbnail|Dedicated [[PlayStation 2]] Computer]]
 
[[File:Playstation-SCPH-30000 vertical.jpg|150px|thumbnail|Dedicated [[PlayStation 2]] Computer]]
Dedicated computers are, as the name suggests, dedicated to a specific function.  These can be almost anything from [[Video game]] consoles to a child's handheld toy.  These are generally limited in functionality, since they are designed for their single task only.<ref name="WorldBook01">The World Book Encyclopedia. 2001 ed. Vol. 4. Chicago: World Book, 2001. Print. Pages 908-94</ref>
+
Dedicated computers are, as the name suggests, dedicated to a specific function.  These can be almost anything from [[Video game]] consoles to a child's handheld toy.  These are generally limited in functionality, since they are designed for their single task only.<ref name="WorldBook01"/>
  
 
===Embedded===
 
===Embedded===
Embedded computers are controllers built into the device they control.  These are found in digital wrist watches, [[car]]s, landline telephones, and more.<ref name="WorldBook01">The World Book Encyclopedia. 2001 ed. Vol. 4. Chicago: World Book, 2001. Print. Pages 908-94</ref>
+
Embedded computers are controllers built into the device they control.  These are found in digital wrist watches, [[car]]s, landline telephones, and more.<ref name="WorldBook01"/>
  
==See Also==
+
==Binary and ternary==
 +
Binary has always been used by computers and is somewhat familiar to most.  However, some of the newest supercomputers now use ternary systems.
 +
===Binary===
 +
Since the beginning of the digital computer, and even before this (when computers were mechanical), computers have always used "ones" and "zeros" for every calculation and operation.  *The processor and circuitry operate using electrical pulses.  A pulse is a "one" while a pause (no additional energy sent) is a "zero." 
 +
*The [[Random-access memory|RAM]] switches are held in one position ("one") or released to the other ("zero")
 +
*Magnetic disks are magnetized to positive or negative, which represent "zero" and "one"
 +
*Optical disks have their foil melted by laser to show "zero" vs. "one"
 +
*Flash memory has microscopic toggle switches which are set to "one" or "zero"
 +
Every part of a binary computer uses theses "ones" and "zeros" for everything.
 +
 
 +
===Ternary===
 +
A new and evolving kind of computer breaks the "rules" of computer design entirely.  Using properties of [[quantum mechanics]], these computers make use of alternate states of matter which can only exist very near [[absolute zero]].  Using these, a [[quantum computer]] can not only use ones and zeros, but also a sort of "both one and zero."  Ternary processors must be kept incredibly cold, however.  Due to this problem, as well as many other technical issues, that ternary computers are not commercially available.  For now, these remain restricted to laboratories where space and liquid nitrogen are plentiful.  However, it is believed that they may
 +
eventually replace binary computers.<ref>"quantum computer." Encyclopaedia Britannica. Britannica Academic. Encyclopædia Britannica Inc., 2016. Web. 31 May. 2016. <http://0-academic.eb.com.www.consuls.org/EBchecked/topic/746092/quantum-computer>.</ref>
 +
==See also==
 
*[[Ada Lovelace]]
 
*[[Ada Lovelace]]
 
*[[Brain-computer interface]]
 
*[[Brain-computer interface]]
Line 42: Line 55:
 
*[[Apple Computer]]
 
*[[Apple Computer]]
 
*[[Apple Computer|Apple]] [[iOS]] for [[iPhone]]-[[iPod]]-[[iPad]]
 
*[[Apple Computer|Apple]] [[iOS]] for [[iPhone]]-[[iPod]]-[[iPad]]
*[[Android (operating system)|Android]]
 
*[[BlackBerry OS|Blackberry]]
 
*[[Microsoft]] [[Windows Phone]] with [[Windows 8]]
 
 
*[[Acorn computers]]
 
*[[Acorn computers]]
 
*[[ZX Spectrum]]
 
*[[ZX Spectrum]]
  
==External Links==
+
==External links==
 
*[http://www.dai.ed.ac.uk/homes/cam/fcomp.shtml Who Made the First Computer?]
 
*[http://www.dai.ed.ac.uk/homes/cam/fcomp.shtml Who Made the First Computer?]
 
*[http://www.cs.iastate.edu/jva/jva-obit.html John V. Atanasoff Dies at Age 91 Invented First Electronic Computer.] Washington Post Obituary.
 
*[http://www.cs.iastate.edu/jva/jva-obit.html John V. Atanasoff Dies at Age 91 Invented First Electronic Computer.] Washington Post Obituary.

Revision as of 17:13, June 23, 2016

A computer is a machine that is designed to perform a huge variety of information-processing tasks, depending on the program it has stored in its memory. Computers manipulate all data in the form of numbers, and encode all numbers in either binary code, which is base 2, or in the case of quantum computers, ternary code which is base 3. Binary means that there can only be a 1 or a 0 in any data. This makes it possible to process data electronically, since one voltage can be used to represent a zero and another voltage for a one. Ternary systems are far more complicated, and still in development. The average personal or server computer uses binary.

History

Contemporary (1800's) illustration of what Charles Babbage's Difference Engine might have looked like.
The modern (1991) construction of the "difference engine 2" in the British Science Museum.

Prior to the advent of computing machines, the definition for computer was a human being who performed complex mathematical calculations. This was accomplished with the aid of a manual counting device, such as an abacus or a slide rule, and was mainly used by traders and early bankers to keep a reliable record of funds

Charles Babbage, a British scientist who lived in the 19th century, has been credited as the designer of the first digital computer, the Difference Engine, a machine set to do calculations reliably up to six decimal places. It was entirely mechanical. However, the Engine was never constructed, being deemed as "had derived no emolument whatsoever from the government" by a member of parliament. He also designed an even more sophisticated "Analytical Engine", that would actually have been a programmable computer in the modern sense; it, too was mechanical. Though it was never built, Augusta Ada wrote some programs for it (to compute Bernoulli polynomials), making her the world's first computer programmer. A small version of the Difference Engine, was built after his death by his son.[1]

Babbage later designed a simpler and even more clever "Difference Engine Number 2", that was also not completed in his lifetime. But in 1991, the bicentennial of Babbage's birth, this computer was built in the British Science Museum, from Babbage's original plans. It operates flawlessly, though a few billion times more slowly than modern electronic computers. It is operated by turning a crank.

The Manchester Small-Scale Experimental Machine is considered the world's first stored-program computer, 1948.

The first computer comparable to the modern day computer, an electronic calculation machine, was the ENIAC. Built as an artillery support machine, it was unveiled in early 1946.[2]

Classifications

Personal

Personal computers are ones designed for use by a single user at any given time. These are the common desktop and laptop computers most people use today. Tablet computers could also be included in this general category. Some businesses will include person computers in a client-server network. In this system, the personal computers are used to connect with a main server computer (or in some cases, a server cluster).[3]

Mainframe

NASA's Mainfram computer (1962)

Mainframes were the first kind of computers, and always used to be the fastest option. They had the ability to process much more information at a faster rate than any other kind).[3] However, with the rapid advancement of technology in recent years, these have become obsolete. Since the modern laptop has more processing power than a mainframe of the 1990s, there is little point for the continued use of them. Mainframes also took up comparatively enormous amount of space, and consumed much more electricity than modern options. They have been since been replaced with the client-server architecture.[4]

Client-server

A Client-Server Room

A client-server is a powerful computer which offers information or services to remote personal computers and workstations. In many cases, client-server computers host websites, send and receive e-mail messages, store information, and handle all other basic services offered on the Internet. Others perform less publicly accessible functions such as crawling websites and running any number of advances calculations. Client-servers are also used by some companies to store records which are usually only available on their intranet (local network). For example, hospitals will often keep patient records on a secure client-server.[5]
Client-servers can also be clustered so that although they appear to be one server, a sometimes large quantity of servers are actually running. When multiple server computers are used, the storage, processing, and client capabilities of the whole increase dramatically. This fact has led the creation of many "server farms," which house little other than but thousands of servers.

Supercomputer

Supercomputers are the most powerful computers available, which have replaced mainframe computers. These computers, which generally full large rooms like mainframes, are generally used by government agencies and large corporations. Since these computers are so expensive, they are reserved for important and complicated computations such as nuclear simulations and weather modeling.[6] Quantum computers are also often considered supercomputers, due to their extensive capabilities (and size).

Dedicated

Dedicated PlayStation 2 Computer

Dedicated computers are, as the name suggests, dedicated to a specific function. These can be almost anything from Video game consoles to a child's handheld toy. These are generally limited in functionality, since they are designed for their single task only.[3]

Embedded

Embedded computers are controllers built into the device they control. These are found in digital wrist watches, cars, landline telephones, and more.[3]

Binary and ternary

Binary has always been used by computers and is somewhat familiar to most. However, some of the newest supercomputers now use ternary systems.

Binary

Since the beginning of the digital computer, and even before this (when computers were mechanical), computers have always used "ones" and "zeros" for every calculation and operation. *The processor and circuitry operate using electrical pulses. A pulse is a "one" while a pause (no additional energy sent) is a "zero."

  • The RAM switches are held in one position ("one") or released to the other ("zero")
  • Magnetic disks are magnetized to positive or negative, which represent "zero" and "one"
  • Optical disks have their foil melted by laser to show "zero" vs. "one"
  • Flash memory has microscopic toggle switches which are set to "one" or "zero"

Every part of a binary computer uses theses "ones" and "zeros" for everything.

Ternary

A new and evolving kind of computer breaks the "rules" of computer design entirely. Using properties of quantum mechanics, these computers make use of alternate states of matter which can only exist very near absolute zero. Using these, a quantum computer can not only use ones and zeros, but also a sort of "both one and zero." Ternary processors must be kept incredibly cold, however. Due to this problem, as well as many other technical issues, that ternary computers are not commercially available. For now, these remain restricted to laboratories where space and liquid nitrogen are plentiful. However, it is believed that they may eventually replace binary computers.[7]

See also

External links

References

  1. http://ei.cs.vt.edu/~history/Babbage.html
  2. http://ftp.arl.army.mil/~mike/comphist/
  3. 3.0 3.1 3.2 3.3 The World Book Encyclopedia. 2001 ed. Vol. 4. Chicago: World Book, 2001. Print. Pages 908-94
  4. "mainframe." Encyclopaedia Britannica. Britannica Academic. Encyclopædia Britannica Inc., 2016. Web. 31 May. 2016. <http://0-academic.eb.com.www.consuls.org/EBchecked/topic/358715/mainframe>.
  5. "client-server architecture." Encyclopaedia Britannica. Britannica Academic. Encyclopædia Britannica Inc., 2016. Web. 31 May. 2016. <http://0-academic.eb.com.www.consuls.org/EBchecked/topic/1366374/client-server-architecture>.
  6. "Computer." Encyclopaedia Britannica. Britannica Academic. Encyclopædia Britannica Inc., 2016. Web. 30 Apr. 2016. <http://0-academic.eb.com.www.consuls.org/EBchecked/topic/130429/computer>.
  7. "quantum computer." Encyclopaedia Britannica. Britannica Academic. Encyclopædia Britannica Inc., 2016. Web. 31 May. 2016. <http://0-academic.eb.com.www.consuls.org/EBchecked/topic/746092/quantum-computer>.