wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

اختبار التخرج

Total questions: 10

Worksheet time: 8mins

Name
Class
Date
1.

أي بلوك ينتمي لفئة الأحداث

a)

A) move 15 steps

b)

B) when sprite clicked

c)

C) play sound until done

d)

D) forever

2.

لو عايز أخلي الكائن يتحرك لليمين عند الضغط على السهم →، أي بلوك أستخدم

a)

A) when key right arrow pressed + change x by 10

b)

B) when green flag clicked + change y by 10

c)

C) when backdrop switches to … + go to x:0 y:0

d)

D) wait 1 sec + change x by -10

3.

أي بلوك بيكرر الأوامر بشكل غير محدود؟

a)

repeat 10

b)

forever

c)

if … then

d)

wait until

4.

أي بلوك أكثر فائدة لو عايز أعمل شرط الفوز في لعبة

a)

A) if … then

b)

B) repeat until

c)

C) wait 1 sec

d)

D) say “You win!” for 2 secs

5.

أي بلوك ينتمي لفئة الاستشعار

a)

A) touching color … ?

b)

B) change x by 10

c)

C) play drum 2 for 0.5 beats

d)

D) switch costume to …

6.

أي جملة غير صحيحة عن المتغيرات (Variables) في Scratch؟

a)

A) A variable can be shown on stage

b)

B) A variable can be used in calculations

c)

C) A variable stores one value at a time

d)

D) A variable controls sprite movement automatically without coding

7.

ماذا يحدث عند استخدام البلوك glide 1 sec to x:100 y:100 ؟

a)

A) The sprite jumps instantly to (100,100)

b)

B) The sprite disappears for 1 second

c)

C) The sprite moves smoothly for 1 second to (100,100)

d)

D) The sprite rotates in place for 1 second

8.

أي بلوك يستخدم للتكرار حتى يتحقق شرط معين

a)

A) repeat

b)

B) forever

c)

C) repeat until

d)

D) wait

9.

لو عايز أغير مظهر الكائن من costume1 إلى costume2، أي بلوك أستخدم

a)

A) switch backdrop to costume2

b)

B) switch costume to costume2

c)

C) change x by 2

d)

D) hide

10.

أي جملة صحيحة عن القوائم (Lists) في Scratch

a)

A) A list stores an image for each sprite

b)

B) A list can store multiple values and be used in code

c)

C) A list must contain only one value

d)

D) A list belongs to the Events category