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

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

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

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


    stationery
    papier m

    ورق. يكون ورق الحاسوب عادة من نوع الورق المستمر continuous stationery. ويتألف من صفحات مطوية مثل طيات المروحة يتصل بعضها ببعض في خطوط مخرمة، ولها ثقوب عجلة مسننة sprocket holes على امتداد الحاشيتين. وقد يطبع مسبقاً اسم الشركة على الورق مع ترك مساحة في كل صفحة لطباعة الحاسوب . وتمكن طباعة الصفحات الأحادية باستعمال ملقمات الصفحات الأحادية .


    stepping motor
    moteur m pas à pas

    محرك تدرجي. بالمقارنة مع المحرك الكهربائي العادي يدور هذا المحرك خطوة كل مرة بحيث يخطو 96 خطوة في الدورة الواحدة، مثلا. ويحدد الصانع عدد الخطوات، وهو يعتمد على عدد مجموعات الملفات وعدد الملفات في كل مجموعة. إذا كانت هنالك 4 مجموعات من الملفات في كل منها 12 ملفاً تكون الوضعيات الممكنة 48 وضعية ويمكن الحصول على 96 خطوة بالتوقف عند نصف المسافة بين الوضعيتين. وينتقل المحرك من وضعية إلى أخرى بتشغيل مجموعات مختلفة من الملفات بالدور وباستخدام تسلسل من الأعداد يمكن أن يوفره الخرج output الرقمي للحاسوب. وتعتبر هذه طريقة مهمة لتوليد حركة دقيقة تخضع لسيطرة المعالج الصغري microprocessor وهي شائعة الاستخدام في
    الربوطيات rabotics .

    store
    mémoire f

    مخزن . اسم يطلق على أي شيء يحفظ المعطيات data التي تقدمها وحدة المعالجة المركزية central processing unit في الحاسوب و المخزن الحلقي core store و جذاذات chips الذاكرة والذاكرة الفقاعية bubble memory و القرص disk المغنطيسي والبرميل و الشريط tape ليست إلا أنواعاً من المخازن. ويعتمد حجم
    المخزن على عدد مواقع الذاكرة .


    string
    chaine f

    نضيد. تستخدم كلمة نضيد لوصف مجموعة من
    السمات characters قد لا تكون في الواقع أكثر من سمة واحدة. وفي حين تخزن الأعداد في أطوال محددة من الذاكرة تملأ الفراغات فيها بالأصفار، تستعمل السمات في مجموعات مختلفة الطول. وتخزن هذه في سلسلة من مواقع location الذاكرة بحيث يحمل الموقع الأول عدداً يحدد طول النضيد (عدد السمات) .

    وتستخدم لغة بيسيك BASIC رمز الدولار $ إلى جانب المتغير variable للدلالة على أنه نضيد . مثلا : $HELLO = A , ويمكن خزن هذه الكلمة في ستة مواقع يحمل الأول العدد 5 .


    stripware
    données fpl sur bande

    محتوى الشريط اللين. مصطلح يطلق على المعطيات المخزونة أو الموزعة على شريط لين soft strip .


    structured programming
    programmation f structurée

    برمجة بنيوية . فن كتابة البرامج programs المنطقية وسهلة المتابعة. وتشتمل على تقسيم المسألة الأصلية إلى وحدات برمجية صغيرة كل منها مستقل بذاته ويمكن اختباره بشكل منفصل. وعندها يمكن للبرنامج الرئيسي أن يتألف من سلسلة من الـتـعـلـيــمـات instructions التي يوجه كل منها الحاسوب إلى وحدة معينة أو نهيج subroutine يقوم بتنفيذه ثم يعود.
    إن تعليمات مثل REPEAT... UNTIL و FOR... NEXT و DO... WHILE تتيح بنية سهلة أثناء كتابة البرنامج. وباستخدام المقاربة التنازلية top down يكتب البرنامج في وحدات بنفس الطريقة التي حلت بها المسألة الأصلية، ويمكن القول بأن بيانات السياق flow charts لا تلزم في هذه الطريقة . غير أنه يجب أن تكون البرمجة جيدة البناء لكي تكتب دون استعمال بيانات السياق .


    subroutine
    sous programme m

    نهيج. مقطع من برنامج program كتب لتنفيذ مهمة محددة يمكن للبرنامج الرئيسي أن يستخدمها مرة واحدة أو مرات عدة أثناء التنفيذ. وفي العادة، تقوم التعليمة instruction الأخيرة في النهيج بإعادة الحاسوب إلى التعليمة التي تتلو تلك التعليمة التي غادر البرنامج الرئيسي عندها. وتكون للأنظمة الحاسوبية الكبيرة مجموعة من النهيجات موجودة على قرص أو شريط يمكن استدعاؤها من قبل البرنامج الجاري واستعمالها متى وكيفما احتاج الأمر. و الإجراء» شكل من أشكال النهيج إذ يستطيع المبرمج استخدامه مرة أو مرات خلال برنامج . غير أن الفارق الرئيسي بينهما هو أنه يستدعى» بالاسم ويجب أن يكون محدداً (مكتوباً) خارج الجسم الرئيسي للبرنامج. ويمكن كذلك أن تكون له متغيرات variables خاصة به .


    synchronous mode
    mode m synchrone

    طريقة تزامنية . أداء حاسوب تعتمد فيه بداية كل عملية على نبضة تنطلق من ميقته الداخلي. ومن ثم فإن استكمال مهمة لا يعني الإيذان ببداية المهمة التالية كما هو الحال في الطريقة اللاتزامنية asynchronous mode ، إذ تنتظر الآلة، ولو لجزء من الثانية، نبضة الميقت التالية .


    syntax
    syntaxe m

    أصول التركيب مثلما تحتاج الكلمات التي نتحدث بها إلى نظام قواعدي معين لكي تكون مفهومة فإن التعليمات instructions المعطاة للحاسوب يجب أن تتقيد بقواعد معينة . وتعلن الآلة عن «خطأ تركيبي» عندما يرتكب المبرمج أخطاء في التعليمات .

    مثلاً : إن التعليمة

    10 INPUT A:B
    في لغة البيسيك BASIC تؤدي إلى خطأ تركيبي لأنها يجب أن تكون
    10 INPUT A,B

    ولم يتم التقيد هنا بقواعد كتابة تعليمات البرنامج .

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

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

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

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

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

