Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can programming languages support the software development process?

0
Posted

How can programming languages support the software development process?

0

Phases in the development process are: • Requirements • Specification • Implementation • Certification or Validation (includes testing and verification) • Maintenance Need to evaluate languages with respect to overall picture. Not good if just supports one aspect. Important to evaluate language based on what its goals are. • BASIC – quick development of interactive programs • Pascal – instruction • C – low-level systems programming • FORTRAN – number crunching scientific computation Languages which are good for quick hacking together of programs may not be suitable for large-scale software development. Better choices for large-scale software include: • Ada, Modula-2, Clu, object-oriented languages like C++, Eiffel, etc. I heard two weeks ago at a conference in Boston that 50% of all security problems reported to CERT (center charged with reporting security problems and solutions) are due to one particular feature of one specific programming language. Given the increasing interest in pr

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123