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

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

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

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


    OA
    bureautique f

    أتمتة مكتبية . مختصر office automation .


    object code
    code m objet

    كود الهدف. يسمى البرنامج المكتوب بلغة عالية المرتبة high-level language برنامجاً أصلياً source . ويستعمل مصرف compiler ، بمؤول assembler أو بدونه، لإنتاج صيغة ثنائية من البرنامج الأصلي في كود الهدف. ويكون هذا في الواقع كود الآلة machine code الذي يفهمه الحاسوب ويحتوي على المعطيات data بالإضافة إلى التعليمات instructions .


    OCR

    مختصر optical character recognition
    أو القارىء البصري للسمات optical character reader .


    octal notation
    notation f octale

    ترميز ثماني. في هذا النظام يعد المرء بالثمانيات بدلاً من العشرات مستخدماً الأرقام من 0 إلى 7. وفي حين تمثل المراتب الثلاث في النظام العشري المئات والعشرات والأحاد فإنها تمثل في النظام الثماني مضاعفات 1 و 8 و 64 .
    مثلاً :
    ( 1×4) + (8×6) + (64×7)= 764 في الثماني .
    448+48+4 =
    في العشري 500 =

    وللتغيير من الترميز الثماني إلى الترميز الثنائي binary notation يحول كل رقم بدوره. فـ 7 هي 111 و 6 هي 110 و 4 هي 100. وهكذا فإن : في الثنائي 111110100 = 764 في الثماني .
    (تدقيق 256+128+64+32+16+0+4+0+0=500)


    OEM
    constructeur m de matériel

    مختصر original equipment manufacturer .


    on/off line
    connecté/autonome

    موصول / مفصول. مصطلح يستعمل لوصف ما إذا كان مستخدم المطراف موصولاً بالحاسوب أم لا . وكثيراً ما تستخدم المطاريف المفصولة لتحضير المعطيات data مع أنه لو كان لها معالجها الخاص بها لأمكنها أن تعمل كحاسوب مستقل .


    operand
    opérande m

    مُتأثر. يمكن أن تنقسم تعليمة كود الآلة machine code إلى قسمين : الأول هو المؤثر (مستخدماً كود التشغيل operating code) ويضبط العملية الواجب إجراؤها (يمكن أن تكون هذه اطبع أو أوسق المركم accumulator) . والثاني هو المتأثر ويضبط مواضع locations الذاكرة الواجب استعمالها ، ثم - مثلا - إلى أي منفذ أو جهاز يجب إرسال المعطيات data .

    مثلاً : يمكن أن ترتب تعليمة كود الآلة التي تستخدم كلمة word من 24 بتة في 8 بتات و 16 بتة .

    متأثر 16 بتة ، 65536 عنواناً مختلفاً
    مؤثر 8 بتات ، 255 عملية


    operating system
    système m d'exploitation

    نظام التشغيل. مجموعة برامج متكاملة تساعد على التحكم بالنظام الحاسوبي بأكمله. ويشكل هذا النظام خلفية بين العتاد وبرامج (تطبيقات) المستخدم . وتتحكم أنظمة التشغيل بالأجهزة المحيطية، وبرامج الحفظ والإيساق، والملقى مع المستخدم، وإعطاء الرسائل إذا ما حصل خطأ ما ، كما أنها توفر مظاهر الأمن كلمات المرور، قصر النيل وتدير عموماً عمل الأقراص . وكثيراً ما يكون للأنظمة الحاسوبية الضخمة أنظمة تشغيل متخصصة تستغل التجهيزات المكلفة أفضل استغلال . وتتألف لغة ضبط المهمة job control language من أوامر وتعليمات تسمح للمستخدم بالاتصال مع برامج التشغيل .
    وتشمل أنظمة التشغيل الشائعة : CP/M و MS - DOS و 12 OS.


    operation code
    code m d'opération

    كود العملية . قسم من تعليمة كود الآلة machine code يحدد أن ما يجب عمله يجب أن يكون هو نفسه، مكوداً. ويسمى الكود المستعمل كود العملية، ومع صيغة عددية numeric فإن له أن يعني أشياء مثل اطبع» أو «اجمع» أو «اطرح» . . إلخ ..
    مثلاً : يمكن أن يكون كود عملية «اطبع» 13، وهكذا لطبع محتويات الموقع location 17 يمكن للمبرمج أن يكود :

    17 13
    أو
    13 0017

    غير أن ذلك يكون في الترميز الثنائي binary : notation


    optical character recognition (OCR) reconnaissance f. optique des caractères (ROC)

    التمييز البصري للسمات. جهاز قادر على تمييز
    السمات characters العادية المطبوعة، مثل A و B و 6 و ؟ ، وتوفير الدخل المقابل للحاسوب. ويصعب على هذه الآلة حالياً قراءة الكتابة اليدوية مع أن بعض أنواع الطباعة سهل القراءة . .
    والسمات التالية سمات تمييز بصري :

    OCR7

    ومن الأمثلة على التطبيقات الأرقام الموجودة في نهاية فاتورة الغاز أو الكهرباء والتي تحدد المبلغ الواجب دفعه، والفرز الأوتوماتي للرموز البريدية المطبوعة بواسطة آلة التمييز البصري للسمات .

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

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

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

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

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

