Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 Types  





2 Differences in creating a prototype vs. a final product  





3 Characteristics and limitations of prototypes  





4 Engineering sciences  



4.1  Mechanical and electrical engineering  





4.2  Electronics  







5 Computer programming and computer science  



5.1  Other programming/computing concepts  





5.2  Data prototyping  





5.3  Prototyping for Human-Computer Interaction  







6 Scale modeling  





7 Architecture  





8 Metrology  





9 Natural sciences  





10 See also  





11 References  














Prototype






Afrikaans
العربية
Български
Bosanski
Català
Čeština
Dansk
Deutsch
Eesti
Español
Esperanto
Euskara
فارسی
Français

ि
Hrvatski
Ido
Bahasa Indonesia
IsiZulu
Italiano
עברית

Lietuvių
Magyar
Bahasa Melayu
Nederlands

Norsk bokmål
Norsk nynorsk
Occitan
Polski
Português
Română
Русский
Simple English
Slovenščina
Српски / srpski
Srpskohrvatski / српскохрватски
Suomi
Svenska
ி
Türkçe
Українська
Tiếng Vit


 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 




In other projects  



Wikimedia Commons
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


Prototype signage on the Boise Greenbelt, testing for rust, paint-fastness, durability, etc.
A sign explaining prototype signage

Aprototype is an early sample, model, or release of a product built to test a concept or process.[1] It is a term used in a variety of contexts, including semantics, design, electronics, and software programming. A prototype is generally used to evaluate a new design to enhance precision by system analysts and users.[2][3] Prototyping serves to provide specifications for a real, working system rather than a theoretical one.[4] Physical prototyping has a long history, and paper prototyping and virtual prototyping now extensively complement it. In some design workflow models, creating a prototype (a process sometimes called materialization) is the step between the formalization and the evaluation of an idea.[5]

Aprototype can also mean a typical example of something such as in the use of the derivation 'prototypical'.[6] This is a useful term in identifying objects, behaviours and concepts which are considered the accepted norm and is analogous with terms such as stereotypes and archetypes.

The word prototype derives from the Greek πρωτότυπον prototypon, "primitive form", neutral of πρωτότυπος prototypos, "original, primitive", from πρῶτος protos, "first" and τύπος typos, "impression" (originally in the sense of a mark left by a blow, then by a stamp struck by a die (note "typewriter"); by implication a scar or mark; by analogy a shape i.e. a statue, (figuratively) style, or resemblance; a model for imitation or illustrative example—note "typical").[1][7][8]

Types[edit]

Prototypes explore different aspects of an intended design:[9]

Differences in creating a prototype vs. a final product[edit]

In general, the creation of prototypes will differ from creation of the final product in some fundamental ways:

Engineers and prototype specialists attempt to minimize the impact of these differences on the intended role for the prototype. For example, if a visual prototype is not able to use the same materials as the final product, they will attempt to substitute materials with properties that closely simulate the intended final materials.

Characteristics and limitations of prototypes[edit]

A prototype of the Polish economy hatchback car Beskid 106 designed in the 1980s

Engineers and prototyping specialists seek to understand the limitations of prototypes to exactly simulate the characteristics of their intended design.

Prototypes represent some compromise from the final production design. This is due to the skill and choices of the designer(s), and the inevitable inherent limitations of a prototype. Due to differences in materials, processes and design fidelity, it is possible that a prototype may fail to perform acceptably although the production design may have been sound. Conversely, prototypes may perform acceptably but the production design and outcome may prove unsuccessful.

In general, it can be expected that individual prototype costs will be substantially greater than the final production costs due to inefficiencies in materials and processes. Prototypes are also used to revise the design for the purposes of reducing costs through optimization and refinement.[17]

It is possible to use prototype testing to reduce the risk that a design may not perform as intended, however prototypes generally cannot eliminate all risk.

Building the full design is often expensive and can be time-consuming, especially when repeated several times—building the full design, figuring out what the problems are and how to solve them, then building another full design. As an alternative, rapid prototypingorrapid application development techniques are used for the initial prototypes, which implement part, but not all, of the complete design. This allows designers and manufacturers to rapidly and inexpensively test the parts of the design that are most likely to have problems, solve those problems, and then build the full design.

Engineering sciences[edit]

In technology research, a technology demonstrator is a prototype serving as proof-of-concept and demonstration model for a new technology or future product, proving its viability and illustrating conceivable applications.

In large development projects, a testbed is a platform and prototype development environment for rigorous experimentation and testing of new technologies, components, scientific theories and computational tools.[18]

With recent advances in computer modeling it is becoming practical to eliminate the creation of a physical prototype (except possibly at greatly reduced scales for promotional purposes), instead modeling all aspects of the final product as a computer model. An example of such a development can be seen in Boeing 787 Dreamliner, in which the first full sized physical realization is made on the series production line. Computer modeling is now being extensively used in automotive design, both for form (in the styling and aerodynamics of the vehicle) and in function—especially for improving vehicle crashworthiness and in weight reduction to improve mileage.

