NEW
Font size
Worksheetsاختبار التخرج
Total questions: 10
Worksheet time: 8mins
أي بلوك ينتمي لفئة الأحداث
A) move 15 steps
B) when sprite clicked
C) play sound until done
D) forever
لو عايز أخلي الكائن يتحرك لليمين عند الضغط على السهم →، أي بلوك أستخدم
A) when key right arrow pressed + change x by 10
B) when green flag clicked + change y by 10
C) when backdrop switches to … + go to x:0 y:0
D) wait 1 sec + change x by -10
أي بلوك بيكرر الأوامر بشكل غير محدود؟
repeat 10
forever
if … then
wait until
أي بلوك أكثر فائدة لو عايز أعمل شرط الفوز في لعبة
A) if … then
B) repeat until
C) wait 1 sec
D) say “You win!” for 2 secs
أي بلوك ينتمي لفئة الاستشعار
A) touching color … ?
B) change x by 10
C) play drum 2 for 0.5 beats
D) switch costume to …
أي جملة غير صحيحة عن المتغيرات (Variables) في Scratch؟
A) A variable can be shown on stage
B) A variable can be used in calculations
C) A variable stores one value at a time
D) A variable controls sprite movement automatically without coding
ماذا يحدث عند استخدام البلوك glide 1 sec to x:100 y:100 ؟
A) The sprite jumps instantly to (100,100)
B) The sprite disappears for 1 second
C) The sprite moves smoothly for 1 second to (100,100)
D) The sprite rotates in place for 1 second
أي بلوك يستخدم للتكرار حتى يتحقق شرط معين
A) repeat
B) forever
C) repeat until
D) wait
لو عايز أغير مظهر الكائن من costume1 إلى costume2، أي بلوك أستخدم
A) switch backdrop to costume2
B) switch costume to costume2
C) change x by 2
D) hide
أي جملة صحيحة عن القوائم (Lists) في Scratch
A) A list stores an image for each sprite
B) A list can store multiple values and be used in code
C) A list must contain only one value
D) A list belongs to the Events category
