لغه برمجة

لغه برمجة

10th Grade

6 Qs

quiz-placeholder

Similar activities

لغة C#

لغة C#

10th - 12th Grade

7 Qs

quiz python 2

quiz python 2

10th - 11th Grade

10 Qs

Skill Development - Debugging Practice1

Skill Development - Debugging Practice1

10th Grade - Professional Development

10 Qs

C# lesson10

C# lesson10

1st - 10th Grade

10 Qs

C# Math

C# Math

10th Grade

10 Qs

C# Programming Basics Quiz

C# Programming Basics Quiz

10th Grade

10 Qs

פירוק והרכבת מספר

פירוק והרכבת מספר

10th Grade

10 Qs

Básicas de JS

Básicas de JS

10th Grade

10 Qs

لغه برمجة

لغه برمجة

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Tamer Tamer

Used 9+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Console.WriteLine(1+1);

1+1

2

"1+1"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

امامكم اسماء متغيرات,اختار الاسم القانوني?

2temp

m?ax

hi

my name

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

double x=1;

Console.WriteLine(x);

تتبع الكود الاتي؟

1.0

1

لا يعرض شيء

"1.0"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

string x=1+1;

هل هذا الكود صحيح

لا اعرف

لا

نعم

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

double x=1+1;

كم يساوي X?

3

1+1

2.0

2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

int x=2;

int y=1;

y=x;

u=?

2

1

21

12