Mechanical and electrical engineering[edit]

The most common use of the word prototype is a functional, although experimental, version of a non-military machine (e.g., automobiles, domestic appliances, consumer electronics) whose designers would like to have built by mass production means, as opposed to a mockup, which is an inert representation of a machine's appearance, often made of some non-durable substance.

An electronics designer often builds the first prototype from breadboardorstripboardorperfboard, typically using "DIP" packages.

However, more and more often the first functional prototype is built on a "prototype PCB" almost identical to the production PCB, as PCB manufacturing prices fall and as many components are not available in DIP packages, but only available in SMT packages optimized for placing on a PCB.

Builders of military machines and aviation prefer the terms "experimental" and "service test".[19]

Electronics[edit]

A simple electronic circuit prototype on a breadboard
Example of prototype in optoelectronics (Texas Instruments, DLP Cinema Prototype System)

Inelectronics, prototyping means building an actual circuit to a theoretical design to verify that it works, and to provide a physical platform for debugging it if it does not. The prototype is often constructed using techniques such as wire wrapping or using a breadboard, stripboardorperfboard, with the result being a circuit that is electrically identical to the design but not physically identical to the final product.[20]

Open-source tools like Fritzing exist to document electronic prototypes (especially the breadboard-based ones) and move toward physical production. Prototyping platforms such as Arduino also simplify the task of programming and interacting with a microcontroller.[21] The developer can choose to deploy their invention as-is using the prototyping platform, or replace it with only the microcontroller chip and the circuitry that is relevant to their product.

A technician can quickly build a prototype (and make additions and modifications) using these techniques, but for volume production it is much faster and usually cheaper to mass-produce custom printed circuit boards than to produce these other kinds of prototype boards. The proliferation of quick-turn PCB fabrication and assembly companies has enabled the concepts of rapid prototyping to be applied to electronic circuit design. It is now possible, even with the smallest passive components and largest fine-pitch packages, to have boards fabricated, assembled, and even tested in a matter of days.

Computer programming and computer science[edit]

Prototype software is often referred to as alpha grade, meaning it is the first version to run. Often only a few functions are implemented, the primary focus of the alpha is to have a functional base code on to which features may be added. Once alpha grade software has most of the required features integrated into it, it becomes beta software for testing of the entire software and to adjust the program to respond correctly during situations unforeseen during development.[22]

Often the end users may not be able to provide a complete set of application objectives, detailed input, processing, or output requirements in the initial stage. After the user evaluation, another prototype will be built based on feedback from users, and again the cycle returns to customer evaluation. The cycle starts by listening to the user, followed by building or revising a mock-up, and letting the user test the mock-up, then back. There is now a new generation of tools called Application Simulation Software which help quickly simulate application before their development.[23]

Extreme programming uses iterative design to gradually add one feature at a time to the initial prototype.[24]

Other programming/computing concepts[edit]

In many programming languages, a function prototype is the declaration of a subroutine or function (and should not be confused with software prototyping). This term is rather C/C++-specific; other terms for this notion are signature, type and interface. In prototype-based programming (a form of object-oriented programming), new objects are produced by cloning existing objects, which are called prototypes.[25]

The term may also refer to the Prototype Javascript Framework.

Additionally, the term may refer to the prototype design pattern.

Continuous learning approaches within organizations or businesses may also use the concept of business or process prototypes through software models.

The concept of prototypicality is used to describe how much a website deviates from the expected norm, and leads to a lowering of user preference for that site's design.[26]

Data prototyping[edit]

Adata prototype is a form of functional orworking prototype.[27] The justification for its creation is usually a data migration, data integration or application implementation project and the raw materials used as input are an instance of all the relevant data which exists at the start of the project.

The objectives of data prototyping are to produce:

To achieve this, a data architect uses a graphical interface to interactively develop and execute transformation and cleansing rules using raw data. The resultant data is then evaluated and the rules refined. Beyond the obvious visual checking of the data on-screen by the data architect, the usual evaluation and validation approaches are to use Data profiling software[28] and then to insert the resultant data into a test version of the target application and trial its use.

Prototyping for Human-Computer Interaction[edit]

When developing software or digital tools that humans interact with, a prototype is an artifact that is used to ask and answer a design question. Prototypes provide the means for examining design problems and evaluating solutions.[29]

HCI practitioners can employ several different types of prototypes:

Scale modeling[edit]

A scale model of an Douglas SB2D Destroyer in a wind tunnel for testing

