Total Pageviews

Monday, May 16, 2011

Translating PDL – Program Design Language into QBASIC Code in Programming

Program Design Language, also referred to as PDL for short, is a common technique for fabricating and detailing different systems and operations in software. Program Design Language can be associated to pseudocode, except that Program Design Language is devised in basic language, minus the terminology that would indicate that a programming language was utilized. Some of the common terms utilized in Program Design Language are ASSIGN, WRITE, DISPLAY, PRINT, COPY, DELETE, IF, ELSE, OTHERWISE, LOOP, and WHILE.

QBASIC is an integrated development environment, or IDE for short, and interpreter for an alternative of the BASIC programming language, which is based on QuickBASIC. Programming code that is entered into QBASIC is compiled to a transitional form and then this transitional form is instantaneously interpreted on demand within QBASIC. Some of the common terms utilized in the QBASIC programing language are INPUT, LOOP, ANSWER, LEFT, WHILE, UNTIL, FOR, NEXT, IF and THEN.

Translating Program Design Language to QBASIC, in most cases, should be a rather simple process. This especially true because the two have very similar attributes. As mentioned earlier, Program Design Language is a plain English programming language and QBASIC is a very high-level programming language, which means it is pretty much English. Some common terms that both these languages share are words like IF, ELSE, END, and RETURN. Since the two languages are so close in comparison, translating the would involve taking the code written in Program Design Language and finding the correct the terms in QBASIC that are correlated to the action you are complete.

Translating PDL – Program Design Language into QBASIC Code outside of Programming:

The concept of translating Program Design Language to QBASIC is a concept that people can apply in a variety of areas outside of the programming world. Since there are a number of environments that the concept of translating Program Design Language to QBASIC can be applied, we shall utilize a business world example best correlate the concept of translating to the world outside of programming.

In the business world, maybe the finance department’s operational analysts need to put together a report called the “Daily Operating Report” for the company’s managers and directors to review on a daily basis. It is likely that there is a lot of financial detail, which would require a lot of paper space. Most of this detail would probably overwhelm a good number of the directors and managers.

Similar to the translation from Program Design Language to QBASIC, the operational analysts would need to translate all the financial data into language that is understood by the directors and managers. To do this, the he analysts would need to summarize the financial data and transform it into a report that would allow directors and managers to quickly read and easily understand the information. The report would enable the directors and managers to quick and educated decisions to help them sustain efficiently running departments. A prime example of translating some that is not readable to something that is readable.

No comments:

Post a Comment