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.

مبادئ المحاسبة 1

يمثل الاطار المفاهيمي نظاماً متكاملاً من الاهداف ووالاسس المترابطة التي يمكن ان تؤدي الى معايير محاسبية متسقة، تساعد على وصف طبيعة ووظيفة ومحددات المحاسبة المالية والقوائم المالية، ويكمن التساؤل فيما هي الحاجة لوجود الاطار المفاهيمي، إن وجود الاطار المفاهيمي ضروري للاسباب اآلتية:
1- حتى تكون المعايير المحاسبية مفيدة، يجب ان تستند في وضعها الى إطار محدد من الاهداف والمفاهيم المحاسبية.
2- يساعد هذا الاطار على زيادة فهم المستخدمين للقوائم المالية ويعزز من ثقتهم بها .
3- يُمكن المحاسبين من حل المشاكل المستجدة بصورة اكثر سرعة بمجرد الرجوع الى هذا الاطار .

Rheumatoid Arthritis

Rheumatoid Arthritis is a chronic systemic inflammatory disease of undetermined etiology involving primarily the synovial membranes and articular structures of multiple joints. The disease is often progressive and re sults in pain, stiffness, and swelling of joints. In late stages, deformity and ankylosis develop. Women are affected more than men, with a female: male ratio of 3:1; the disease onset reaches its apex between 35 and 50 years.

Lecture 4: Linked List

linked list is a data structure used for storing collections of data.

A linked list has the following properties:

1. Successive elements are connected by pointers.
2. The last element points to NULL.
3. Can grow or shrink in size during execution of a program.
4. Can be made just as long as required (until systems memory exhausts).
5. Does not waste memory space. It allocates memory as list grows.
 

Lecture 3 : Arrays and Pointers

-Arrays are widely used in any programming language. It is extremely useful in cases where we need to store the similar set of elements.It helps in reducing the program complexity and increases the programmer’s productivity.
Arrays can be categorized into the following:
1-Single Dimensional array.
2-Double Dimensional array.
3-Multidimensional array.
-Pointer is a variable that is capable to hold the address of another variable.

مبادئ الإدارة (الاتصالات)

التواصل في الإدارة هو عملية تبادل المعلومات والأفكار والملاحظات بين المديرين والموظفين لتحقيق أهداف المنظمة بشكل فعال. يلعب دورًا حاسمًا في ضمان فهم الجميع داخل المنظمة لأدوارهم ومهامهم والأهداف الأوسع. يساعد التواصل الفعال في منع سوء الفهم، وتعزيز التعاون، وتحسين عمليات صنع القرار.

يستخدم المديرون قنوات اتصال مختلفة، مثل الاجتماعات والبريد الإلكتروني والتقارير والمنصات الرقمية، لمشاركة المعلومات وتقديم التعليمات وتقديم الملاحظات. يعزز التواصل الجيد الشفافية ويبني الثقة ويقوي العلاقات بين أعضاء الفريق، مما يؤدي إلى بيئة عمل أكثر تماسكًا وإنتاجية.