In the field of scale modeling (which includes model railroading, vehicle modeling, airplane modeling, military modeling, etc.), a prototype is the real-world basis or source for a scale model—such as the real EMD GP38-2 locomotive—which is the prototype of Athearn's (among other manufacturers) locomotive model. Technically, any non-living object can serve as a prototype for a model, including structures, equipment, and appliances, and so on, but generally prototypes have come to mean full-size real-world vehicles including automobiles (the prototype 1957 Chevy has spawned many models), military equipment (such as M4 Shermans, a favorite among US Military modelers), railroad equipment, motor trucks, motorcycles, and space-ships (real-world such as Apollo/Saturn Vs, or the ISS). As of 2014, basic rapid prototype machines (such as 3D printers) cost about $2,000, but larger and more precise machines can cost as much as $500,000.[33]

Architecture[edit]

Inarchitecture, prototyping refers to either architectural model making (as form of scale modelling) or as part of aesthetic or material experimentation, such as the Forty Wall House open source material prototyping centre in Australia.[34][35]

Architects prototype to test ideas structurally, aesthetically and technically. Whether the prototype works or not is not the primary focus: architectural prototyping is the revelatory process through which the architect gains insight.[36]

Metrology[edit]

In the science and practice of metrology, a prototype is a human-made object that is used as the standard of measurement of some physical quantity to base all measurement of that physical quantity against. Sometimes this standard object is called an artifact. In the International System of Units (SI), there remains no prototype standard since May 20, 2019. Before that date, the last prototype used was the international prototype of the kilogram, a solid platinum-iridium cylinder kept at the Bureau International des Poids et Mesures (International Bureau of Weights and Measures) in Sèvres France (a suburb of Paris) that by definition was the mass of exactly one kilogram. Copies of this prototype are fashioned and issued to many nations to represent the national standard of the kilogram and are periodically compared to the Paris prototype. Now the kilogram is redefined in such a way that the Planck constant h is prescribed a value of exactly 6.62607015×10−34 joule-second (J⋅s)

Until 1960, the meter was defined by a platinum-iridium prototype bar with two marks on it (that were, by definition, spaced apart by one meter), the international prototype of the metre, and in 1983 the meter was redefined to be the distance in free space covered by light in 1/299,792,458 of a second (thus defining the speed of light to be 299,792,458 meters per second).

Natural sciences[edit]

In many sciences, from pathology to taxonomy, prototype refers to a disease, species, etc. which sets a good example for the whole category. In biology, prototype is the ancestral or primitive form of a species or other group; an archetype.[37] For example, the Senegal bichir is regarded as the prototypes of its genus, Polypterus.

See also[edit]

