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

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

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

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


    validation check
    contrôle m de validité

    تدقيق الصلاحية. التحقق من أن المعطيات data ذات معنى نظراً لإمكانية أن يرتكب جامع المعطيات الأصلي خطأ ما ولا تلغي تدقيقات الصلاحية الأخطاء كلياً ولكنها تجعل من الصعب دخول المعطيات الخاطئة إلى الحاسوب .

    وهناك طرق عدة للتدقيق بالنسبة للأعداد المكودة :

    - رقم المجموع التدقيقي checksum digit : عدد مكود يجمع ويقسم على معامل محدد مسبقاً. فإذا قسم العدد تماماً، أي بدون بقية، اعتبر صالحاً وذا معنى .

    - رقم التدقيق المثقل weighted check digit : يتم إدخال مرحلة إضافية من ضرب كل رقم بمعامل . ومعروف أنه قد تمر مئات السنوات قبل أن يمر عدد مكود خطأ بهذه الطريقة .

    - تدقيقات المجال range checks : التحقق من أن المعطيات ضمن الحدود المقبولة .

    مثلاً :

    IF age % < 1 OR age % > 1 THEN PRINT «خطأ في المعطيات» .

    - تدقيقات على جداول الأعداد checks on number tables : استخدام مجاميع تدقيقية (hash (batch totals. تجمع كل المعطيات في الجدول لإعطاء مجموع بلا معنى . ويتم التحقق من هذا المجموع في مرحلة التحضير والإدخال .

    - تدقيقات على الأنضدة checks on strings (کلمات ، أسماء، لوائح .. إلخ) : استخدام جداول تفتيشية look - up tables تمثل ملفات في المعطيات كالأسماء والعناوين واللوائح، مخزونة على قرص . ويقارن الحاسوب كل مدخل مع جدول المعطيات ويطابقه معه .

    ويمكن برمجة كل تدقيقات الصلاحية هذه في الحاسوب بحيث يمكنه تنفيذ التدقيق أوتوماتيا .


    valve
    tube m

    صمام. جهاز إلكتروني أوجد في العام 1900 يحتوي على مسار داخل بصلة زجاجية (مثل مصباح الإنارة العادي). واستخدمت الصمامات في أجهزة الراديو والتلفزيون والحواسيب، وكان الحاسوب الأول يحتوي على نحو 18,000 صمام . ولقد حل محل الصمام اليوم الترانزستور transistor، وغيره من الأجهزة شبه الناقلة semiconductors .


    variable
    variable f

    متغير . جزء من مخزن أو ذاكرة يستخدم عند البرمجة لحفظ معطيات يقدمها المستخدم. ويمكن إدخال المعطيات إما بواسطة لوحة الملامس أو تكون مكتوبة في البرنامج. ويسمى المتغير بهذا الاسم لأن بإمكان المرء تغيير المعطيات الموجودة فيه أو تعديلها. ولكل متغير اسم ونوع يميزه . مثلاً :

    - أنواع المتغيرات الشائعة في لغة «بيسيك» BASIC :
    متغير (عدد) صحيح = % name
    متغير نضيد أو نص = $ name

    متغير عدد حقيقي (يقبل أجزاء عشرية) = name .

    - استخدام المتغيرات :

    answer % = first % + second %
    PRINT carname $

    ويعرض هذا محتويات $ carname .
    وإذا كانت المعطيات بصيغة الأنضدة (أنضدة سمات) strings فإنه يمكن استخدام مواقع عديدة لحفظ المعطيات .


    VDU

    مختصر visual display unit .


    verification
    vérification f

    تحقق . تدقيق في كون شيء ما قد طبع وأرسل بدقة . ومن مهمات المدخلين طباعة ما أمامهم بدقة، ولكن أخطاء قد تقع مثلاً : بعض الأخطاء المعتادة في إدخال 041772 يمكن أن تكون :

    1 ـ خطأ النسخ (طباعة رقم بشكل خاطيء) :
    041792 .

    2 - تبادل الأمكنة رقمان يتبادلان مكانيهما) : 042771 .

    3 - تبادل مزدوج للأمكنة (زوجان من الأرقام يبدلان مكانهما : 014277

    4 - أخطاء عشوائية فوضى (كاملة) .

    ويضمن التحقق عدم دخول مثل هذه الأخطاء نظرا لأن الأغلاط قد تكون في غاية الجدية .

    وباستخدام الوسائل الورقية (شريط أو بطاقات مثقبة) يتم إعداد نسخة ثانية . وإذا كانت هنالك أية تباينات مع النسخة الأولى يوقف القارىء لوحة الملامس . وعندها يقرر عامل الإدخال أي من النسختين هي الصحيحة .

    وفي الوسائل المغنطيسية (شريط أو أقراص) تعد نسخة ثانية توضع أيضاً على وحدة شريط أو قرص وتتم مقارنة النسختين .

    أما في حالة المعطيات المرسلة فيجري التدقيق على بتة التكافؤ parity bit وهي بتة إضافية تضاف في مرحلة التحضير لكل كلمة word . ويظهر التدقيق ما إذا كانت المعطيات قد فسدت أثناء الإرسال .


    very large - scale integration (VLSI) intégration ƒ à très grande échelle

    تكامل واسع النطاق جداً. مثلما هو الحال في التكامل واسع النطاق large - scale integration (LSI) فإن هذا أيضاً مقياس لعدد البوابات gates المنطقية على جذاذة chip أحادية .
    لقد أنتج المصممون بين العامين 1960 و 1970 المزيد والمزيد من البوابات على الجذاذة الواحدة، وراح العدد يتضاعف سنوياً تقريباً منذ العام 1959. وفي البدء، ظهر التكامل ضيق النطاق (SSI) بما يصل إلى 20 بوابة منطقية، ثم التكامل متوسط النطاق (MSI) بما يتراوح بين 20 و 100 بوابة . وبحلول العام 1969 ظهر التكامل واسع النطاق بما يتراوح بين 100 و 5000 بوابة منطقية، وحصلنا منذ العام 1975 على التكامل واسع النطاق جداً حيث تزيد أعداد البوابات على 5000 في جذاذة مساحتها نحو نصف سنتيمتر مربع .

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

الإسم:	1723640340385.jpg 
مشاهدات:	5 
الحجم:	59.1 كيلوبايت 
الهوية:	231997 اضغط على الصورة لعرض أكبر. 

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

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

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

الإسم:	1723640340324.jpg 
مشاهدات:	3 
الحجم:	68.8 كيلوبايت 
الهوية:	232001

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

الإسم:	1723640340308.jpg 
مشاهدات:	3 
الحجم:	79.5 كيلوبايت 
الهوية:	232010

    Academia - Collins - Pocket Scientific Dictionaries - Computer - English - French - Arabic Letter 1_V

    validation check
    contrôle m de validité

    Validity check. Verifying that the data is meaningful due to the possibility that the original data collector may have made a mistake. Validity checks do not eliminate errors completely, but they make it difficult for incorrect data to enter the computer.

    There are several methods for verifying coded numbers:

    - Checksum digit: A coded number that is added and divided by a predetermined coefficient. If the number is divided exactly, i.e. without a remainder, it is considered valid and meaningful.

    - Weighted check digit: An additional stage of multiplying each digit by a coefficient is introduced. It is known that hundreds of years may pass before a coded number passes incorrectly in this way.

    - Range checks: Verifying that the data is within acceptable limits.

    For example:

    IF age % < 1 OR age % > 1 THEN PRINT "Data error".

    - Checks on number tables: Using hash (batch totals. All the data in the table are combined to give a meaningless total. This total is verified at the preparation and entry stage.

    - Checks on strings (words, names, lists, etc.): Using look-up tables that represent files of data such as names, addresses, and lists, stored on a disk. The computer compares each entry with the data table and matches it with it.

    All these validity checks can be programmed into the computer so that it can perform the check automatically.

    valve
    tube m

    A valve. An electronic device invented in 1900 that contains a path inside a glass bulb (like a regular light bulb). Valves were used in radios, televisions, and computers. The first computer contained about 18,000 valves. The valve has been replaced today by the transistor and other semiconductor devices.


    variable
    variable f

    A variable. A part of a store or memory used in programming to store data provided by the user. Data can be entered either by a touchpad or written into the program. A variable is called this name because one can change or modify the data in it. Each variable has a name and a type that distinguishes it. For example:

    - Common types of variables in BASIC:

    Integer (number) variable = % name
    Text or text variable = $ name

    Real number variable (accepts decimal parts) = name .

    - Using variables:

    answer % = first % + second %
    PRINT carname $

    This displays the contents of $ carname .

    If the data is in the form of a string (attribute table), several locations can be used to store the data.

    VDU

    Abbreviation for visual display unit .

    verification
    vérification f

    Verify. Check that something has been printed and sent accurately. One of the tasks of the entrants is to type what is in front of them accurately, but mistakes may occur, for example: Some of the common mistakes in entering 041772 could be:

    1 - Copying error (typing a number incorrectly):
    041792.

    2 - Swapping places (two numbers swapping places): 042771.

    3 - Double exchange of places (two pairs of numbers switch places: 014277

    4 - Random errors (complete chaos).

    Verification ensures that such errors do not enter because errors can be very serious.

    Using paper media (tape or punched cards), a second copy is prepared. If there are any discrepancies with the first copy, the reader stops the contact plate. The entry operator then decides which of the two copies is correct.

    In magnetic media (tape or disks), a second copy is also prepared and placed on a tape or disk unit and the two copies are compared.

    In the case of transmitted data, the parity bit is checked, which is an additional bit added in the preparation phase for each word. The check shows whether the data has been corrupted during transmission.

    Very large-scale integration (VLSI) intégration ƒ à très grande échelle

    Very large-scale integration. As in large-scale integration Large-scale integration (LSI) is also a measure of the number of logic gates on a single chip. Between 1960 and 1970, designers produced more and more gates on a single chip, and the number has been doubling almost every year since 1959. First came small-scale integration (SSI) with up to 20 logic gates, then medium-scale integration (MSI) with 20 to 100 gates. By 1969, large-scale integration (LSI) had emerged with 100 to 5,000 logic gates, and since 1975, we have had very large-scale integration with more than 5,000 gates on a chip about half a square centimeter in size.

    تعليق

    يعمل...
    X