مدرس اون لايندخول

مذكرة مادة حاسب الى الصف الثالث الاعدادي بعد حذف الاجزاء الملغية

مذكرة مادة حاسب الى الصف الثالث الاعدادي بعد حذف الاجزاء الملغية

حمل من الرابط
http://www.mediafire.com/?i6nz0wpglt5ar7w
http://www.gulfup.com/Xr77zkgz08cgws
remove_circleمواضيع مماثلة
avatar
جهد مشكور وبارك الله فيك
avatar
avatar
avatar
شكرررررررررررررررررررررررررررررررا جزيلا
avatar
شكراااااااااااااااااااااااااااا
avatar
avatar
avatar
avatar
avatar
مشكورررررررررررررررررررررررررررررررررررررررر
avatar
احب ان اسجل شكري وامتناني لهذا المنتدي الرائع وهذا العمل المفيد
avatar
avatar
avatar
الله يفقكم الى عمل الخير المفيد للامه
avatar
avatar
العلم والايمان كتب:
مذكرة مادة حاسب الى الصف الثالث الاعدادي بعد حذف الاجزاء الملغية
ضع ردا لترى الرابط


[url=http://www.mediafire.com/?i6nz0wpglt5ar7w]
[b]
avatar
avatar
جزاكم الله خيراً ونهض بكم تعليمنا ، وجعلنا وإياكم من المساهمين في تطوير التعليم
لا إله إلا الله محمد رسول الله
avatar
شكرآ جزيلا
avatar
thank you
avatar
مشكور جدا على المذكرة
avatar
الف شكر على المجهود المبذول وشكرا على الجهد المبذول فى سبيل النجاح
avatar
تهانينا غلى هذا المجهود
avatar
مشكوووووووووووووووووووووووووور
akm123
avatar
هعغ9غغغاهععهخحههخعهخهخعهخهخغ
avatar
avatar
avatar
مشكوووووووووووووووووووووووووووووووووووور
الثائر الحق




Declaring a variable using Dim statement


الاعلان
عن المتغيرات باستخدام جملة Dim


To create variable we write a variable which begin with keyword Dim,
Followed by the name of the variable to be declared


للإعلان
عن متغير نكتب اسم المتغير وتسبقه كلمة Dim


If you omit the optional equal sign and the initial
value, the variable will be initialized with default value


لو حذفت
قيمة المتغير يعنى لو ما قلتش dim x as short = 5 وقلت


Dim x as
short فقط ولم
نضع لها قيمة فان القيمة الافتراضية للمتغير ستصبح لو المتغير رقمى ستصير قيمته صفر
ولو كان حرفى ستصير قيمته سلسلة حرفية فارغة " "


Example


If the variable was numeric type, the default is zero


If the variable was a string type, the default value
is zero length (empty) string





If u includes the optional equal sign and the initial
value the variable will be initialized to the initial value.


How to declare multiple variable using one dim
statement?


[center]Example


Dim ChildWeight , Age as integer



Dim Unitprice , Total
as decimal





You can declare multiple variables using a single Dim
statement.


انت من
الممكن ان تعلن عن اكثر من متغير بأمر Dim واحد كما فى المثال السابق


The assignment statement variable = expression.





Before you can use it in assignment statement, you
have to create the variable using declaration statement.





The equal sign called assignment operator, its
completely different than the equal sign in mathematic.


علامة = فى البرمجة تختلف تماما ً عن علامة = فى الرياضيات حيث انك فى
الكمبيوتر يمكن ان تقول ان


X= x +1


بينما فى الرياضة
فهذه معادلة خاطئة





Example: count = count + 1


To execute on assignment statement, the computer does
2 steps:-


1)
determine the value of the expression on the right hand side of the assignment
sign, this press will done by:-


عنما
نقول ان count = count + 1 فان ذلك يتم على
عدة خطوات


الاولى
ان يحسب قيمة المتغير الذى على يمين علامة
اليساوى


الثانية اجراء العملية الحسابية واستخراج النتيجة


2)Replacing
the constant names and variable names by their values


Executing the needed operations.


3)Store the value of the expressions in the variable
whose names is on the left hand side of the assignement sign.


الثالثة
:تخزين النتيجة فى المتغر اللى على شمال اليساوى





Quantity =20


UnitPrice=5


Price = Quantity *
UnitPrice


1) determine the value of
the expression


20*5


2- Executing the
multiplication


100


Store the value of the expression in the variable
whose name is on the left hand side of the assignment.


Price =100





The assignment statement for strings:- استعمال أمر التخصيص مع المتغيرات
الحرفية


You can use the assignment statement to store the
result of string into a string variable( Char , string ) and You can use the assignment statement to
store the result of arithmetic operation into a
numeric variable


One of the frequently used orators in string
manipulation in the & It is called (the Conception Operator) it join two
string value together to form a single string value


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


" "
means a string that contains a number of spaces, "empty string"


[/center]
aattoun
ا/احمد المهداوى
avatar
avatar
avatar
avatar
avatar
avatar
مشكورررررررررررررررررررررررررر
avatar
شكرا على الجهد المبذول فى سبيل النجاح
avatar
شكرا على الجهد المبذول فى سبيل النجاح
avatar
avatar
شكررررررررررررررررررا
avatar
شكرااااااااااااااااااا
avatar
شكرا على الجهد المبذول شكرا على الجهد المبذول
avatar
شكرا على الجهد المبذول شكرا على الجهد المبذول
avatar
avatar
avatar
الرابط مش شغال الناس اللى بتقول الف شكر دى بقول على ايه
privacy_tip صلاحيات هذا المنتدى:
لاتستطيع الرد على المواضيع في هذا المنتدى