HOME
*





Robert W. Doran
Robert William Doran HFNZCS (5 November 1944 – 13 October 2018) was a New Zealand-based computer scientist and historian of computing. He was Professor Emeritus of Computer Science at the University of Auckland, New Zealand. Robert W. Doran studied at the University of Canterbury (New Zealand) and for a master's degree in computer science from Stanford University (California, United States) in 1967. He taught at City University (London, England) and Massey University (Palmerston North, New Zealand). He first worked with computers in 1963. He was a Principal Computer Architect at Amdahl Corporation ( Sunnyvale, California) during 1976–1982. He joined the Department of Computer Science at the University of Auckland in 1982 and was Head of department. He maintained computing history displays in the department, especially of totalisators. The history displays are now part of The Bob Doran Museum of Computing. Doran's research interests included computer architecture, p ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Cambridge
Cambridge ( ) is a university city and the county town in Cambridgeshire, England. It is located on the River Cam approximately north of London. As of the 2021 United Kingdom census, the population of Cambridge was 145,700. Cambridge became an important trading centre during the Roman and Viking ages, and there is archaeological evidence of settlement in the area as early as the Bronze Age. The first town charters were granted in the 12th century, although modern city status was not officially conferred until 1951. The city is most famous as the home of the University of Cambridge, which was founded in 1209 and consistently ranks among the best universities in the world. The buildings of the university include King's College Chapel, Cavendish Laboratory, and the Cambridge University Library, one of the largest legal deposit libraries in the world. The city's skyline is dominated by several college buildings, along with the spire of the Our Lady and the English Martyrs ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Computer Science
Computer science is the study of computation, automation, and information. Computer science spans theoretical disciplines (such as algorithms, theory of computation, information theory, and automation) to Applied science, practical disciplines (including the design and implementation of Computer architecture, hardware and Computer programming, software). Computer science is generally considered an area of research, academic research and distinct from computer programming. Algorithms and data structures are central to computer science. The theory of computation concerns abstract models of computation and general classes of computational problem, problems that can be solved using them. The fields of cryptography and computer security involve studying the means for secure communication and for preventing Vulnerability (computing), security vulnerabilities. Computer graphics (computer science), Computer graphics and computational geometry address the generation of images. Progr ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


The New Zealand Herald
''The New Zealand Herald'' is a daily newspaper published in Auckland, New Zealand, owned by New Zealand Media and Entertainment, and considered a newspaper of record for New Zealand. It has the largest newspaper circulation of all newspapers in New Zealand, peaking at over 200,000 copies in 2006, although circulation of the daily ''Herald'' had declined to 100,073 copies on average by September 2019. Its main circulation area is the Auckland region. It is also delivered to much of the upper North Island including Northland, Waikato and King Country. History ''The New Zealand Herald'' was founded by William Chisholm Wilson, and first published on 13 November 1863. Wilson had been a partner with John Williamson in the ''New Zealander'', but left to start a rival daily newspaper as he saw a business opportunity with Auckland's rapidly growing population. He had also split with Williamson because Wilson supported the war against the Māori (which the ''Herald'' termed "the ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Institute Of IT Professionals
The Institute of IT Professionals (IITP) is a non-profit incorporated society in New Zealand. As New Zealand's ICT professional body, the IITP exists to promote education and ensure a high level of professional practice amongst ICT professionals. Before July 2012, IITP was known as the New Zealand Computer Society Inc (NZCS). Objects The objects of the Institute of IT Professionals, as provided in the Institute's constitution, are to: * develop the discipline of Information Technology in New Zealand. * foster and promote the education, training and qualification of persons practising or intending to practice within the discipline in New Zealand. * promote education by granting qualifications and grades of membership to members of the public in recognition of their proficiency within the discipline of Information Technology. * promote proper conduct and set ethical standards for the discipline. * develop or provide educational lectures, meetings, conferences and publications ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Honorary Fellow
Honorary titles (professor, reader, lecturer) in academia may be conferred on persons in recognition of contributions by a non-employee or by an employee beyond regular duties. This practice primarily exists in the UK and Germany, as well as in many of the universities and colleges of the United States, Australia, Hong Kong, Taiwan, China, New Zealand, Japan, Denmark, and Canada. Examples of such titles are Honorary Professor, Honorary Fellow, Honorary Senior Research Fellow, Honorary Reader, Honorary Lecturer (normally applies to non-teaching staff, who give occasional lectures), Visiting Fellow (normally applies to students carrying out further studies and research programmes), Industrial Fellow. Honorary Professor In the UK, this is the highest title to be awarded to individuals whom the university wish to appoint, honor, and to work with. These individuals are not university staff nor employees. An external person is usually recommended by an internal university academic ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




