版權說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權,請進行舉報或認領
文檔簡介
1、history of computingmain article: history of computing hardwarethe first use of the word "computer" was recorded in 1613, referring to a person who carried out calculations, or computations, and the word continued with the same meaning until the middle of the 20th century. from the end of
2、the 19th century the word began to take on its more familiar meaning, a machine that carries out computations. limited-function early computersthe jacquard loom, on display at the museum of science and industry in manchester, england, was one of the first programmable devices.the history of the mode
3、rn computer begins with two separate technologies, automated calculation and programmability, but no single device can be identified as the earliest computer, partly because of the inconsistent application of that term. a few devices are worth mentioning though, like some mechanical aids to computin
4、g, which were very successful and survived for centuries until the advent of the electronic calculator, like the sumerian abacus, designed around 2500 bc of which a descendant won a speed competition against a modern desk calculating machine in japan in 1946, the slide rules, invented in the 1620s,
5、which were carried on five apollo space missions, including to the moon and arguably the astrolabe and the antikythera mechanism, an ancient astronomical computer built by the greeks around 80 bc. the greek mathematician hero of alexandria (c. 1070 ad) built a mechanical theater which performed a pl
6、ay lasting 10 minutes and was operated by a complex system of ropes and drums that might be considered to be a means of deciding which parts of the mechanism performed which actions and when. this is the essence of programmability.around the end of the 10th century, the french monk gerbert d'aur
7、illac brought back from spain the drawings of a machine invented by the moors that answered either yes or no to the questions it was asked. again in the 13th century, the monks albertus magnus and roger bacon built talking androids without any further development.in 1642, the renaissance saw the inv
8、ention of the mechanical calculator, a device that could perform all four arithmetic operations without relying on human intelligence. the mechanical calculator was at the root of the development of computers in two separate ways. initially, it was in trying to develop more powerful and more flexibl
9、e calculators that the computer was first theorized by charles babbage and then developed. secondly, development of a low-cost electronic calculator, successor to the mechanical calculator, resulted in the development by intel of the first commercially available microprocessor integrated circuit.fir
10、st general-purpose computersin 1801, joseph marie jacquard made an improvement to the textile loom by introducing a series of punched paper cards as a template which allowed his loom to weave intricate patterns automatically. the resulting jacquard loom was an important step in the development of co
11、mputers because the use of punched cards to define woven patterns can be viewed as an early, albeit limited, form of programmability.in 1837, charles babbage was the first to conceptualize and design a fully programmable mechanical computer, his analytical engine. limited finances and babbage's
12、inability to resist tinkering with the design meant that the device was never completed ; nevertheless his son, henry babbage, completed a simplified version of the analytical engine's computing unit (the mill) in 1888. he gave a successful demonstration of its use in computing tables in 1906. t
13、his machine was given to the science museum in south kensington in 1910.in the late 1880s, herman hollerith invented the recording of data on a machine-readable medium. earlier uses of machine-readable media had been for control, not data. "after some initial trials with paper tape, he settled
14、on punched cards ." to process these punched cards he invented the tabulator, and the keypunch machines. these three inventions were the foundation of the modern information processing industry. large-scale automated data processing of punched cards was performed for the 1890 united states cens
15、us by hollerith's company, which later became the core of ibm. by the end of the 19th century a number of ideas and technologies, that would later prove useful in the realization of practical computers, had begun to appear: boolean algebra, the vacuum tube (thermionic valve), punched cards and t
16、ape, and the teleprinter.during the first half of the 20th century, many scientific computing needs were met by increasingly sophisticated analog computers, which used a direct mechanical or electrical model of the problem as a basis for computation. however, these were not programmable and generall
17、y lacked the versatility and accuracy of modern digital computers.alan turing is widely regarded as the father of modern computer science. in 1936 turing provided an influential formalisation of the concept of the algorithm and computation with the turing machine, providing a blueprint for the elect
18、ronic digital computer. of his role in the creation of the modern computer, time magazine in naming turing one of the 100 most influential people of the 20th century, states: "the fact remains that everyone who taps at a keyboard, opening a spreadsheet or a word-processing program, is working o
19、n an incarnation of a turing machine". edsac was one of the first computers to implement the stored-program (von neumann) architecture.die of an intel 80486dx2 microprocessor (actual size: 12×6.75 mm) in its packaging.the atanasoffberry computer (abc) was the world's first electronic d
20、igital computer, albeit not programmable. atanasoff is considered to be one of the fathers of the computer.conceived in 1937 by iowa state college physics professor john atanasoff, and built with the assistance of graduate student clifford berry, the machine was not programmable, being designed only
21、 to solve systems of linear equations. the computer did employ parallel computation. a 1973 court ruling in a patent dispute found that the patent for the 1946 eniac computer derived from the atanasoffberry computer.the first program-controlled computer was invented by konrad zuse, who built the z3,
22、 an electromechanical computing machine, in 1941. the first programmable electronic computer was the colossus, built in 1943 by tommy flowers.george stibitz is internationally recognized as a father of the modern digital computer. while working at bell labs in november 1937, stibitz invented and bui
23、lt a relay-based calculator he dubbed the "model k" (for "kitchen table", on which he had assembled it), which was the first to use binary circuits to perform an arithmetic operation. later models added greater sophistication including complex arithmetic and programmability. a su
24、ccession of steadily more powerful and flexible computing devices were constructed in the 1930s and 1940s, gradually adding the key features that are seen in modern computers. the use of digital electronics (largely invented by claude shannon in 1937) and more flexible programmability were vitally i
25、mportant steps, but defining one point along this road as "the first digital electronic computer" is difficult. notable achievements include. konrad zuse's electromechanical "z machines". the z3 (1941) was the first working machine featuring binary arithmetic, including float
26、ing point arithmetic and a measure of programmability. in 1998 the z3 was proved to be turing complete, therefore being the world's first operational computer.the non-programmable atanasoffberry computer (commenced in 1937, completed in 1941) which used vacuum tube based computation, binary numb
27、ers, and regenerative capacitor memory. the use of regenerative memory allowed it to be much more compact than its peers (being approximately the size of a large desk or workbench), since intermediate results could be stored and then fed back into the same set of computation elements.the secret brit
28、ish colossus computers (1943), which had limited programmability but demonstrated that a device using thousands of tubes could be reasonably reliable and electronically reprogrammable. it was used for breaking german wartime codes.the harvard mark i (1944), a large-scale electromechanical computer w
29、ith limited programmability.the u.s. army's ballistic research laboratory eniac (1946), which used decimal arithmetic and is sometimes called the first general purpose electronic computer (since konrad zuse's z3 of 1941 used electromagnets instead of electronics). initially, however, eniac h
30、ad an inflexible architecture which essentially required rewiring to change its programming.stored-program architecturereplica of the small-scale experimental machine (ssem), the world's first stored-program computer, at the museum of science and industry in manchester, englandseveral developers
31、 of eniac, recognizing its flaws, came up with a far more flexible and elegant design, which came to be known as the "stored-program architecture" or von neumann architecture. this design was first formally described by john von neumann in the paper first draft of a report on the edvac, di
32、stributed in 1945. a number of projects to develop computers based on the stored-program architecture commenced around this time, the first of which was completed in 1948 at the university of manchester in england, the manchester small-scale experimental machine (ssem or "baby"). the elect
33、ronic delay storage automatic calculator (edsac), completed a year after the ssem at cambridge university, was the first practical, non-experimental implementation of the stored-program design and was put to use immediately for research work at the university. shortly thereafter, the machine origina
34、lly described by von neumann's paperedvacwas completed but did not see full-time use for an additional two years.nearly all modern computers implement some form of the stored-program architecture, making it the single trait by which the word "computer" is now defined. while the technol
35、ogies used in computers have changed dramatically since the first electronic, general-purpose computers of the 1940s, most still use the von neumann architecture.beginning in the 1950s, soviet scientists sergei sobolev and nikolay brusentsov conducted research on ternary computers, devices that oper
36、ated on a base three numbering system of ?1, 0, and 1 rather than the conventional binary numbering system upon which most computers are based. they designed the setun, a functional ternary computer, at moscow state university. the device was put into limited production in the soviet union, but supp
37、lanted by the more common binary architecture.semiconductors and microprocessorscomputers using vacuum tubes as their electronic elements were in use throughout the 1950s, but by the 1960s had been largely replaced by semiconductor transistor-based machines, which were smaller, faster, cheaper to pr
38、oduce, required less power, and were more reliable. the first transistorised computer was demonstrated at the university of manchester in 1953. in the 1970s, integrated circuit technology and the subsequent creation of microprocessors, such as the intel 4004, further decreased size and cost and furt
39、her increased speed and reliability of computers. by the late 1970s, many products such as video recorders contained dedicated computers called microcontrollers, and they started to appear as a replacement to mechanical controls in domestic appliances such as washing machines. the 1980s witnessed ho
40、me computers and the now ubiquitous personal computer. with the evolution of the internet, personal computers are becoming as common as the television and the telephone in the household.modern smartphones are fully programmable computers in their own right, and as of 2009 may well be the most common
41、 form of such computers in existenc.歷史的計算主要文章:計算機硬件的歷史 在第一次使用“計算機”這個詞被記錄在1613年,指的是對一個人進行了計算,或計算,與詞的意思相同,直到繼續(xù)20世紀中期。19世紀末開始其更熟悉的含義,一個機器進行計算。limited-function早期計算機 雅卡爾的展覽上,在科學工業(yè)博物館在曼徹斯特,是英國最早的一種可編程設備。 現(xiàn)代計算機的歷史開始于兩個獨立的技術,自動計算和可編程,但沒有一種單一的設備可以看成是最早的電腦,部分的原因是由于不應用那個術語。一些設備值得一提的是,雖然喜歡一些機械復制計算,很成功,并且存活了幾個世紀
42、,來臨的電子計算器,像蘇美爾算盤,大約在公元前2500年左右的設計贏得競爭的后代對現(xiàn)代書桌速度計算機器在1946年日本滑動規(guī)則,起源于1620年代,進行了五阿波羅太空機構,包括月球等機制,一個古老的天文計算機建造大約在公元前80年的希臘人。亞歷山大的希臘數(shù)學家的英雄(公元前10 -公元70年)建造了一個機械劇院演了一出劇的持續(xù)10分鐘的時間,是一個復雜的旋轉系統(tǒng)操作的繩索和桶,可能會被認為是一種手段決定的哪個部位進行行為和機理的時候。這是可編程的本質。 十世紀末,法國僧侶帶回來斯韋二氏西班牙畫的機器發(fā)明的,要么摩爾人回答是或否的問題。在13世紀,僧侶們albertus馬格努斯和羅杰·
43、培根說沒有任何建造機器人的進一步發(fā)展。 1642年,文藝復興時期的看見發(fā)明的機械計算器,一種裝置能完成所有的四個算術運算,不用依賴人類的智力。機械計算器的根源是電腦的發(fā)展有兩種方式。最初,是在試圖發(fā)展更強大和更靈活的計算器,電腦是第一個被人們記得查爾斯·巴貝奇,然后理論發(fā)展。其次,開發(fā)的一種低成本的電子計算器繼任者、機械計算器,造成了發(fā)展的第一個商業(yè)化可用英特爾處理器集成電路。 第一次通用計算機 1801年,約瑟夫瑪麗做了一個改進提花織機介紹紡織一系列打孔紙質卡作為一個模板使織機編織自動錯綜復雜的模式。結果提花機是一個重要的發(fā)展歷程中的電腦,因為使用穿孔卡片來定義編織模式可被看作是早
44、,雖然有限,可編程的形式。 1837年,查爾斯·巴巴奇是第一個構思和設計一個完全可編程機械計算機,他的分析引擎。有限的財政和巴巴奇未能抵抗擺弄設計意味著裝置是根本沒完成的;然而他的兒子,亨利·巴巴奇,完成了一個簡化版本的分析引擎的運算單元(廠)于1888年。他給了一個成功的示范用于計算表于1906年。這臺機器是給科學博物館位于南肯辛頓于1910年。 在1880年代晚期,赫爾曼?;魻柸鹚拱l(fā)明了記錄的一種機器可以閱讀的數(shù)據(jù)中。機器的使用媒體早些時候被控制,沒有數(shù)據(jù)?!敖?jīng)過一段時間的試驗,他住在紙帶上穿孔卡片“處理這些穿孔卡片他發(fā)明了針孔制表機。這三個發(fā)明是基礎的現(xiàn)代信息加工業(yè)。
45、大型自動化的數(shù)據(jù)處理進行了穿孔卡片為1890年美國人口普查由霍勒里斯的公司,后來成為了ibm的核心。19世紀末大量的新技術、新思路,后來被證明是有用的計算機實現(xiàn)的實踐,已經(jīng)開始出現(xiàn):布爾代數(shù),真空管(計算機閥),穿孔卡片和磁帶,電傳打字機。 在20世紀初,許多科學計算需要受到了越來越復雜的模擬計算機,它通過直接機械或電氣模型為基礎計算問題。然而,這不是編程,通常缺乏的通用性和準確性的現(xiàn)代數(shù)字計算機。 阿蘭·圖靈就被廣泛認為是現(xiàn)代計算機科學之父。在1936年提供了一個有影響力的正規(guī)化涂林的概念和計算方法與涂林機器,提供電子數(shù)字計算機的藍圖。他的角色在創(chuàng)作現(xiàn)代計算機的時候,時代雜志在20
46、世紀命名圖靈的100位最具影響力的人物之一,聲明:“事實是,每個人在一個鍵盤,打開水龍頭電子數(shù)據(jù)表或一個字處理程序,正在涂林的化身”。這zuse虛擬的某種知識世界,1941年,被認為是世界上的第一個工作可編程、全自動計算機器。edsac是其中第一個計算機來實現(xiàn)stored-program(馮。諾依曼)的建筑。 一個英特爾80486 dx2微處理器(實際尺寸:12×6.75毫米),在它的包裝。 atanasoff-berry的計算機(abc)是世界上最早的電子數(shù)字計算機,但不可編程的。阿坦那索夫被認為是其中一位電腦之父。它孕育于1937年由愛荷華州立大學物理學教授約翰?阿坦那索夫,修筑
47、協(xié)助研究生克利夫?貝瑞,機器沒有可編程的,只有解決系統(tǒng)在設計線性方程組。并采用計算機并行處理能力。1973年專利糾紛的法院判決書中發(fā)現(xiàn)的專利1946 eniac計算機來源于atanasoff-berry電腦。 第一個程控計算機發(fā)明的康拉德祖薩、誰建的虛擬的某種知識世界,機電一體化計算機器,在1941年。第一個可編程電子計算機是龐然大物,始建于1943年由湯米·花朵。 喬治是國際公認的父親的現(xiàn)代數(shù)字計算機。在工作時,在貝爾實驗室在1937年11月,stibitz發(fā)明,搭建了一個基于繼電器的計算器他稱為“模型k”(“廚房桌子”,但他聚集它),這是第一個使用二進制電路執(zhí)行算術運算。最近的模
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經(jīng)權益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責。
- 6. 下載文件中如有侵權或不適當內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 旅游行業(yè)景點評級標準
- 手術中的電生理監(jiān)測
- 自制禮物課件教學課件
- 河南省2024九年級語文上冊第二單元8就英法聯(lián)軍遠征中國致巴特勒上尉的信課件新人教版
- 慢病調理中心介紹
- 消防演練總結講評
- 農(nóng)業(yè)物聯(lián)網(wǎng)導論
- 感恩課件英文教學課件
- 玉米灰斑病病害循環(huán)
- 氣管切開燒傷病人的護理
- 2024產(chǎn)學研合作框架協(xié)議
- 申請銀行減免利息的申請書2
- 《剪映專業(yè)版:短視頻創(chuàng)作案例教程(全彩慕課版)》 課件 第6章 創(chuàng)作生活Vlog
- 重大事故隱患判定標準與相關事故案例培訓課件
- 公安行政執(zhí)法綜合實訓智慧樹知到期末考試答案章節(jié)答案2024年南京警察學院
- 火龍罐綜合灸療法
- 深圳市中小學生流感疫苗接種知情同意書
- 數(shù)據(jù)、模型與決策(運籌學)課后習題和案例答案007
- 機電控制工程基礎實驗報告
- 實驗室安全管理流程圖3)
- 校園心理劇劇本
評論
0/150
提交評論