Vocab Bloom Hub

source program

/ˈsɔːs ˌprəʊɡræm/

الترجمة: برنامج حاسوبي مكتوب بلغة برمجة عالية المستوى، يقرأه الإنسان ويحتاج إلى ترجمة إلى لغة الآلة بواسطة مترجم أو مفسر قبل التنفيذ. ويُقصد به أيضًا الشفرة المصدرية التي يُبنى منها البرنامج التنفيذي.

مدخل واحد

phrase

C1formalcommonIT/ˈsɔːs ˌprəʊɡræm/

A computer program written in a high-level programming language that is readable by humans and must be translated into machine code by a compiler or interpreter before execution.

  • 🌐برنامج حاسوبي مكتوب بلغة برمجة عالية المستوى، يقرأه الإنسان ويحتاج إلى ترجمة إلى لغة الآلة بواسطة مترجم أو مفسر قبل التنفيذ. ويُقصد به أيضًا الشفرة المصدرية التي يُبنى منها البرنامج التنفيذي.
  1. Original code B2 formal

    A computer program written in a high-level programming language that is readable by humans and must be translated into machine code before execution.

    • The developer saved the source program in a text file.
    • A compiler converts the source program into an executable file.
    • The source program contains all the instructions for the software.

    🌐شيفرة المصدر