رواد النهضة
أهلاً وسهلاَ بك أخي الكريم ..
حللت أهلاً .. ووطئت سهلاً ..
ياهلا بك بين اخوانك وأخواتك ..
ان شاء الله تسمتع معــانا ..
وتفيد وتستفيد معانـا ..


طريقة التسجيل في المنتدى - فيديو -
رواد النهضة
أهلاً وسهلاَ بك أخي الكريم ..
حللت أهلاً .. ووطئت سهلاً ..
ياهلا بك بين اخوانك وأخواتك ..
ان شاء الله تسمتع معــانا ..
وتفيد وتستفيد معانـا ..


طريقة التسجيل في المنتدى - فيديو -
رواد النهضة
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.


منتديات رواد النهضة تهدف لتطوير العالم العربي الإسلامي وتحقيق النهضة والتطور
 
الرئيسيةرواد النهضةأحدث الصورالتسجيلدخول

شاطر | 
 

 Getting Ready to Program

استعرض الموضوع التالي استعرض الموضوع السابق اذهب الى الأسفل 
كاتب الموضوعرسالة
TiTo
نائب المديرنائب المدير
بيانات العضو
ذكر
عدد الرسائل : 859
الموقع : Ain Mlila
العمر : 31
العمل/الترفيه : Student
المزاج : ..............
بلدك : Getting Ready to Program Dz10
الاوسمة : Getting Ready to Program Dcsdff10
Getting Ready to Program Jb12915568671
Personalized field : Getting Ready to Program Empty
نقاط التميز : 1500
عارضة طاقة :
Getting Ready to Program Left_bar_bleue80 / 10080 / 100Getting Ready to Program Right_bar_bleue

نقاط : 6540
السٌّمعَة : 7
تاريخ التسجيل : 30/10/2008

بطاقة الشخصية
رسالتي:

Getting Ready to Program _
مُساهمةموضوع: Getting Ready to Program   Getting Ready to Program I_icon_minitimeالجمعة أبريل 24, 2009 11:04 am











Getting Ready to Program

Programs are written to instruct machines to carry out specific tasks or to solve specific
problems. A step-by-step procedure that accomplishes a desired task is called an algorithm.
Thus, programming is the activity of communicating algorithms to computers.
We have all given instructions to someone in English and then had that person carry out
the instructions. The programming process is analogous, except that machines have no
tolerance for ambiguity and must have all steps specified in a precise language and in
tedious detail.

The Programming Process
1. Specify the task.
2. Discover an algorithm for its solution.
3. Code the algorithm in C .
4. Test the code.

A computer is a digital electronic machine composed of three main components: processor,
memory, and input/output devices. The processor is also called the central processing
unit, or CPU. The processor carries out instructions that are stored in the
memory. Along with the instructions, data also is stored in memory. The processor typically
is instructed to manipulate the data in some desired fashion. Input/output
devices take information from agents external to the machine and provide information
to those agents. Input devices are typically terminal keyboards, disk drives, and tape
drives. Output devices are typically terminal screens, printers, disk drives, and tape
drives. The physical makeup of a machine can be quite complicated, but the user need
not be concerned with the details.
The operating system consists of a collection of special programs and has two main purposes.
First, the operating system oversees and coordinates the resources of the
machine as a whole. For example, when a file is created on a disk, the operating system
takes care of the details of locating it in an appropriate place and keeping track of its
name, size, and date of creation. Second, the operating system provides tools to users,
many of which are useful to the C programmer. Two of these tools are of paramount
importance: the text editor and the C compiler.
We assume the reader can use a text editor to create and modify files containing C
code. C code is also called source code, and a file containing source code is called a
‘source file. After a file containing source code (a program) has been created, the C
compiler is invoked. This process is system-dependent. (Section 1.6, Writing and Running
a C Program, on page 14.) For example, on many UNIX systems, we can invoke
the C compiler with the command
CC pgm.cpp
where pgm.cpp is the name of a file that contains a program. If there are no errors in
pgm.cpp, this command produces an executable file—one that can be run, or executed.
Although we think of this as compiling the program, what actually happens is more
complicated.

When we compile a simple program, three separate actions occur: First the preprocessor
is invoked, then the compiler, and finally the linker. The preprocessor modifies a
copy of the source code by including other files and by making other changes. The compiler
translates this into object code, which the linker then uses to produce the final executable
file. A file that contains object code is called an object file. Object files, unlike
source files, usually are not read by humans. When we speak of compiling a program,
we really mean invoking the preprocessor, the compiler, and the linker. For a simple
program, this is all done with a single command.
After the programmer writes a program, it has to be compiled and tested. If modifications
are needed, the source code has to be edited again. Thus, part of the programming
process consists of this cycle:
When the programmer is satisfied with the program performance, the cycle ends.

الموضوع : Getting Ready to Program  المصدر : رواد النهضة

توقيع العضو : TiTo

