📚 معلومات الصفحة
الكتاب: كتاب التقنية الرقمية - الصف 12 - الفصل 1 | المادة: التقنية الرقمية | المرحلة: الصف 12 | الفصل الدراسي: 1
الدولة: المملكة العربية السعودية | المنهج: المنهج السعودي - وزارة التعليم
📋 المحتوى المنظم
📖 محتوى تعليمي مفصّل
نوع: محتوى تعليمي
نوع: محتوى تعليمي
نوع: محتوى تعليمي
نوع: محتوى تعليمي
نوع: محتوى تعليمي
نوع: محتوى تعليمي
نوع: محتوى تعليمي
نوع: محتوى تعليمي
نوع: NON_EDUCATIONAL
نوع: METADATA
🔍 عناصر مرئية
A visual representation of a code block for initializing a local variable. It shows an orange block with a gear icon and the text "initialize local name to", connected to a smaller orange block labeled "in". This block is used to declare and assign an initial value to a local variable within a specific scope.
A visual representation of a code block sequence. It starts with a green "when Button1 .Click" block, which has a dropdown for "Button1". Nested inside its "do" slot is an orange "initialize local a to "10"" block, which has a text input field for "a" and a text input field for "10". This block is connected to a smaller orange "in" block. This diagram illustrates how to initialize a local variable named "a" with the value "10" when "Button1" is clicked.
A visual representation of a code block for initializing a global variable. It shows an orange block with a gear icon and the text "initialize global name to". This block is used to declare and assign an initial value to a global variable, accessible throughout the application.