PrepIPA
HomeStudyIP Guide › Topic 38
💻 Technology 38 / 63
38

プログラム言語

Programming Languages
ပရိုဂရမ်ဘာသာရပ်များ
🇯🇵 日本語
  • 言語の種類:高水準言語(人間が読みやすい:Python・Java・C)・低水準言語(機械語・アセンブリ)
  • コンパイラ:ソース全体を機械語に翻訳してから実行(C・Java)
  • インタープリタ:1行ずつ翻訳しながら実行(Python・JavaScript)
  • オブジェクト指向:クラス・オブジェクト・継承・カプセル化の概念
🇬🇧 English
  • High-level language (Python, Java, C#) — reads like English, easier for humans. Low-level language — closer to machine code, harder to read, very fast.
  • Compiler — translates the entire source code into machine code before running. One translation, then run. (C, Java)
  • Interpreter — translates and executes line-by-line in real time. Slower but more flexible. (Python, JavaScript)
  • OOP (Object-Oriented Programming) — organise code into objects (bundles of data + functions). Makes large programs easier to manage.
🇲🇲 မြန်မာ
  • High-level language (Python, Java) — အင်္ဂလိပ်ဆင်ကာ လူများဖတ်ရအသင့်ပြုထားသည်။ Low-level — machine ကိုနီးကပ်သောကြောင့် မြန်သော်လည်း ဖတ်ရခက်သည်။
  • Compiler — source code တစ်ခုလုံးကို machine code သို့ ဘာသာပြန်ပြီးမှ run သည်။
  • Interpreter — တစ်ကြောင်းချင်းစီ ဘာသာပြန်ကာ ချက်ချင်း run သည်။ ပိုသွက်လက်သော်လည်း နှေးကွေးသည်။
Keywords
コンパイラインタープリタオブジェクト指向クラス継承PythonJava
← 37 38 / 63 39 →

Related Practice Questions

ဆက်စပ် လေ့ကျင့်ခန်းမေးခွန်းများ

See all IP questions →
← 37 38 / 63 39 →