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

Preview:

DESCRIPTION

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

Citation preview

Dr. Al-Mothana Gasaymeh

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

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

programs

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 “

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

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

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

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

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

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

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

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

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

formالنموذج

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

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

File > Make project.exe

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

program ؟

Run

End

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 كتابة الكود -

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

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

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

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

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

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

الخصائصProperties

Recommended