





Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The code may be a modification of an existing source or something completely new. The purpose of programming is to create a program that exhibits a certain ...
Typology: Summaries
1 / 9
This page cannot be seen from the preview
Don't miss anything!






Jump to: navigation, search Programming" redirects here. For other uses, see Programming (disambiguation). Software development process Activities and steps Requirements · Specification Architecture · Design Implementation · Testing Deployment · Maintenance Models Agile · Cleanroom · DSDM Iterative · RAD · RUP · Spiral Waterfall · XP · Scrum · Lean V-Model · FDD Supporting disciplines Configuration management Documentation Quality assurance (SQA) Project management User experience design Tools Compiler · Debugger · Profiler GUI designer Integrated development environment Computer programming (often shortened to programming or coding ) is the process of writing, testing, debugging/troubleshooting, and maintaining the source code of computer programs. This source code is written in a programming language. The code may be a modification of an existing source or something completely new. The purpose of programming is to create a program that exhibits a certain desired behaviour (customization). The process of writing source code often requires expertise in many different subjects, including knowledge of the application domain, specialized algorithms and formal logic.
corrections to be made much more easily than with punch cards. As time has progressed, computers have made giant leaps in the area of processing power. This has brought about newer programming languages that are more abstracted from the underlying hardware. Although these high-level languages usually incur greater overhead, the increase in speed of modern computers has made the use of these languages much more practical than in the past. These increasingly abstracted languages typically are easier to learn and allow the programmer to develop applications much more efficiently and with less code. However, high-level languages are still impractical for many programs, such as those where low-level hardware control is necessary or where processing speed is at a premium. Throughout the second half of the twentieth century, programming was an attractive career in most developed countries. Some forms of programming have been increasingly subject to offshore outsourcing (importing software and services from other countries, usually at a lower wage), making programming career decisions in developed countries more complicated, while increasing economic opportunities in less developed areas. It is unclear how far this trend will continue and how deeply it will impact programmer wages and opportunities. Modern programming
Whatever the approach to software development may be, the final program must satisfy some fundamental properties. The following five properties are among the most relevant:
The academic field and the engineering practice of computer programming are both largely concerned with discovering and implementing the most efficient algorithms for a given class of
problem. For this purpose, algorithms are classified into orders using so-called Big O notation, O(n) , which expresses resource use, such as execution time or memory consumption, in terms of the size of an input. Expert programmers are familiar with a variety of well-established algorithms and their respective complexities and use this knowledge to choose algorithms that are best suited to the circumstances.
The first step in most formal software development projects is requirements analysis, followed by testing to determine value modeling, implementation, and failure elimination (debugging). There exist a lot of differing approaches for each of those tasks. One approach popular for requirements analysis is Use Case analysis. Popular modeling techniques include Object-Oriented Analysis and Design (OOAD) and Model- Driven Architecture (MDA). The Unified Modeling Language (UML) is a notation used for both OOAD and MDA. A similar technique used for database design is Entity-Relationship Modeling (ER Modeling). Implementation techniques include imperative languages (object-oriented or procedural), functional languages, and logic languages.
It is very difficult to determine what are the most popular of modern programming languages. Some languages are very popular for particular kinds of applications (e.g., COBOL is still strong in the corporate data center, often on large mainframes, FORTRAN in engineering applications, scripting languages in web development, and C in embedded applications), while some languages are regularly used to write many different kinds of applications. Methods of measuring language popularity include: counting the number of job advertisements that mention the language[10], the number of books teaching the language that are sold (this overestimates the importance of newer languages), and estimates of the number of existing lines of code written in the language (this underestimates the number of users of business languages such as COBOL).
A bug which was debugged in 1947. Debugging is a very important task in the software development process, because an incorrect program can have significant consequences for its users. Some languages are more prone to some kinds of faults because their specification does not require compilers to perform as much checking
Theory of computation Automata theory · Computability theory · Computational complexity theory · Quantum computing theory Algorithms and data structures Analysis of algorithms · Algorithm design · Computational geometry Programming languages and Compilers Parsers · Interpreters · Procedural programming · Object-oriented programming · Functional programming · Logic programming · Programming paradigms Concurrent, Parallel, and Distributed systems Multiprocessing · Grid computing · Concurrency control Software engineering Requirements analysis · Software design · Computer programming · Formal methods · Software testing · Software development process System architecture Computer architecture · Computer organization · Operating systems Telecommunication & Networking Computer audio · Routing · Network topology · Cryptography Databases Data mining · Relational databases · SQL • OLAP Artificial intelligence Automated reasoning · Computational linguistics · Computer vision · Evolutionary computation · Machine learning · Natural language processing · Robotics Computer graphics Visualization · Image processing Human computer interaction Computer accessibility · User interfaces · Wearable computing · Ubiquitous computing · Virtual reality Scientific computing Artificial life · Bioinformatics · Cognitive Science · Computational chemistry · Computational neuroscience · Computational physics · Numerical algorithms · Symbolic mathematics NOTE: Computer science can also be split up into different topics or fields according to the ACM Computing Classification System. Software engineering Fields Requirements analysis • Software design • Computer programming • Formal methods • Software testing • Software deployment • Software maintenance Concepts Data modeling • Enterprise architecture • Functional specification • Modeling language • Programming paradigm • Software • Software architecture • Software development methodology • Software development process • Software quality • Software quality assurance • Structured analysis Orientations Agile • Aspect-oriented • Object orientation • Ontology • Service orientation • SDLC Models Development models : Agile • Iterative model • RUP • Scrum • Spiral model • Waterfall model • XP • V-Model Other models : Automotive SPICE • CMMI • Data model • Function model • IDEF • Information model • Metamodeling • Object model • Systems model • View model • UML Software Kent Beck • Grady Booch • Fred Brooks • Barry Boehm • Ward Cunningham • Ole-