PEMETAAN FLOWCHART KE BAHASA C MENGGUNAKAN RULEBASED MACHINE TRANSLATION
Daftar Isi:
- Understanding algorithms written in programming languages requires sufficient basic knowledge of the syntax or rules in the programming language. Algorithms are easier to understand if algorithms are made in visual form like flowchart. In this research, the algorithm in the form of flowchart will be translated into the form of Language C by using Rule-Based Machine Translation method. The first step is the algorithm in the form of flowchart will be translated into pseudocode form, after then the algorithm in the form of pseudocode will be translated into the form of C programming language. Rule-Based Machine Translation is applied during the process of translation algorithm in the form pseudocode to the C programming language. This research aims to develop a software to map algorithms in the form of flowchart to C programming language and to determine the accuracy level of Rule-Based Machine Translation (RBMT) method to translate algorithm in flowchart form to C programming language. Data type used in this research is the primary data. The results of this research can be used by users who are still unfamiliar with the C programming language.