History Of Computing
The history of computing is longer than the history of computing hardware and modern computing technology and includes the history of methods intended for pen and paper or for chalk and slate, with or without the aid of tables. Concrete devices Digital computing is intimately tied to the representation of numbers. But long before abstractions like ''the number'' arose, there were mathematical concepts to serve the purposes of civilization. These concepts are implicit in concrete practices such as: *''One-to-one correspondence'', a rule to count ''how many'' items, e.g. on a tally stick, eventually abstracted into ''numbers''. *''Comparison to a standard'', a method for assuming ''reproducibility'' in a measurement, for example, the number of coins. *The ''3-4-5'' right triangle was a device for assuring a ''right angle'', using ropes with 12 evenly spaced knots, for example. Numbers Eventually, the concept of numbers became concrete and familiar enough for counting to arise, at ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Computer Programming
Computer programming is the process of performing a particular computation (or more generally, accomplishing a specific computing result), usually by designing and building an executable computer program. Programming involves tasks such as analysis, generating algorithms, profiling algorithms' accuracy and resource consumption, and the implementation of algorithms (usually in a chosen programming language, commonly referred to as coding). The source code of a program is written in one or more languages that are intelligible to programmers, rather than machine code, which is directly executed by the central processing unit. The purpose of programming is to find a sequence of instructions that will automate the performance of a task (which can be as complex as an operating system) on a computer, often for solving a given problem. Proficient programming thus usually requires expertise in several different subjects, including knowledge of the application domain, specialized algori ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Parallel Algorithm
In computer science, a parallel algorithm, as opposed to a traditional serial algorithm, is an algorithm which can do multiple operations in a given time. It has been a tradition of computer science to describe serial algorithms in abstract machine models, often the one known as random-access machine. Similarly, many computer science researchers have used a so-called parallel random-access machine (PRAM) as a parallel abstract machine (shared-memory). Many parallel algorithms are executed concurrently – though in general concurrent algorithms are a distinct concept – and thus these concepts are often conflated, with which aspect of an algorithm is parallel and which is concurrent not being clearly distinguished. Further, non-parallel, non-concurrent algorithms are often referred to as "sequential algorithms", by contrast with concurrent algorithms. Parallelizability Algorithms vary significantly in how parallelizable they are, ranging from easily parallelizable to completely ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Computer Architecture
In computer engineering, computer architecture is a description of the structure of a computer system made from component parts. It can sometimes be a high-level description that ignores details of the implementation. At a more detailed level, the description may include the instruction set architecture design, microarchitecture design, logic design, and implementation. History The first documented computer architecture was in the correspondence between Charles Babbage and Ada Lovelace, describing the analytical engine. When building the computer Z1 in 1936, Konrad Zuse described in two patent applications for his future projects that machine instructions could be stored in the same storage used for data, i.e., the stored-program concept. Two other early and important examples are: * John von Neumann's 1945 paper, First Draft of a Report on the EDVAC, which described an organization of logical elements; and *Alan Turing's more detailed ''Proposed Electronic Calculator'' ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Totalisator
A tote board (or totalisator/totalizator) is a numeric or alphanumeric display used to convey information, typically at a race track (to display the odds or payoffs for each horse) or at a telethon (to display the total amount donated to the charitable organization sponsoring the event). The term "tote board" comes from the colloquialism for "totalizator" (or "totalisator"), the name for the automated system which runs parimutuel betting, calculating payoff odds, displaying them, and producing tickets based on incoming bets. Parimutuel systems had used totalisator boards since the 1860s and they were often housed in substantial buildings. However the manual systems often resulted in substantial delays in calculations of clients' payouts. The first all-mechanical totalisator was invented by George Julius. Julius was a consulting engineer, based in Sydney. His father, Churchill Julius, an Anglican Bishop, had campaigned, in the early years of the twentieth century, against the iniq ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Sunnyvale
Sunnyvale () is a city located in the Santa Clara Valley in northwest Santa Clara County in the U.S. state of California. Sunnyvale lies along the historic El Camino Real and Highway 101 and is bordered by portions of San Jose to the north, Moffett Federal Airfield and NASA Ames Research Center to the northwest, Mountain View to the northwest, Los Altos to the southwest, Cupertino to the south, and Santa Clara to the east. Sunnyvale's population was 155,805 at the 2020 census, making it the second most populous city in the county (after San Jose) and the seventh most populous city in the San Francisco Bay Area. As one of the major cities that make up California's high-tech area known as Silicon Valley, Sunnyvale is the birthplace of the video game industry, former location of Atari headquarters, and the location of a fictional computer game company in the 1983 film ''WarGames''. Many technology companies are headquartered in Sunnyvale and many more operate there, inc ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Computer Architect
In computer engineering, computer architecture is a description of the structure of a computer system made from component parts. It can sometimes be a high-level description that ignores details of the implementation. At a more detailed level, the description may include the instruction set architecture design, microarchitecture design, logic design, and implementation. History The first documented computer architecture was in the correspondence between Charles Babbage and Ada Lovelace, describing the analytical engine. When building the computer Z1 in 1936, Konrad Zuse described in two patent applications for his future projects that machine instructions could be stored in the same storage used for data, i.e., the stored-program concept. Two other early and important examples are: * John von Neumann's 1945 paper, First Draft of a Report on the EDVAC, which described an organization of logical elements; and *Alan Turing's more detailed ''Proposed Electronic Calculator'' for the ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]