الإسم:	1723640342489.jpg 
مشاهدات:	4 
الحجم:	66.5 كيلوبايت 
الهوية:	231745

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

الإسم:	1723640342477.jpg 
مشاهدات:	4 
الحجم:	73.5 كيلوبايت 
الهوية:	231747

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

    OA
    bureautique f

    Office automation. Abbreviation for office automation.

    object code
    code m objet

    Object code. A program written in a high-level language is called a source program. A compiler, with or without an assembler, is used to produce a binary version of the original program in the object code. This is actually the machine code that the computer understands and contains data in addition to instructions.

    OCR

    Abbreviation for optical character recognition
    or optical character reader.

    octal notation
    notation f octale

    Octal encoding. In this system, one counts in octals instead of tens, using the numbers from 0 to 7. While the three places in the decimal system represent hundreds, tens and ones, in the octal system they represent multiples of 1, 8 and 64.
    For example:
    (1×4) + (8×6) + (64×7) = 764 in octal.
    448+48+4 =

    In decimal notation, each digit is converted in turn. So 7 is 111, 6 is 110, and 4 is 100. Thus: in binary 111110100 = 764 in octal.
    (check 256+128+64+32+16+0+4+0+0=500)

    OEM
    Material constructor

    Abbreviation for original equipment manufacturer.

    on/off line
    connected/autonomous

    Connected / disconnected. A term used to describe whether the user of the terminal is connected to the computer or not. Separate terminals are often used to prepare data, although if they had their own processor they could operate as an independent computer.

    operand
    operand m

    A machine code instruction can be divided into two parts: the first is the operator (using the operating code) and determines the operation to be performed (this could be print or format the accumulator). The second is the operator and determines the memory locations to be used, and then - for example - to which port or device the data should be sent.

    For example: a machine code instruction using the word 24 bits can be arranged in 8 bits and 16 bits.

    16 bit operator, 65536 different addresses
    8 bit operator, 255 operations

    operating system
    system m d'exploitation

    Operating system. An integrated set of programs that helps control the entire computer system. This system forms the background between the hardware and the user programs (applications). Operating systems control peripheral devices, storage and formatting programs, and the user, and give messages if something goes wrong, and they also provide security features such as passwords, and generally manage the work of disks. Large computer systems often have specialized operating systems that make the best use of expensive hardware. The job control language consists of commands and instructions that allow the user to communicate with the operating programs.

    Common operating systems include: CP/M, MS-DOS, and 12 OS.

    operation code
    code m d'opération

    operation code . A section of a machine code instruction that specifies that what is to be done must be the same, encoded. The code used is called the operation code, and in numeric form it can mean things like "print" or "add" or "subtract". Etc..
    For example: the code for the "print" operation could be 13, and so to print the contents of the location 17 the programmer could code:

    17 13
    or
    13 0017

    However, this is in binary code: notation

    Optical character recognition (OCR) reconnaissance f. optique des caractères (ROC)

    Optical character recognition. A device capable of recognizing
    normal printed characters, such as A, B, 6, and ?, and providing the corresponding input to the computer. It is currently difficult for this machine to read handwriting, although some types of printing are easy to read. .
    The following features are optical recognition features:

    OCR7

    Examples of applications include the numbers at the end of a gas or electricity bill that specify the amount to be paid, and the automatic sorting of postal codes printed by an optical character recognition machine.

    تعليق

    يعمل...
    X