موقع الويب التفاعلي 4

موقع الويب التفاعلي 4

11th Grade

5 Qs

quiz-placeholder

Similar activities

Soal Latihan 2 - Scratch

Soal Latihan 2 - Scratch

8th - 12th Grade

10 Qs

Computer Software

Computer Software

8th - 12th Grade

10 Qs

Sains Komputer Tingkatan 5: Bahasa Penskripan

Sains Komputer Tingkatan 5: Bahasa Penskripan

1st - 12th Grade

10 Qs

python quiz

python quiz

6th Grade - Professional Development

10 Qs

مسابقات المهارات الرقمية

مسابقات المهارات الرقمية

KG - University

10 Qs

Scratch

Scratch

KG - Professional Development

10 Qs

SQL functions

SQL functions

11th - 12th Grade

10 Qs

Scratch Jr

Scratch Jr

8th - 12th Grade

10 Qs

موقع الويب التفاعلي 4

موقع الويب التفاعلي 4

Assessment

Quiz

Computers

11th Grade

Medium

Created by

jaber jaber

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

الصيغة الصحيحة لطباعة القيم في لوحة التحكم

console

print(5)

console.log(5);

console.print(5);

print.console(5);

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

الصيغة الصحيحة لإنشاء دالة باسم

SayHello( )

function = sayHello()

function sayHello()

function := sayHello()

function : sayHello()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

يتم تعريف المتغير في

JavaScript

باستخدام

def

var

variable

function

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

ناتج تنفيذ الأوامر التالية

<script>

function student() {

if(true) {

var a = 5;

}

document.write(a);

} student() ;

</script>

Compilation Error

Nothing will be printed as

output

5

Runtime error

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

المفتاح الذي يفتح لوحة تحكم المتطفح هو

F11

F9

F12

F10