مهارات الحاسوب

تعريف الحاسوب (computer)
ويسمى أيضا الحاسب الآلي- وهو عبارة عن جهاز إلكتروني- يقوم بإجراء العمليات الحسابية
 .والمنطقية -على مجموعة من البيانات- ويقوم بمعالجتها وإخراج نتائج في شكل)معلومات)

مهارات الحاسوب

.جهاز الحاسوب، يحتوي على نظام التشغيل وحزمة البرمجيات المتنوعة

ما نظام التشغيل  ؟ (Operating System) (OS)
مجموعة من البرمجيات التي يعمل بعضها مع بعض
بالتزامن لتشكل حلقة وصل بين المستخدم والحاسوب،
وتعمل عن طريق ادارة المكونات المادية وتنسيق عملها
مع البرمجيات التي تعمل داخل الحاسوب. كما يوفر
بيئة عمل لتشغيل البرامج التطبيقية مثل برامج معالج
النصوص والمعالجة الصورية والفيديوية ومتصفحات
الأنترنت، و يجب معرفة أن نظام التشغيل يعمل بشكل
مستمر ولا ينتهي عمله إلا عند إطفاء جهاز الحاسوب.

Lecture 10: Graph

GRAPH is a non linear data structure in which the elements are arranged randomly inside the memory and are interconnected with each other.
A graph G is an ordered pair of sets (V E ) where:
•V is the set of vertices.
•E is the edges which connect the vertices.

Lecture 8: Tree

-A TREE is a dynamic data structure that represents the
hierarchical relationships between individual data items.
-It’s a data structure in which the elements are arranged in the
parent and child relationship manner.
-In a tree, nodes are organized in a hierarchical way in such a
way that:
•Root is the beginning of the tree.
•Branches are Lines that connecting the nodes
•Leaf nodes are nodes that have no children.