أكاديميا - كولنز - معاجم الجيب العلمية - الكمبيوتر - انكليزي - فرنسي -عربي الحرف ٣_ l

تقليص
X
 
  • تصفية - فلترة
  • الوقت
  • عرض
إلغاء تحديد الكل
مشاركات جديدة

  • أكاديميا - كولنز - معاجم الجيب العلمية - الكمبيوتر - انكليزي - فرنسي -عربي الحرف ٣_ l

    أكاديميا - كولنز - معاجم الجيب العلمية - الكمبيوتر - انكليزي - فرنسي - عربي الحرف ٣_ L


    log in/on/off/out
    abonnement m

    إشتراك. المصطلح المستخدم عند الدخول إلى نظام حاسوبي كبير أو الخروج منه عبر مطراف terminal . وهكذا يُحدُّ من عدد المستخدمين ونوع الاستخدام .


    Logo
    Logo

    لوغو . لغة عالية المرتبة high - level language قويه طورها سيمون بابرت Simon Papert . وقد وضعت هذه اللغة خصوصاً لتعليم البرمجة البنيوية والسماح بتفحص الأفكار من قبل الفتيان والشيوخ على حد سواء. وتشمل قدرات هذه اللغة تخطيطات السلحفاة (بناء أشكال وأنماط بتحريك واسم الشاشة)، ومعالجة القوائم وإدارة الإجراءات وقاعدة المعطيات. ويمكن استخدام لغة لوغو كذلك في أعمال التحكم
    بالسلاحف الأرضية وأجهزة إلكترونية صغرية أخرى. وتستعمل هذه اللغة على نطاق واسع في التعليم .


    look - up table
    table f de consultation

    جدول تفتيش. يمكن خزن كل أكواد طلب المكالمات الهاتفية لكل بلدات ومدن بريطانيا في جدول table في ذاكرة memory الحاسوب. وعند طباعة اسم المكان كامبريدج مثلاً، يستخدم الحاسوب جدول التفتيش بحث للعثور على كود الطلب الصحيح، وهو 0223 في هذه الحالة. وقد يرتب هذا الجدول بمثابة صفيف array .


    loop
    boucle f

    حلقة . مثلما تنتهي أنشوطة الحبل حيث بدأت كذلك تفعل الحلقة في البرنامج program الحاسوبي . والفارق الوحيد هو أن البرنامج يستمر في الدوران الحلقي حتى يتحقق شرط معين.
    مثلاً : يحتاج فرز مجموعة من الأعداد بشكل تصاعدي إلى قيام الحاسوب بتنفيذ سلسلة من التعليمات مرارا وتكراراً (حلقة) حتى فرز كافة الأعداد. وإحدى الطرق لعمل ذلك :

    - قارن العددين الأول والثاني .
    - إذا كان الأول أكبر بادل بين العددين .
    - والآن كرر هذه الحلقة مع العددين الثاني والثالث.
    . . وهكذا دواليك. وعندما يتم التعامل مع كافة
    الأعداد :

    - كرر الحلقة
    بدءاً بالعددين الأول والثاني مجدداً. ويعني المرور بكل الأعداد من دون أي تغيير أنها مرتبة بشكل تصاعدي أصلاً. لاحظ أن حلقة موجودة داخل حلقة أخرى تسمى حلقة متداخلة nested loop .


    low - level language
    language m non évolué

    لغة أولية . اسم يطلق على لغة language الحاسوب التي تشبه كود الآلة machine code ويسهل تحويلها إليه . ويجري تحويل كل تعليمة instruction إلى كود آلة واحد يجري تنفيذه بواسطة الحاسوب كعملية مفردة. وهذه اللغات صعبة البرمجة لأنها تعتمد على نوع وحدة المعالجة المركزية (CPU) المستعملة ولا يمكن نقلها عبر الحواسيب المختلفة. ومن الأمثلة على هذه اللغات الأولية : 6502 و X80 Zilog ولغة التأويل Intel 80286. وهي تستعمل عندما تكون للسرعة أهميتها . وفي لغة عالية المرتبة (مثل البيسيك BASIC أو الفورتران FORTRAN) تحتاج كل تعليمة إلى عدد من عمليات أكواد الآلة، ولكنها أسهل برمجة .


    LPM
    LPM

    سطر في الدقيقة. مختصر lines per minute، وهي السرعة التي تنتج بها الطابعات النسخة الورقية .


    LSI

    مختصر large - scale integration .

    اضغط على الصورة لعرض أكبر. 

الإسم:	1723556073604.jpg 
مشاهدات:	4 
الحجم:	73.5 كيلوبايت 
الهوية:	231465 اضغط على الصورة لعرض أكبر. 

الإسم:	1723556073586.jpg 
مشاهدات:	3 
الحجم:	61.2 كيلوبايت 
الهوية:	231466 اضغط على الصورة لعرض أكبر. 

الإسم:	1723556073570.jpg 
مشاهدات:	3 
الحجم:	70.0 كيلوبايت 
الهوية:	231467 اضغط على الصورة لعرض أكبر. 

الإسم:	1723556073552.jpg 
مشاهدات:	3 
الحجم:	31.4 كيلوبايت 
الهوية:	231468

  • #2
    Academia - Collins - Pocket Dictionaries - Computer - English - French - Arabic Letter 3_ L

    log in/on/off/out
    abonnement m

    Subscription. The term used when entering or exiting a large computer system via a terminal. Thus limiting the number of users and the type of use.

    Logo

    Logo. A powerful high-level language developed by Simon Papert. This language was developed specifically to teach structural programming and allow ideas to be examined by young and old alike. The capabilities of this language include turtle layouts (building shapes and patterns by moving and naming the screen), list processing, and managing procedures and databases. Logo can also be used to control

    terrestrial turtles and other small electronic devices. This language is widely used in education.

    look - up table
    table f de consultation

    Inspection table. All telephone dialing codes for all towns and cities in Britain can be stored in a table in the computer's memory. When typing the name of the place Cambridge, for example, the computer uses a lookup table to find the correct order code, in this case 0223. This table may be arranged as an array.

    loop
    boucle f

    A loop. Just as a rope loop ends where it started, so does a loop in a computer program. The only difference is that the program continues in the loop until a certain condition is met.

    For example, sorting a set of numbers in ascending order requires the computer to execute a series of instructions over and over again (a loop) until all the numbers have been sorted. One way to do this is:

    - Compare the first and second numbers.
    - If the first is larger, swap the two numbers.
    - Now repeat this loop with the second and third numbers.

    . . And so on. When all the numbers have been processed:

    - Repeat the loop, starting with the first and second numbers again. Going through all the numbers without changing them means that they are already sorted in ascending order. Note that a loop inside another loop is called a nested loop.

    low-level language
    language m non évolué

    Primary language. A name given to a computer language that resembles machine code and is easy to convert to. Each instruction is converted into a single machine code that is executed by the computer as a single operation. These languages ​​are difficult to program because they depend on the type of central processing unit (CPU) used and cannot be transferred across different computers. Examples of these primary languages ​​include: 6502, X80 Zilog, and the Intel 80286 interpreted language. They are used when speed is important. In a high-level language (such as BASIC or FORTRAN), each instruction requires a number of machine code operations, but they are easier to program.

    LPM
    LPM

    Lines per minute. Abbreviation for lines per minute, which is the speed at which printers produce paper copies.

    LSI

    Abbreviation for large-scale integration.

    تعليق

    يعمل...
    X