untitled

untitled

10th - 11th Grade

25 Qs

quiz-placeholder

Similar activities

Fase F - Array

Fase F - Array

11th Grade

20 Qs

Quiz Array dan Fungsi

Quiz Array dan Fungsi

11th Grade

20 Qs

Parcial Programación IIB - 4BacoBaciBafi

Parcial Programación IIB - 4BacoBaciBafi

10th Grade

20 Qs

for Döngüsü

for Döngüsü

10th - 12th Grade

20 Qs

Array

Array

10th - 12th Grade

20 Qs

مسابقة منهجية  - أ / حسين عادل فتحي

مسابقة منهجية - أ / حسين عادل فتحي

10th Grade

25 Qs

ARRAY C++

ARRAY C++

11th Grade

20 Qs

PROBLEM ÇÖZME VE ALGORİTMALAR

PROBLEM ÇÖZME VE ALGORİTMALAR

9th - 12th Grade

20 Qs

untitled

untitled

Assessment

Quiz

Computers

10th - 11th Grade

Medium

Created by

Mehmet Arslan

Used 1+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakilerden hangisi atama operatörüdür?

=

==

<=

>=

!=

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if(sayi ....... 2 == 0)

{

MessageBox.Show(“Bu bir çift sayıdır.”);

}


...... yerine aşağıdakilerden hangisi gelmelidir.

=

*

/

%

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if (sayi1.............. sayi2)

{

MessageBox.Show(“2.sayı 1.sayıdan büyüktür.”);

}

ifadesinde ........... yerine aşağıdakilerden hangisi gelmelidir.

<

>

<=

>=

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

int a=”52”; hatalı bir koddur.

Doğru

Yanlış

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakilerden hangisi bir kod satırının başına eklendiğinde kod satırını yorum

satırına dönüştürür?

//

()

/

.

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

TextBox1 nesnesi görünmez yapmak için gereken kod nedir?

TextBox1.Visible=”True”

TextBox1.Enabled=”False”

TextBox1.Visible=”False”

TextBox1.Enabled=”True”

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Aşağıdakilerden hangisi Tokat kelimesini Listbox’a ekler?

listBox1.Items(“Tokat”);

listBox1.Items.Ekle(“Tokat”);

listBox.Item.Add(“Tokat”);

listBox1.Items.Add(“Tokat”);

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?