untitled

untitled

10th - 11th Grade

25 Qs

quiz-placeholder

Similar activities

Ulangan Harian 1 kls x 2023

Ulangan Harian 1 kls x 2023

10th Grade

20 Qs

โปรแกรมตารางงาน ทดสอบปลายภาค ชุดที่1

โปรแกรมตารางงาน ทดสอบปลายภาค ชุดที่1

10th - 12th Grade

20 Qs

CPA MS-Office Hotkeys Quiz

CPA MS-Office Hotkeys Quiz

8th Grade - Professional Development

21 Qs

Interactive Media

Interactive Media

10th Grade

20 Qs

Tata Letak HTML

Tata Letak HTML

10th Grade

20 Qs

remedial PPJ, ASJ

remedial PPJ, ASJ

11th Grade

20 Qs

C++ (Part 2)

C++ (Part 2)

10th Grade

20 Qs

Database Basics v2 N5

Database Basics v2 N5

1st - 12th Grade

20 Qs

untitled

untitled

Assessment

Quiz

Computers

10th - 11th Grade

Medium

Created by

Mehmet Arslan

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?