wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

المتغيرات2

Total questions: 4

Worksheet time: 2mins

Name
Class
Date
1.

للإعلان عن متغير اسم الدخول

s_name

على مستوى المشروع نكتب التعليمة البرمجية:

a)

Dim s_name as string

b)

Public s_name as string

c)

Public s_name as integer

d)

Dim s_name as integer

2.

تعليمة الإعلان عن متغير على مستوى المشروع تكتب في:

a)

Module1

b)

Form1

3.

لتخصيص قيمة للمتغير اسم الدخول أثناء تشغيل البرنامج يتم كتابة التعليمة البرمجية

a)

public user_name as string

b)

user_name = TextBox1.Text

4.

لإظهار النموذج التالي نكتب التعليمة البرمجية

a)

Me.hide()

b)

Form1.Show()

c)

Me.Show()

d)

Form2.Show()