الرجوع الى أعلى الصفحة اذهب الى الأسفل
TiTo
نائب المديرنائب المدير
بيانات العضو
ذكر
عدد الرسائل : 859
الموقع : Ain Mlila
العمر : 31
العمل/الترفيه : Student
المزاج : ..............
بلدك : Getting Ready to Program Dz10
الاوسمة : Getting Ready to Program Dcsdff10
Getting Ready to Program Jb12915568671
Personalized field : Getting Ready to Program Empty
نقاط التميز : 1500
عارضة طاقة :
Getting Ready to Program Left_bar_bleue80 / 10080 / 100Getting Ready to Program Right_bar_bleue

نقاط : 6540
السٌّمعَة : 7
تاريخ التسجيل : 30/10/2008

بطاقة الشخصية
رسالتي:

Getting Ready to Program _
مُساهمةموضوع: رد: Getting Ready to Program   Getting Ready to Program I_icon_minitimeالجمعة أبريل 24, 2009 11:09 am


هل من أسئلة ????


Any Questions ???????

الموضوع : Getting Ready to Program  المصدر : رواد النهضة

توقيع العضو : TiTo

الرجوع الى أعلى الصفحة اذهب الى الأسفل
الأمير خالد
المدير العام ( رائد النهضة الإسلامية العربية )المدير العام ( رائد النهضة الإسلامية العربية )
الأمير خالد
بيانات العضو
ذكر
عدد الرسائل : 3930
العمر : 31
العمل/الترفيه : طالب
المزاج : رائع
بلدك : Getting Ready to Program Dz10
الاوسمة : Getting Ready to Program 3h210
Getting Ready to Program Jb12915568671
Personalized field : Getting Ready to Program Empty
نقاط التميز : 10000
عارضة طاقة :
Getting Ready to Program Left_bar_bleue100 / 100100 / 100Getting Ready to Program Right_bar_bleue

نقاط : 12623
السٌّمعَة : 103
تاريخ التسجيل : 30/10/2008

بطاقة الشخصية
رسالتي: سأطور العالم الإسلامي بإذن الله

Getting Ready to Program _
http://www.4nahdha.com
مُساهمةموضوع: رد: Getting Ready to Program   Getting Ready to Program I_icon_minitimeالجمعة أبريل 24, 2009 11:38 am


لو كنا نريد تعلمها بالإنجليزية لتعلمناها من المواقع الإنجليزية والكلام ليس عني لأني أفهم اللغة الإنجليزية لكن التلاميذ الآخرين
أقترح عليهم أن يقوموا بإضراب ختى تقوم بالترجمة
الموضوع : Getting Ready to Program  المصدر : رواد النهضة

توقيع العضو : الأمير خالد

الرجوع الى أعلى الصفحة اذهب الى الأسفل
بسمة أمل
مديرةمديرة
بسمة أمل
بيانات العضو
انثى
عدد الرسائل : 2468
العمر : 32
العمل/الترفيه : طالبة
المزاج : و لله الحمد و المنة
بلدك : Getting Ready to Program Dz10
الاوسمة : Getting Ready to Program 1-tama10
Getting Ready to Program Jb12915568671
Personalized field : Getting Ready to Program Empty
نقاط التميز : 5000

عارضة طاقة :
Getting Ready to Program Left_bar_bleue100 / 100100 / 100Getting Ready to Program Right_bar_bleue

نقاط : 13120
السٌّمعَة : 98
تاريخ التسجيل : 06/12/2008

بطاقة الشخصية
رسالتي: رواد النهضة، أمل الأمة، الإسلام منهجنا و العلم سلاحنا و العمل دليلنا و النجاح حليفنا بإذن الله

Getting Ready to Program _
مُساهمةموضوع: رد: Getting Ready to Program   Getting Ready to Program I_icon_minitimeالجمعة أبريل 24, 2009 12:32 pm


جزاك الله خيرا أخي على تحمسك للتعليم
بخصوص اللغة
صحيح الحمد لله هناك من يفهم و يجيد اللغة الإنجليزية و هناك من مستواه متوسط و هناك من مستواه ضعيف
و حبذا لو تكون الدروس باللغة العربية
و لكن ذا لم يكن هناك أي حل بخصوص اللغة
فلا بأس فالعلم ليس من السهل إكتسابه
فأقترح أن تضع الدرس بالإنجليزية ثم إذا استطعت ترجمته ترجمه

وفقكم الله

الموضوع : Getting Ready to Program  المصدر : رواد النهضة

توقيع العضو : بسمة أمل

الرجوع الى أعلى الصفحة اذهب الى الأسفل
TiTo
نائب المديرنائب المدير
بيانات العضو
ذكر
عدد الرسائل : 859
الموقع : Ain Mlila
العمر : 31
العمل/الترفيه : Student
المزاج : ..............
بلدك : Getting Ready to Program Dz10
الاوسمة : Getting Ready to Program Dcsdff10
Getting Ready to Program Jb12915568671
Personalized field : Getting Ready to Program Empty
نقاط التميز : 1500
عارضة طاقة :
Getting Ready to Program Left_bar_bleue80 / 10080 / 100Getting Ready to Program Right_bar_bleue