References[edit]

  1. ^ a b Blackwell, A. H.; Manar, E., eds. (2015). "Prototype". UXL Encyclopedia of Science (3rd ed.). Retrieved 13 July 2015.
  • ^ Wragg, David W. (1973). A Dictionary of Aviation (first ed.). Osprey. p. 216. ISBN 9780850451634.
  • ^ Gero, John S. (1990-12-15). "Design Prototypes: A Knowledge Representation Schema for Design". AI Magazine. 11 (4): 26. ISSN 0738-4602.
  • ^ "Prototyping Definition". PC Magazine. Archived from the original on 2012-10-15. Retrieved 2012-05-03.
  • ^ Marcelo M. Soares; Francesco Rebelo (15 August 2012). Advances in Usability Evaluation. CRC Press. p. 482. ISBN 978-1-4398-7025-9.
  • ^ "prototypical (adjective) definition and synonyms | Macmillan Dictionary". www.macmillandictionary.com. Retrieved 2019-12-15.
  • ^ Harper, Douglas. "prototype (n.)". Online Etymology Dictionary.
  • ^ "Strong's Concordance". strongsconcordance.org. Retrieved 2022-08-07.
  • ^ Lai, Chun Sing; Locatelli, Giorgio (February 2021). "Valuing the option to prototype: A case study with Generation Integrated Energy Storage" (PDF). Energy. 217: 119290. doi:10.1016/j.energy.2020.119290.
  • ^ "Proof-of-Principle Prototype". 3d-printing-expert.com. Retrieved 2019-12-15.
  • ^ "What Is A Working Prototype". product-design-prototype-experts.com. Retrieved 2019-12-15.
  • ^ "What Is A Visual Prototype". 3d-printing-expert.com. Retrieved 2019-12-15.
  • ^ "User Experience Prototype". 3d-printing-expert.com. Retrieved 2019-12-15.
  • ^ Somiya, Shigeyuki, ed. (2013). Handbook of Advanced Ceramics: Materials, Applications, Processing, and Properties (2nd ed.). Academic Press. p. 491. ISBN 9780123854704.
  • ^ "Prototypes: General Categories". ThomasNet. Retrieved 13 July 2015.
  • ^ "Prototyping". Brown University - User Experience, Independent Study Project. Retrieved 2015-02-24.
  • ^ Gschwind, M.; Salapura, V.; Maurer, D. (April 2001). "FPGA prototyping of a RISC processor core for embedded applications". IEEE Transactions on Very Large Scale Integration (VLSI) Systems. 9 (2): 241–250. doi:10.1109/92.924027. ISSN 1063-8210.
  • ^ Simon, Heilesen (2007-01-31). Designing for Networked Communications: Strategies and Development: Strategies and Development. Idea Group Inc (IGI). ISBN 9781599040714.
  • ^ Willcox, Cornélis De Witt; Stuart, Edwin Roy (1918). International Military Digest. Cumulative digest corporation.
  • ^ "PCB Rapid Prototype". www.wellpcb.com. WellPCB. Retrieved 2017-06-01.
  • ^ Trevennor, Alan (2012-10-17). Practical AVR Microcontrollers: Games, Gadgets, and Home Automation with the Microcontroller Used in the Arduino. Apress. ISBN 9781430244462.
  • ^ "Alpha Version Definition". PC Magazine. Retrieved 2012-05-03.
  • ^ "Baseblock Software LLC, Software for the Motor Control Industry". www.baseblock.com. Retrieved 2019-12-15.
  • ^ Garvin, David A. (1993-07-01). "Building a Learning Organization". Harvard Business Review. No. July–August 1993. ISSN 0017-8012. Retrieved 2019-12-15.
  • ^ "5.5 Function Prototypes". HP. Retrieved 2012-05-03.
  • ^ Tuch, Alexandre N.; Presslaber, Eva E.; Stöcklin, Markus; Opwis, Klaus; Bargas-Avila, Javier A. (2012-11-01). "The role of visual complexity and prototypicality regarding first impression of websites: Working towards understanding aesthetic judgments". International Journal of Human-Computer Studies. 70 (11): 794–811. doi:10.1016/j.ijhcs.2012.06.003. ISSN 1071-5819. S2CID 9051274.
  • ^ Introduction to Engineering: Engineering Fundamentals and Concepts: E-Book. Türker Canbazoğlu. 2018-12-11.
  • ^ Abedjan, Ziawasch (2018). "An Introduction to Data Profiling". In Zimányi, Esteban (ed.). Business Intelligence and Big Data. Lecture Notes in Business Information Processing. Vol. 324. Springer International Publishing. pp. 1–20. doi:10.1007/978-3-319-96655-7_1. ISBN 978-3-319-96655-7.
  • ^ a b Houde, Stephanie; Hill, Charles (1997-01-01), Helander, Marting G.; Landauer, Thomas K.; Prabhu, Prasad V. (eds.), "Chapter 16 - What do Prototypes Prototype?", Handbook of Human-Computer Interaction (Second Edition), Amsterdam: North-Holland, pp. 367–381, CiteSeerX 10.1.1.224.2119, doi:10.1016/b978-044481862-1.50082-0, ISBN 978-0-444-81862-1, S2CID 18520479, retrieved 2021-12-13
  • ^ "Wizard of Oz Prototypes". The Interaction Design Foundation. Retrieved 2021-12-13.
  • ^ Rettig, Marc (April 1994). "Prototyping for tiny fingers". Communications of the ACM. 37 (4): 21–27. doi:10.1145/175276.175288. ISSN 0001-0782. S2CID 9934034.
  • ^ Knapp, Jake (2016-01-06). "Paper prototyping is a waste of time". Medium. Retrieved 2021-12-13.
  • ^ "Council on Foreign Relations". Archived from the original on 2013-10-28. Retrieved 2013-10-30.
  • ^ "Open source architecture lab launched in Tasmania". Architecture News. 2021.
  • ^ Lev, Jiri. "Forty Wall House – 40walls.org". Retrieved 2021-09-29.
  • ^ Burry, Mark (2017). Prototyping for Architects. GB. ISBN 9780500292495.{{cite book}}: CS1 maint: location missing publisher (link)
  • ^ prototype Archived 2013-01-21 at the Wayback Machine. CollinsDictionary.com. Collins English Dictionary - Complete & Unabridged 11th Edition. Retrieved December 07, 2012.

  • Retrieved from "https://en.wikipedia.org/w/index.php?title=Prototype&oldid=1233450542"

    Categories: 
    Industrial design
    Product development
    Prototypes
    Hidden categories: 
    CS1 maint: location missing publisher
    Webarchive template wayback links
    Articles with short description
    Short description is different from Wikidata
    Articles containing Greek-language text
    Articles needing additional references from August 2014
    All articles needing additional references
    Articles with excerpts
    Articles with BNF identifiers
    Articles with BNFdata identifiers
    Articles with J9U identifiers
    Articles with LCCN identifiers
     



    This page was last edited on 9 July 2024, at 03:55 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki