انتقل إلى المحتوى الرئيسي
عرض ٣٧٥٤ من ٥٤ مصطلح

معالجة اللغة الطبيعية

علم البيانات

Natural Language Processing

مجال في الذكاء الاصطناعي يركز على تمكين الحواسيب من فهم اللغة البشرية وتفسيرها وتوليدها.

A field of AI focused on enabling computers to understand, interpret, and generate human language.

manual

بروتوكول شبكي

تقنية المعلومات

Network Protocol

مجموعة قواعد تحكم كيفية إرسال البيانات واستقبالها عبر شبكة الحاسوب.

A set of rules governing how data is transmitted and received across a computer network.

manual

شبكة عصبية

علم البيانات

Neural Network

نظام حوسبي مستوحى من الشبكات العصبية البيولوجية، يتكون من عقد مترابطة تعالج البيانات.

A computing system inspired by biological neural networks, composed of interconnected nodes that process data.

manual

البرمجة كائنية التوجه

علوم الحاسوب

Object-Oriented Programming

نموذج برمجي يعتمد على الكائنات التي تحتوي بيانات وشفرة، ويشجع إعادة الاستخدام عبر الوراثة وتعدد الأشكال.

A programming paradigm based on objects that contain data and code, promoting reuse through inheritance and polymorphism.

manual

مصدر مفتوح

علوم الحاسوب

Open Source

برمجية شفرتها المصدرية متاحة مجانًا لأي شخص للاطلاع عليها وتعديلها وتوزيعها.

Software whose source code is freely available for anyone to view, modify, and distribute.

manual

نظام تشغيل

علوم الحاسوب

Operating System

برمجية نظامية تدير موارد العتاد وتوفر خدمات مشتركة للبرامج التطبيقية.

System software that manages hardware resources and provides common services for application programs.

manual

اختبار الاختراق

الأمن السيبراني

Penetration Testing

هجوم محاكاة مصرّح به على نظام لتقييم أمنه واكتشاف الثغرات.

An authorized simulated attack on a system to evaluate its security and discover vulnerabilities.

manual

بنية المفاتيح العامة

الأمن السيبراني

Public Key Infrastructure

إطار لإدارة الشهادات الرقمية وتشفير المفاتيح العامة لتأمين الاتصالات.

A framework for managing digital certificates and public-key encryption to secure communications.

manual

الحوسبة الكمومية

علوم الحاسوب

Quantum Computing

نوع من الحوسبة يستخدم ظواهر ميكانيكا الكم مثل التراكب والتشابك لمعالجة المعلومات.

A type of computation that uses quantum-mechanical phenomena like superposition and entanglement to process information.

manual

العودية

علوم الحاسوب

Recursion

أسلوب تستدعي فيه الدالة نفسها لحل أجزاء أصغر من المسألة ذاتها.

A technique where a function calls itself to solve smaller instances of the same problem.

manual

تحليل الانحدار

علم البيانات

Regression Analysis

أسلوب إحصائي لنمذجة العلاقة بين المتغيرات التابعة والمستقلة.

A statistical method for modeling the relationship between dependent and independent variables.

manual

التصميم المتجاوب

هندسة البرمجيات

Responsive Design

منهج في تصميم الويب يضمن عرض الصفحات بشكل جيد على مختلف الأجهزة وأحجام الشاشات.

A web design approach that ensures pages render well on various devices and screen sizes.

manual

واجهة برمجية مبنية على REST

هندسة البرمجيات

REST API

واجهة خدمة ويب تتبع نمط REST المعماري، تستخدم طرق HTTP للوصول إلى الموارد ومعالجتها.

A web service interface following REST architectural style, using HTTP methods to access and manipulate resources.

manual

لغة الاستعلام الهيكلية

نظم المعلومات

SQL

لغة معيارية لإدارة قواعد البيانات العلائقية والاستعلام منها.

Structured Query Language — a standard language for managing and querying relational databases.

manual

بروتوكول التحكم بالنقل / بروتوكول الإنترنت

تقنية المعلومات

TCP/IP

مجموعة بروتوكولات الاتصال الأساسية لربط أجهزة الشبكة على الإنترنت.

The fundamental communication protocol suite for interconnecting network devices on the internet.

manual

اختبار الوحدات

هندسة البرمجيات

Unit Testing

اختبار المكونات الفردية للبرمجية بمعزل عن غيرها للتحقق من عملها بشكل صحيح.

Testing individual components of software in isolation to verify they work correctly.

manual

التحكم بالإصدارات

هندسة البرمجيات

Version Control

نظام يسجل التغييرات على الملفات بمرور الوقت بحيث يمكن استرجاع إصدارات محددة وإدارتها.

A system that records changes to files over time so that specific versions can be recalled and managed.

manual

المحاكاة الافتراضية

تقنية المعلومات

Virtualization

إنشاء نسخ افتراضية من الموارد المادية مثل الخوادم والتخزين والشبكات.

The creation of virtual versions of physical resources such as servers, storage, and networks.

manual