untitled

untitled

10th - 11th Grade

25 Qs

quiz-placeholder

Similar activities

javascript

javascript

11th Grade

22 Qs

Java Code Snippets Quiz 1

Java Code Snippets Quiz 1

10th Grade

22 Qs

SQL

SQL

11th Grade

20 Qs

ntp if-else

ntp if-else

10th - 11th Grade

20 Qs

Nesne Tabanlı Programlama Quiz Soruları

Nesne Tabanlı Programlama Quiz Soruları

10th Grade

20 Qs

CS9-Q02

CS9-Q02

9th - 10th Grade

20 Qs

Bilgisayar Bilimi-1-2-3.Ünite

Bilgisayar Bilimi-1-2-3.Ünite

9th - 12th Grade

23 Qs

Python

Python

11th 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?