Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “...

21
Dr. Al-Mothana Gasaymeh

description

Parts of computer System Hardware: Electronic Devices Software : Instructions and computer programs

Transcript of Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “...

Page 1: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

Dr. Al-Mothana Gasaymeh

Page 2: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

Software Software : is a collection of programs , data ,

and information “ instructions for the hardware “

Program : Set of instructions that tell the computer what to do

Programmer : the person who make the programs

Page 3: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

Parts of computer System Hardware: Electronic Devices Software : Instructions and computer

programs

Page 4: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

What is Visual basic A language used to create windows

applications

Programs are developed with a Graphical User Interface (GUI)

The Instruction executed in the program are controlled by events “ Uses events-driven Programming “

Page 5: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

تشغيل البرنامج

Page 6: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

أجزاء البرمجية شريط العنوانtitle bar شريط القوائمmenus bar شريط االدواتtool bar صندوق االدواتtool boxشاشة الخصائصproperties windows شاشة مستكشف+ المشروعproject explorer النموذجform محرر برنامج الفيجوال بيسكvisual basic editor

Page 7: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

Title Barشريط العنوان

Page 8: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

Menus barشريط القوائم

Page 9: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

Questions كم قائمة يوجد في شريط القوائم ؟ : ما هو عمل•File•Edit •View •Run •Debug •Tools •Window•Help

Page 10: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

tool barشريط االدوات

Page 11: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

tool boxصندوق االدوات

Page 12: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

propertiesشاشة الخصائصwindows

Page 13: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

شاشة مستكشف المشروع project explorer

Page 14: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

formالنموذج

Page 15: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

visualمحرر برنامج الفيجوال بيسك basic editor

Page 16: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

Saving the project and programs File>save project as File>save form as

File > Make project.exe

Page 17: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

Questions ما الفرق بين المشروع و البرنامجproject VS

program ؟

Page 18: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

Run

Page 19: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

End

Page 20: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

Steps in Developing Application

1. Open form2. Draw the user interface (controls)3. Assign properties to controls3. Attach code to controls

ما هي خطوات انشاء تطبيق� -( )Application ؟ Visual basicفي

1 فتح الفورم -2( رسم الكائنات -TOOLS)3تغيير الخصائص -4 كتابة الكود -

Page 21: Dr. Al-Mothana Gasaymeh. Software Software : is a collection of programs, data, and information “ instructions for the hardware “ Program : Set of instructions.

مصطلحات هامة ؟ أدوات التحكمControls

كائنات برمجية تمثل القطع المكونة لواجهة برامج الفيجوال بيسك الحدثEvents

فعل يقوم به المستخدم او البرنامج الوظائفMethods

Hideافعال محددة يمكن للكائن أن يقوم بها مثل كائنObject

أحد عناصر البرنامج له خصائص و وظائف و احداث مثل Controls and the forms

أإلجراءاتProcedures Functionsمقاطع من التعليمات )الكود( مثل الدوال

الخصائصProperties