First-generation programming language
http://dbpedia.org/resource/First-generation_programming_language an entity of type: Language
A primeira geração de linguagem de programação ou 1GL é conhecida como linguagem de máquina (ou binária), que usa apenas 0 (zero) e 1 (um) para programar softwares.
rdf:langString
第一代语言(1GL)或机器语言是一种低级的面向计算机的程序设计语言,使用0和1表示各种命令。 起初,没有为第一代语言使用的编译器或连接器,指令是通过计算机系统开关的面板输入到系统中的。 机器语言的特点是执行速度快,效率高,但是难以学习、记忆和修改,同时它的移植性很差。
rdf:langString
الجيل الأول من لغات البرمجة هي لغة برمجة لمستوى الآلة.في البداية، لم يكن يستخدم المترجم لترجمة (compile) أو تجميع لغات الجيل الأول. كان يتم إدخال التعليمات من خلال مفاتيح الوحة الأمامية لنظام الحاسوب. الفائدة الرئيسية من البرمجة في الجيل الأول للغة البرمجة هو سرعة وكفائة الكود المكتوب حيث يتم يتم تنفيذها مباشرة من وحدة المعالجة المركزية. مع ذلك، تعتبر لغة الآلة أكثر صعوبة من لغات البرمجة الأعلى، وتزداد الصعوبة في التعديل عند حدوث خطاء. كما أنة عند الحاجة إلى إضافة تعليمات إلى الذاكرة في نفس الموقع، فنحتاج لتحريك جميع التعليمات الموجودة تحت الموقع المطلوب لتوفير مكان في الذاكرة لاستيعاب الأمر الجديد. وهذة العملية صعبة بسبب استخدام مفاتيح الوحة الأمامية. كما أن إمكانية نقل برنامج من جهاز إلى آخر يتطلب إعادة كتابة الكود في الجهاز الآخر حيث أن لغة الآلة تختلف من جهاز إلى آخر. مثال، عدد السجلات
rdf:langString
A first-generation programming language (1GL) is a machine-level programming language. A first generation (programming) language (1GL) is a grouping of programming languages that are machine level languages used to program first-generation computers. Originally, no translator was used to compile or assemble the first-generation language. The first-generation programming instructions were entered through the front panel switches of the computer system.
rdf:langString
rdf:langString
الجيل الأول من لغات البرمجة
rdf:langString
First-generation programming language
rdf:langString
Linguagem de programação de primeira geração
rdf:langString
第一代编程语言
xsd:integer
81826
xsd:integer
1025088330
rdf:langString
الجيل الأول من لغات البرمجة هي لغة برمجة لمستوى الآلة.في البداية، لم يكن يستخدم المترجم لترجمة (compile) أو تجميع لغات الجيل الأول. كان يتم إدخال التعليمات من خلال مفاتيح الوحة الأمامية لنظام الحاسوب. الفائدة الرئيسية من البرمجة في الجيل الأول للغة البرمجة هو سرعة وكفائة الكود المكتوب حيث يتم يتم تنفيذها مباشرة من وحدة المعالجة المركزية. مع ذلك، تعتبر لغة الآلة أكثر صعوبة من لغات البرمجة الأعلى، وتزداد الصعوبة في التعديل عند حدوث خطاء. كما أنة عند الحاجة إلى إضافة تعليمات إلى الذاكرة في نفس الموقع، فنحتاج لتحريك جميع التعليمات الموجودة تحت الموقع المطلوب لتوفير مكان في الذاكرة لاستيعاب الأمر الجديد. وهذة العملية صعبة بسبب استخدام مفاتيح الوحة الأمامية. كما أن إمكانية نقل برنامج من جهاز إلى آخر يتطلب إعادة كتابة الكود في الجهاز الآخر حيث أن لغة الآلة تختلف من جهاز إلى آخر. مثال، عدد السجلات في وحدة المعالجة المركزية تختلف عن الأخرى.
rdf:langString
A first-generation programming language (1GL) is a machine-level programming language. A first generation (programming) language (1GL) is a grouping of programming languages that are machine level languages used to program first-generation computers. Originally, no translator was used to compile or assemble the first-generation language. The first-generation programming instructions were entered through the front panel switches of the computer system. The instructions in 1GL are made of binary numbers, represented by 1s and 0s. This makes the language suitable for the understanding of the machine but far more difficult to interpret and learn by the human programmer. The main advantage of programming in 1GL is that the code can run very fast and very efficiently, precisely because the instructions are executed directly by the central processing unit (CPU). One of the main disadvantages of programming in a low level language is that when an error occurs, the code is not as easy to fix. First generation languages are very much adapted to a specific computer and CPU, and code portability is therefore significantly reduced in comparison to higher level languages. Modern day programmers still occasionally use machine level code, especially when programming lower level functions of the system, such as drivers, interfaces with firmware and hardware devices. Modern tools such as native-code compilers are used to produce machine level from a higher-level language.
rdf:langString
A primeira geração de linguagem de programação ou 1GL é conhecida como linguagem de máquina (ou binária), que usa apenas 0 (zero) e 1 (um) para programar softwares.
rdf:langString
第一代语言(1GL)或机器语言是一种低级的面向计算机的程序设计语言,使用0和1表示各种命令。 起初,没有为第一代语言使用的编译器或连接器,指令是通过计算机系统开关的面板输入到系统中的。 机器语言的特点是执行速度快,效率高,但是难以学习、记忆和修改,同时它的移植性很差。
xsd:nonNegativeInteger
2350