answersLogoWhite

0


Best Answer

please reference MIL-STD-2167A for one set of formal software development processes and procedures. Please realize that this document is several hundred pages long and very detailed and formal. However it is written to permit you to tailor out any parts that don't apply in your situation.

There is a newer MIL-STD with improved processes and procedures, but as I never got to use it I don't recall the number.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the procedures in programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What are the drawbacks of procedure oriented programming languages?

Procedural programming is when an application executes a series of procedures. In procedural programming, the user is unable to choose what the program does next. In OOP (Object oriented), the user can click on any button they want, but in procedural, it just executed the pre-set procedures, then ends.


What language is pseudocode written?

Pseudo code is in itself a language on its own. Pseudo codes are used to describe algorithms in computer science. This language, unlike a programming language is used for human specific understanding and abstract representation of a certain procedural flow of a program. Pseudo code cannot be executed in a computer based environment. Pseudo code eliminated unnecessary programming structures and only focuses on the flow process of the algorithm. It includes programming language specific constructs and natural human language constructs to explain the functioning. This is unlike a computer programming language where strict rules and procedures are laid down, which have to be followed to execute the particular code.


What do you mean by serial programming?

Serial programming is a term that means the opposite of parallel programming. It means the program only proceeds by one program step at a time.


What are the Structured programming languages?

In Structured Programming also known as Modular Programming Each Method(function) is structured itself. Such logical structure make programming more efficient and easy to understand. it employs Top-Down design model.


How is computer programming used in computer programming?

Parallax is used in computer programming by using a computer and a USB connection. They have been popular in robotics because of their easiness to program.

Related questions

Define procedure oriented programming?

The procedure oriented programming (POP) approach focuses on creating and ordering procedures or a block of code keeping in mind to accomplish a specific job. The key features of this kind of approach are: use of procedures, sequencing of procedures and sharing global data.


What are the drawbacks of procedure oriented programming languages?

Procedural programming is when an application executes a series of procedures. In procedural programming, the user is unable to choose what the program does next. In OOP (Object oriented), the user can click on any button they want, but in procedural, it just executed the pre-set procedures, then ends.


What is a term used as a synonym for module in any programming language?

subroutines procedures functions or methods


Can procedures be used in Excel formulas?

Procedures are associated with programming. You would have them in Visual BASIC for Applications, commonly known as VBA, and these can manipulate a spreadsheet. However you cannot have procedures direct in a formula in the sheet itself. So procedures can be used in Excel but not in formulas.


What is the definition of internet programming?

AnswerThe client server communication established with the help of scripting and markup languages following all the communication protocols and transmission protocols can be defined as Internet programming.


What is an open-source program offering a visual programming GUI to experiment with cryptographic procedures and to animate their results?

asasasa


What is two types of programming approaches?

Procedural programming, one that is made of one or more procedures and Object-oriented programming (O.O.P.) where a standard model is used for designing using real-world objects to express patterns, called classes in software.


What is procedures of taking a bath?

It's not a fixed action pattern, if that's what you're asking. That's some crude programming...


What are the procedure?

Procedures are nothing but a function used in TASM its used to reduce the length of program, TASM is a programming language which deals with microprocessor.


What do API?

An API (Application Programming Interface) is a set of functions and procedures which allow applications to access the features or data of another application, operating system or service.


What is PLC programming does it have to do with computers?

PLC stands for Programmable logic controller. It is used in factory settings and can control machines and basically automates electrical outputs and procedures.


What are the disadvantages of procedure oriented programming in c plus plus?

There are no any disadvantages of procedure oriented programming in C++. You can use it as well as object oriented programming, generic programming or any other paradigm. Just remember that this way you won't be using many helpful features of that language.