معجم الكيلاني لمصطلحات الحاسب الإلكتروني إنجليزي إنجليزي عربي موضح بالرسوم الحرف ١١_ L
list (1) A set of related data elements in main memory. (2) A string of items writ- ten in a certain format to be transmitted for processing.
قائمة : ١ - مجموعة بيانات مرتبطة في الذاكرة الرئيسة . ۲ - مجموعة من البيانات والفقرات مرتبة ترتيباً معيناً من أجل إرسالها للمعالجة .
list, assembly A computer-printed list- ing of a computer program that was pro- cessed by an assembler.
قائمة التجميع : قائمة مطبوعة تحتوي على النص الكامل لبرنامج تمت معالجته بواسطة المجمع .
list, command A sequence of steps generated by the CPU (Central Processing Unit) for the performance of an input/out- put operation.
قائمة أوامر : سلسلة من الخطوات المتتالية تصدرها وحدة التشغيل المركزية من أجل القيام بعملية الإدخال والإخراج .
list, indexed In the Fortran program- ming language an instruction used to read and write indexed arrays.
قائمة مفهرسة : في لغة فورتران البرمجية تستخدم تعليمة لقراءة وكتابة (تسجيل) مصفوفات مفهرسة .
list (1) A set of related data elements in main memory. (2) A string of items writ- ten in a certain format to be transmitted for processing.
قائمة : ١ - مجموعة بيانات مرتبطة في الذاكرة الرئيسة . ۲ - مجموعة من البيانات والفقرات مرتبة ترتيباً معيناً من أجل إرسالها للمعالجة .
list, assembly A computer-printed list- ing of a computer program that was pro- cessed by an assembler.
قائمة التجميع : قائمة مطبوعة تحتوي على النص الكامل لبرنامج تمت معالجته بواسطة المجمع .
list, command A sequence of steps generated by the CPU (Central Processing Unit) for the performance of an input/out- put operation.
قائمة أوامر : سلسلة من الخطوات المتتالية تصدرها وحدة التشغيل المركزية من أجل القيام بعملية الإدخال والإخراج .
list, indexed In the Fortran program- ming language an instruction used to read and write indexed arrays.
قائمة مفهرسة : في لغة فورتران البرمجية تستخدم تعليمة لقراءة وكتابة (تسجيل) مصفوفات مفهرسة .
listing Generally, any report produced on a printing device (line printer or type- writer). For example, a source listing is a printout of the source program processed by the compiler; an error listing is a report showing all input data found to be invalid by the processing program. (See assembly listing).
قائمة : المعنى العام للمصطلح هو أي تقرير ناتج عن جهاز طباعة طابعة سطرية أو آلة طباعة . مثال ذلك : قائمة المصدر هي الصفحات المطبوعة لبرنامج المصدر والمعالجة من قبل البرنامج المؤلّف، وقائمة الأخطاء هي التقرير الذي يُظهـر جميـع بيانات المدخلات التي وجدت باطلة من قبل برنامج المعالجة .
listing, assembly-language A com- puter printed listing of the computer prog- ram that was processed by an assembler.
طباعة قوائم الناتج برنامج التجميع .
listing, program See list, assembly.
قائمة البرنامج : القائمة التي تُدْرَجُ فيها تعليمات البرنامج .
listing, selective A listing of data of va- rious sets of predetermined criteria.
تسجيل انتقائي للبيانات ذات المعايير المتنوعة .
list, memory map A listing of variable names, array names, etc. and their addres- ses in computer memory.
قائمة محتويات الذاكرة : قائمة تشتمل على جميع أسماء المتغيرات والجداول والثوابت المستعملة في البرنامج مع عنوان موضع كل منها في الذاكرة.
list notation A method of writing S-ex-pressions by using the form (m1, m2,.... mn) to stand for the notation expression (m1, (m2.... (mn... NIL)....)).
تدوين بعلامات أو رموز خاصة .
list processing A special technique used in computer programming that uses list structures to organize storage.
تشغيل القوائم : أسلوب خاص يستخدم في تشغيل البيانات المنظمة في شكل سلسلة قوائم .
list processing languages Languages designed especially to process data that is in list form. Examples include IPL, LISP, POP-2, and SAIL.
لغات معالجة القوائم : لُغات مُصممة خصيصاً لمعالجة البيانات التي تكون في شكل قوائم .
list, push-down In a list of items, an item entered in the first position «pushes down>> in position all the items in the rest of the list as contrasted with push up list.
قائمة الضغط الى أسفل (أنظر قائمة الضغط إلى أعلى) : قائمة ترتب المدخلات فيها بحيث يكون خروجها بعكس ترتيب دخولها .
list, push-up In a list of items, an item is entered at the end of the list and all other items remain in the same relative position as contrasted with pushdown list.
قائمة الضغط الى أعلى : قائمة تحتوي على عدد محدد من العناصر ويضاف إليها عناصر بيـانـات جديدة من نهاية القائمة بحيث يكون خروج العناصر بنفس ترتيب دخولها أي أن العنصر الأول في الدخول للقائمة يكون العنصر الأول في الخروج منها .
list (to) To print a line for each item.
طباعةُ سَطْرٍ لِكُلِّ مادة .
list (1) A set of related data elements in main memory. (2) A string of items writ- ten in a certain format to be transmitted for processing.
قائمة : ١ - مجموعة بيانات مرتبطة في الذاكرة الرئيسة . ۲ - مجموعة من البيانات والفقرات مرتبة ترتيباً معيناً من أجل إرسالها للمعالجة .
list, assembly A computer-printed list- ing of a computer program that was pro- cessed by an assembler.
قائمة التجميع : قائمة مطبوعة تحتوي على النص الكامل لبرنامج تمت معالجته بواسطة المجمع .
list, command A sequence of steps generated by the CPU (Central Processing Unit) for the performance of an input/out- put operation.
قائمة أوامر : سلسلة من الخطوات المتتالية تصدرها وحدة التشغيل المركزية من أجل القيام بعملية الإدخال والإخراج .
list, indexed In the Fortran program- ming language an instruction used to read and write indexed arrays.
قائمة مفهرسة : في لغة فورتران البرمجية تستخدم تعليمة لقراءة وكتابة (تسجيل) مصفوفات مفهرسة .
list (1) A set of related data elements in main memory. (2) A string of items writ- ten in a certain format to be transmitted for processing.
قائمة : ١ - مجموعة بيانات مرتبطة في الذاكرة الرئيسة . ۲ - مجموعة من البيانات والفقرات مرتبة ترتيباً معيناً من أجل إرسالها للمعالجة .
list, assembly A computer-printed list- ing of a computer program that was pro- cessed by an assembler.
قائمة التجميع : قائمة مطبوعة تحتوي على النص الكامل لبرنامج تمت معالجته بواسطة المجمع .
list, command A sequence of steps generated by the CPU (Central Processing Unit) for the performance of an input/out- put operation.
قائمة أوامر : سلسلة من الخطوات المتتالية تصدرها وحدة التشغيل المركزية من أجل القيام بعملية الإدخال والإخراج .
list, indexed In the Fortran program- ming language an instruction used to read and write indexed arrays.
قائمة مفهرسة : في لغة فورتران البرمجية تستخدم تعليمة لقراءة وكتابة (تسجيل) مصفوفات مفهرسة .
listing Generally, any report produced on a printing device (line printer or type- writer). For example, a source listing is a printout of the source program processed by the compiler; an error listing is a report showing all input data found to be invalid by the processing program. (See assembly listing).
قائمة : المعنى العام للمصطلح هو أي تقرير ناتج عن جهاز طباعة طابعة سطرية أو آلة طباعة . مثال ذلك : قائمة المصدر هي الصفحات المطبوعة لبرنامج المصدر والمعالجة من قبل البرنامج المؤلّف، وقائمة الأخطاء هي التقرير الذي يُظهـر جميـع بيانات المدخلات التي وجدت باطلة من قبل برنامج المعالجة .
listing, assembly-language A com- puter printed listing of the computer prog- ram that was processed by an assembler.
طباعة قوائم الناتج برنامج التجميع .
listing, program See list, assembly.
قائمة البرنامج : القائمة التي تُدْرَجُ فيها تعليمات البرنامج .
listing, selective A listing of data of va- rious sets of predetermined criteria.
تسجيل انتقائي للبيانات ذات المعايير المتنوعة .
list, memory map A listing of variable names, array names, etc. and their addres- ses in computer memory.
قائمة محتويات الذاكرة : قائمة تشتمل على جميع أسماء المتغيرات والجداول والثوابت المستعملة في البرنامج مع عنوان موضع كل منها في الذاكرة.
list notation A method of writing S-ex-pressions by using the form (m1, m2,.... mn) to stand for the notation expression (m1, (m2.... (mn... NIL)....)).
تدوين بعلامات أو رموز خاصة .
list processing A special technique used in computer programming that uses list structures to organize storage.
تشغيل القوائم : أسلوب خاص يستخدم في تشغيل البيانات المنظمة في شكل سلسلة قوائم .
list processing languages Languages designed especially to process data that is in list form. Examples include IPL, LISP, POP-2, and SAIL.
لغات معالجة القوائم : لُغات مُصممة خصيصاً لمعالجة البيانات التي تكون في شكل قوائم .
list, push-down In a list of items, an item entered in the first position «pushes down>> in position all the items in the rest of the list as contrasted with push up list.
قائمة الضغط الى أسفل (أنظر قائمة الضغط إلى أعلى) : قائمة ترتب المدخلات فيها بحيث يكون خروجها بعكس ترتيب دخولها .
list, push-up In a list of items, an item is entered at the end of the list and all other items remain in the same relative position as contrasted with pushdown list.
قائمة الضغط الى أعلى : قائمة تحتوي على عدد محدد من العناصر ويضاف إليها عناصر بيـانـات جديدة من نهاية القائمة بحيث يكون خروج العناصر بنفس ترتيب دخولها أي أن العنصر الأول في الدخول للقائمة يكون العنصر الأول في الخروج منها .
list (to) To print a line for each item.
طباعةُ سَطْرٍ لِكُلِّ مادة .