نقاط : 6540
السٌّمعَة : 7
تاريخ التسجيل : 30/10/2008

بطاقة الشخصية
رسالتي:

Getting Ready to Program _
مُساهمةموضوع: رد: Getting Ready to Program   Getting Ready to Program I_icon_minitimeالجمعة أبريل 24, 2009 1:30 pm


سوف أحاول
الموضوع : Getting Ready to Program  المصدر : رواد النهضة

توقيع العضو : TiTo

الرجوع الى أعلى الصفحة اذهب الى الأسفل
نرجس
مشرفةمشرفة
نرجس
بيانات العضو
انثى
عدد الرسائل : 1733
العمر : 32
العمل/الترفيه : طالبة
المزاج : جيد الحمد لله
بلدك : Getting Ready to Program Dz10
الاوسمة : Getting Ready to Program Wesaam10
Getting Ready to Program Jb12915568671
Personalized field : Getting Ready to Program Empty
نقاط التميز : 2000
عارضة طاقة :
Getting Ready to Program Left_bar_bleue90 / 10090 / 100Getting Ready to Program Right_bar_bleue

نقاط : 9252
السٌّمعَة : 32
تاريخ التسجيل : 22/01/2009

بطاقة الشخصية
رسالتي: سنطور العالم الإسلامي بإذن الله

Getting Ready to Program _
مُساهمةموضوع: رد: Getting Ready to Program   Getting Ready to Program I_icon_minitimeالجمعة أبريل 24, 2009 9:00 pm


بارك الله فيك
أجل أنا أوافق رأيهما
الموضوع : Getting Ready to Program  المصدر : رواد النهضة

توقيع العضو : نرجس

الرجوع الى أعلى الصفحة اذهب الى الأسفل
MEN_DZ
حصن المنتدى
بيانات العضو
ذكر
عدد الرسائل : 387
العمر : 32
العمل/الترفيه : طالب
بلدك : Getting Ready to Program Dz10
Getting Ready to Program Jb12915568671
نقاط التميز : 300
عارضة طاقة :
Getting Ready to Program Left_bar_bleue70 / 10070 / 100Getting Ready to Program Right_bar_bleue

نقاط : 6227
السٌّمعَة : 14
تاريخ التسجيل : 05/04/2009

بطاقة الشخصية
رسالتي:

Getting Ready to Program _
مُساهمةموضوع: رد: Getting Ready to Program   Getting Ready to Program I_icon_minitimeالأحد أبريل 26, 2009 2:48 pm


من المستحييييلات السبع أن أدرس باللغة الإنجليزية
الموضوع : Getting Ready to Program  المصدر : رواد النهضة

توقيع العضو : MEN_DZ

الرجوع الى أعلى الصفحة اذهب الى الأسفل
رضوان
نائب المديرنائب المدير
رضوان
بيانات العضو
ذكر
عدد الرسائل : 2103
العمر : 32
العمل/الترفيه : طالب
المزاج : باهي
بلدك : Getting Ready to Program Dz10
الاوسمة : Getting Ready to Program 110
Getting Ready to Program Jb12915568671
Personalized field : Getting Ready to Program Empty
نقاط التميز : 2000
عارضة طاقة :
Getting Ready to Program Left_bar_bleue90 / 10090 / 100Getting Ready to Program Right_bar_bleue

نقاط : 8244
السٌّمعَة : 15
تاريخ التسجيل : 06/11/2008

بطاقة الشخصية
رسالتي:

Getting Ready to Program _
مُساهمةموضوع: رد: Getting Ready to Program   Getting Ready to Program I_icon_minitimeالسبت يوليو 25, 2009 7:56 pm


يمنع منعاً باتاً الكتابة بغير اللغة العربية.( الكيبورد العربي من تطويرنا)

لكن شكرا جزيــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــلأا
على الموضوع
الموضوع : Getting Ready to Program  المصدر : رواد النهضة

توقيع العضو : رضوان

الرجوع الى أعلى الصفحة اذهب الى الأسفل
 

Getting Ready to Program

استعرض الموضوع التالي استعرض الموضوع السابق الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1

(( مَا يَلْفِظُ مِنْ قَوْلٍ إِلَّا لَدَيْهِ رَقِيبٌ عَتِيدٌ))


صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
رواد النهضة :: التكنولوجيا :: قسم الكمبيوتر :: البرمجة-
©phpBB | انشاء منتدى مجاني | منتدى مجاني للدعم و المساعدة | التبليغ عن محتوى مخالف | ملفات تعريف الارتباط التابعة لجهات خارجية | آخر المواضيع
الملتيميديا | dz cars | شبكة المدونات | الأساتذة الجزائريون