الإسم:	1723640341036.jpg 
مشاهدات:	3 
الحجم:	70.3 كيلوبايت 
الهوية:	231924

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

الإسم:	1723640341018.jpg 
مشاهدات:	3 
الحجم:	80.8 كيلوبايت 
الهوية:	231927

    Academia - Collins - Scientific Pocket Dictionaries - Computer - English - French - Arabic Letter 6_S

    stationery
    papier m

    Paper. Computer paper is usually continuous stationery. It consists of pages folded like fan folds connected to each other in perforated lines, and has sprocket holes along the edges. The company name may be pre-printed on the paper with space left on each page for computer printing. Single pages can be printed using single page feeders.

    stepping motor
    moteur m pas à pas

    Stepping motor. Compared to a regular electric motor, this motor rotates one step at a time so that it takes 96 steps in one revolution, for example. The manufacturer determines the number of steps, and it depends on the number of file groups and the number of files in each group. If there are 4 groups of files, each with 12 files, the possible positions are 48 positions, and 96 steps can be obtained by stopping halfway between the two positions. The motor moves from one position to another by operating different sets of coils in turn and using a sequence of numbers that can be provided by the digital output of the computer. This is an important method for generating precise movement under the control of the microprocessor and is commonly used in robotics.

    store
    mémoire f

    store. A name given to anything that stores data provided by the central processing unit in a computer. Core store, memory chips, bubble memory, magnetic disk, drum, and tape are just a few types of stores. The size of the store depends on the number of memory locations.

    string
    chaine f

    set. The word set is used to describe a collection of characters that may actually be no more than one character. While numbers are stored in fixed lengths of memory with spaces filled with zeros, characters are used in groups of different lengths. These are stored in a series of memory locations, with the first location holding a number that specifies the length of the array (number of attributes). BASIC uses the dollar sign $ along with the variable to indicate that it is an array. For example: $HELLO = A, and this word can be stored in six locations, the first holding the number 5.

    stripware
    fpl data on tape

    Soft tape content. A term used to describe data stored or distributed on a soft strip.

    structured programming
    programming f structurée

    Structural programming. The art of writing logical and easy-to-follow programs. It involves dividing the original problem into small programming units, each of which is independent and can be tested separately. The main program can then consist of a series of instructions, each of which directs the computer to a specific unit or subroutine to execute and then return.

    Instructions such as REPEAT... UNTIL, FOR... NEXT, and DO... WHILE allow for easy structure while writing the program. Using the top-down approach, the program is written in units in the same way that the original problem was solved. It can be said that contextual data flow charts are not required in this approach. However, the programming must be well-structured to be written without contextual data.

    subroutine
    sous programme m

    approach. A section of a program written to perform a specific task that the main program can use once or multiple times during execution. Typically, the last instruction in the procedure returns the computer to the instruction that follows the one at which the main program left. Large computer systems have a set of procedures on disk or tape that can be called by the running program and used whenever and however needed. A procedure is a form of procedure that can be called by the programmer once or multiple times during a program. The main difference between the two is that it is called by name and must be specified (written) outside the main body of the program. It can also have its own variables.

    synchronous mode
    mode m synchrone

    synchronous mode . A computer's performance in which the start of each operation depends on a pulse from its internal clock. Thus, the completion of one task does not signal the start of the next task, as is the case in the asynchronous mode, where the machine waits, even for a fraction of a second, for the next clock pulse.

    syntax
    syntaxe m

    Syntax Principles Just as the words we speak need a certain grammatical system to be understood, the instructions given to the computer must adhere to certain rules. The machine reports a “syntax error” when the programmer makes mistakes in the instructions.

    For example: The instruction

    10 INPUT A:B
    in BASIC language leads to a syntax error because it should be
    10 INPUT A,B

    and here the rules for writing program instructions were not adhered to.

    تعليق

    يعمل...
    X