1000
(1000ريدي)
June 19, 2010, 5:00pm
21
human:
شباب [2] which of the following sentences is not correct?
A. Two-dimensional arrays can be passed to a subprogram.
B. All arrays must be declared.
C. Integer b(m) is valid as long as both b and m are dummy arguments
d. The declaration dimension b is valid if the size of the array is specified in the program.
الجواب دي ياليت توضحون لي شقصده
[4] the following program generates an error message
m \= 613452.45
r \= 2.
20 format (’ ', f4.2)
print 20, m
end
the reason of error message is
a. The variable r is assigned by an incorrect constant value
b. There are no enough positions to print the variable m
c. The f specification is only used to print the value of m
d. Format statement is placed before the print statement
الجواب سي لكن اشتبه علي انه الحل بي ممكن توضحين الله يبارك فيكم
والله اللي اعرفه يا غالي الفاينال نفس المياجر اختيارات وسؤال اكتب لغة ومافي صح وخطأ
فخلك ذكي وانت تذاكر اسئلة زي هذي مارح تجي
HUMAN
June 19, 2010, 5:05pm
22
هذه في اولد اقزام 082 انا متاكد
user4626
(أبوعريب)
June 19, 2010, 5:11pm
23
تصدق كلام منطقي
يعطيك العافية من أمس و أنا أفكر
شكرا يا غالي
الله يعيييين بكرة
HUMAN
June 19, 2010, 5:14pm
24
شباب لو اعطاك 6*3 6 صفوف و 3 اعمدة
كيف يقراها
1 2 3
4 5 6
يعني حتطلع لنا 1 2 3 4 56 و لا 1 3 5
2 4 6
1000
(1000ريدي)
June 19, 2010, 5:27pm
25
^^^^^^^^^^^
حط لنا السؤال
HUMAN
June 19, 2010, 6:04pm
26
[3] Assume that A is a two-dimensional array of size 4 by 6. Which of the following
codes is equivalent to READ*,A statement?
a.
READ*,((A(K,J),K=1,4),J=1,6) b.
READ*,((A(K,J),K=1,6),J=1,4)
c.
DO 20 K = 1, 6
READ*,(A(K,J),J=1,4)
20 CONTINUE d.
DO 10 J = 1, 4
READ*,(A(K,J),K=1,6)
10 CONTINUE
HUMAN
June 19, 2010, 6:22pm
27
في احد من الشباب معانا
الووووو
What is the output of the following program?
INTEGER A(3,4),K,J,M
READ*,((A(K,J),J=1,4),K=1,3)
J = 1
DO WHILE (J.LE.4)
M = 999
DO 10 K = 1,3
IF(A(K,J).LT.M) M = A(K,J)
10 CONTINUE
PRINT*, M
J = J + 1
END DO
END
Input:
9 14 11 18 10 17
6 19 3 16 15 22
الحين نقراها 9 14 11 18 10 17 6 …ز ونخليها 3 في 4 صح
بعدين قيمة الـm راح تصير بعدين نجيب العنصر واحد اربعة و يصير هو قيمة الاـm
طيب IF(A(K,J).LT.M) M = A(K,J) هل تعني IF(A(K,J).LT.9) M =9)
1000
(1000ريدي)
June 19, 2010, 6:43pm
28
human:
[3] assume that a is a two-dimensional array of size 4 by 6. Which of the following
codes is equivalent to read*,a statement?
A.
Read*,((a(k,j),k=1,4),j=1,6) b.
Read*,((a(k,j),k=1,6),j=1,4)
c.
Do 20 k = 1, 6
read*,(a(k,j),j=1,4)
20 continue d.
Do 10 j = 1, 4
read*,(a(k,j),k=1,6)
10 continue
الاجابة a
لانه يقرا الصف والعمود ثم نفس الصف والعمود اللي بعده
اذا خطا قلي
user4591
(@بوغريب@)
June 19, 2010, 9:09pm
30
human:
شباب [2] which of the following sentences is not correct?
A. Two-dimensional arrays can be passed to a subprogram.
B. All arrays must be declared.
C. Integer b(m) is valid as long as both b and m are dummy arguments
d. The declaration dimension b is valid if the size of the array is specified in the program.
الجواب دي ياليت توضحون لي شقصده
[4] the following program generates an error message
m \= 613452.45
r \= 2.
20 format (’ ', f4.2)
print 20, m
end
the reason of error message is
a. The variable r is assigned by an incorrect constant value
b. There are no enough positions to print the variable m
c. The f specification is only used to print the value of m
d. Format statement is placed before the print statement
الجواب سي لكن اشتبه علي انه الحل بي ممكن توضحين الله يبارك فيكم
الجواب سي لانه بي يقولك مافي مساحه كافيه اذا مافي مساحه كافيه راح البرنامج يحط لكن نجوم
اما سي تقول ماحدد قيمة ام والبرنامج اذا ماتحدد راح ياخذ قيمتها على انها انتجر
واهو حاط لك f المفروض يحط لك i او انه يعرفه من فوق انها ريال لكن اهو ماعرفها فلازم يستخدم اي لدا اف والله اعلم
user4591
(@بوغريب@)
June 19, 2010, 9:13pm
31
حبيبي ال تj وال k
تحسبهم دائما اذا انتهى اللوب
يالأصح يعني زي انا ماكتبت يمشي اللوب الين السبعه طبعا لازم تعرف وش اللوب الداخلي والخارجي
دائما الخارجي اوه الثابت والداخلي متغير ويصير زي كذا
1 1
1 2
1 3
الى اخره الين السبعه
1 7 الحين اللوب راح يوقف عندما يقرا الي بعدهم وش الي بعدهم
2 1 صح ولا لا راح يقرا 2 و1 زي كذا
2 1
2 2
2 3
انشالله فهمت علي لاني في الشرح مو ذاك الزوود
HUMAN
June 20, 2010, 12:38am
33
طيب k ليش =1
و بعدين k=13 ليييييييييييييييييييييش
user3270
(عمر الجبري)
June 20, 2010, 7:28am
34
user4591
(@بوغريب@)
June 20, 2010, 4:38pm
35
انتهى الاختبار بحلوه ومره
بالتوفيق والحمد الله الاختبار كان متوسط