answersLogoWhite

0


Best Answer

It's a very simple type of model. Mainly it consists of two steps. * Write some code * Fix the problems in that code This model is used in the early days of the software development. It can be used with the short systems which do not require maintenance.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is code and fix model?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

Can you give me an unused code for sepulchure model in mq?

No.


What is the mfr and model?

mfr means the manufacturer, or brand. the model is the specific product number or code. Ex. Mfr: Acer; Model: Aspire 5250-0639


What is the Importance of the OSI seven layer model?

It was split in layers to separate different function in different blocks. In such way it's easier to maintain code and support as well as use it. And if it happens that one layer has problem you do not have to fix other layers. In programming it's called abstraction and encapsulation.


What is functional and behavioral model in software engineering?

Functional model: functional model is a part of the software engineering where the team has to gather the requirements according to the specifications. The moto of the team is to check wether the requirements are fulfilled for the prerequisite specifications. The job of the team in this stage is bit challenging as the requirements should meet the specifications behavioural model: it is also a part of se process where the concentrates on design than the requirement gathering like the prog language suitable for the code,number of lines the code takes,number of bugs per 1000 lines of code etc. Here the work of the team will be little risky as the requirements are already gathered


Advantages of waterfall model in detail?

The waterfall model is the oldest and most widely used model in the field of software development. There are certain advantages of the waterfall model, which causes it to be the most widely used model as yet. Some of them can be listed as under.Needless to mention, it is a linear model and of course, linear models are the most simple to be implemented.The amount of resources required to implement this model is minimal.One great advantage of the waterfall model is that documentation is produced at every stage of the waterfall model development. This makes the understanding of the product designing procedure simpler.After every major stage of software coding, testing is done to check the correct running of the code.