Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Overview advanced techniques used in programs. These techniques include sorting

ID: 3571647 • Letter: O

Question

Overview

advanced techniques used in programs. These techniques include sorting data in arrays and multidimensional arrays. This discussion topic gives you the chance to explore programming standards.

Instructions

There are every day, real-life examples of arrays.

To fulfill the requirements for this discussion you will:

Write a brief paragraph/summary explaining what language standards are. At this point in your study of programming, what do they mean to you? Research the topic using the internet to enhance your submission. Sources used in your research should be properly cited.

Explanation / Answer

Standards in coding and programming are way of programming that are declared acceptable and are recommended as the approach that should be used. Much like programming standards allow programmers to use a common ground while writing code. Best practices are simply recommended methods of writing code. Code can be transformed visually to comply with a programming best practice, however, sytaxically the segment of code will remain the same. Best practices may also involve addition of extra code segments or removal of redundant code segments. To sum it up, best practices are the most recommended way of writing code, whereas programming standards are set of rules to apply to coding style.

Best example you can take of ANSI C standard developed at AT&T labs , USA