Applied Science and Research - Programming
Study terms related to programming languages, code structure, algorithms, data processing, software development, and debugging.
مراجعة
بطاقات الفلاش
الهجاء
اختبار قصير
a part of a computer that is easily accessible and one uses constantly

واجهة المستخدم, الواجهة الأمامية
عند استخدام الكمبيوتر، الواجهة الأمامية هي الجزء الذي يتفاعل معه المستخدمون مباشرة، مثل النقر على الأيقونات أو كتابة النص أو التنقل في القوائم للوصول إلى التطبيقات وأداء المهام.
based on or using a numerical system that operates only on 0 and 1

ثنائي, النظام الثنائي
التمثيل الثنائي للبيانات يسمح بمعالجة وتخزين فعال في الأجهزة الإلكترونية.
a unit for measuring the size of computer data that equals 8 bits

بايت, بايت
to write a computer program using specific instructions

يكود, يبرمج
قام الفريق بتشفير نظام إدارة قواعد البيانات لتنظيم المعلومات بكفاءة.
an instruction that tells a computer to perform a specific task or function

أمر, تعليمات
سطر الأوامر يسمح لك بالوصول إلى الميزات المتقدمة.
a person who writes computer programs

مبرمج, مطور
يستمتع بالإبداع وحل المشكلات المتضمنة في كونه مبرمجًا.
a person who designs and creates computer programs using special tools and languages

مهندس برمجيات, مطور برمجيات
a part of a computer responsible for storing and controlling data where users cannot easily access

الخلفية, جزء الخادم
عندما يتفاعل المستخدمون مع تطبيق ويب، فإن أفعالهم تطلق طلبات إلى الخلفية، التي تعالج البيانات وتولد استجابات مرئية على الواجهة الأمامية.
(computing) a collection of data treated as a single unit
an AI method using neural networks to learn patterns from massive data
a branch of artificial intelligence where computers learn how to perform specific operations without previous instructions

تعلم الآلة, التعلم الآلي
to transform data into a coded form

تشفير, ترميز
تستخدم وكالة التجسس أساليب متخصصة لترميز الرسائل المصنفة من أجل الاتصال الآمن.
to convert data or information into a coded form, mainly to prevent unauthorized access

تشفير, تعمية
تقوم الحكومة بتشفير الوثائق المصنفة لمنع الكشف غير المصرح به.
to create a new set of data by using a mathematical or logical process to transform an existing set of data

توليد
البرنامج يولد بيانات اصطناعية لزيادة مجموعة بيانات التدريب لنماذج الشبكات العصبية.
a line of command that tells a computer what to do

تعليمات, أمر
يتضمن التصحيح تحديد الأخطاء وتصحيحها في التعليمات التي تتسبب في تصرف البرنامج بشكل غير متوقع.
detailed instructions, often written on a manuscript, indicating how text should be formatted or printed

تحديد, تعليق التنسيق
راجع المصمم الترميز قبل تخطيط الصفحات.
a small piece of code or update applied to existing software to fix issues, enhance functionality, or address vulnerabilities

ترقيع, تحديث
قام التصحيح بإصلاح الخطأ الذي تسبب في تجمد البرنامج.
to write a set of codes in order to make a computer or a machine perform a particular task

برمجة
قام المطور ببرمجة الموقع لعرض محتوى ديناميكي بناءً على تفاعلات المستخدم.
(computing) a sequence of instructions executed in response to an event or command
a text containing instructions in a specific order that supports a programming language which human can read and it specifies the behaviors of a computer system

كود المصدر, نص المصدر
فهم الكود المصدري أمر ضروري لتعديل البرنامج.
the low-level instructions that a computer's processor executes directly
(computing) a keyword with a predefined meaning that cannot be used as a variable name
a language that uses procedural operators to request and retrieve data from a database
a high-level programming language designed for teaching structured programming
the visual interaction that users have with the computer through icons, menus, etc.

واجهة المستخدم الرسومية, واجهة رسومية للمستخدم
واجهة المستخدم الرسومية تسمح للمستخدمين بالتفاعل بصريًا مع النظام.
(computing) a markup system for structuring text and data in a machine-readable format
a finite sequence of well-defined, mathematical instructions for completing a specific task or solving a problem

خوارزمية
الخوارزمية الخاصة بالتحويل السريع لفورييه (FFT) تحسب بكفاءة التحويل المنفصل لفورييه لتسلسل أو عكسه.
(computing) a single iteration of a repeated sequence of instructions
(computer science) a line of code written as part of a computer program

بيان
the set of rules that defines how statements and commands must be written in a computer programming language

بناء الجملة, هيكل بناء الجملة
أخطاء التركيب تمنع البرنامج من التشغيل.
a program that translates source code written in a programming language into machine code or bytecode, allowing the computer's central processing unit (CPU) to execute the program

مترجم, مترجم الكود
تمكّن أعلام وخيارات المترجم المبرمجين من تخصيص عملية الترجمة لمتطلبات أو تحسينات محددة.
a structure or model guiding organization or development, often with rules or principles

إطار, هيكل
يحدد الإطار الصحي معايير رعاية المرضى والإجراءات الطبية.
(computing) a formal language used to write instructions for computers
a text interface where users type commands to execute programs
