هذا ملخص ما تعلمته في اليوم الأول للتحدي

أحببت ان اشارككم اياه كل تفاصيل التحدي موجودة بصفحتي

facebook.com/malozaibi.page

وسؤال هل يمكنني مشاركة الملخص يومياً كي احصل على تعليقاتكم تصحيحاتكم أن كان هناك شيء فهمته خطا

وشكراً

day 1

 Started with a normal introduction in who to get use of this course. 4 minutes 3 videos

1- Programming Basics:

video 1:- 5.54m What is programming

A program is a set of instructions; a sequence of separate small command one after another.

Programming is taking apart a complex task into small instruction.

Syntax is the way a programming language written in

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

روح يمين, سير ساني, انتبه في مطب, البيت الي آخر الشارع, كم حسابك $

video 2:- 4.48m What is programming language

There is a lot programming languages. Some are popular, but all of them are converted to the machine language.

Some languages are close the machine language like C,C++ and called Low Level languages while some other are far and called High Level Languages like JavaScript.

However the closer language to the machine language is faster than the far ones, BUT the speed is no matter now because is not noticeable for us as humans.

We write the source code that will be converted to the machine language eventually.

There is three things we should know to program

How to write the language.

How it will be converted to the machine language.

How do we actually run it or execute it.

كلام نظري مفيد جدا قبل الدخول في اللغة اعتقد كفايتي لليوم: كتابة ما اتعلمه مفيد لانه يثبت المعلومة.

شكراً جزء من #تحدي_الثلاثين_يوما