C# Döngüler

C# Döngüler

10th Grade

30 Qs

quiz-placeholder

Similar activities

Số học 2

Số học 2

6th Grade - University

26 Qs

Pretest dan Post Test C++ Perulangan

Pretest dan Post Test C++ Perulangan

10th Grade

25 Qs

9.Sınıf BTT İç Donanım Birimleri

9.Sınıf BTT İç Donanım Birimleri

9th - 10th Grade

30 Qs

Bilgisayar Bilimi

Bilgisayar Bilimi

9th - 11th Grade

25 Qs

Multidimensional Arrays (Review)

Multidimensional Arrays (Review)

10th - 12th Grade

25 Qs

Coding Diagnostic

Coding Diagnostic

6th - 12th Grade

28 Qs

Data Types and Operators

Data Types and Operators

9th - 12th Grade

26 Qs

Beginner Python KS3 Revision

Beginner Python KS3 Revision

8th - 10th Grade

26 Qs

C# Döngüler

C# Döngüler

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Yakup Uğuzlu

Used 13+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Bir sınavdan alınabilecek (0 ile 100 arasındaki) puanları tutmak için kullanılacak en uygun veri türü aşağıdakilerden hangisidir

string

byte

char

bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakilerden hangisi doğru bir değişken ismidir?

A) 1.ad

5_bolum

UrunFiyat

ogrenci ismi

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki bilgilerden hangisi doğrudur?

String, tam sayıları tutmak amacıyla kullanılan bir veri türüdür.

5.23 sayısı integer veri türüyle tutulabilecek bir değerdir.

2670 sayısı byte veri türünde tanımlanmış bir değişkende tutulabilir.

Her veri türünün bir değer aralığı vardır.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

İşlem önceliği kavramına göre aşağıdaki işlemlerden hangisi doğrudur?

15 – 5 / 1 = 11

2 + 7 * 3 = 27

12 + 3 / 3 = 13

7 + 14 / 7 = 3

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Aşağıdaki komutlar çalışınca “Merhaba” kelimesi kaç defa ekranda görüntülenir?

for(int i=2; i<=5;i++)

{

Console.WriteLine(“Merhaba”);

}

3

4

5

6

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakilerden hangisi kontrol deyimi değildir?

Switch Case

Else If

While

If

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakilerden hangisi döngü deyimlerinden biridir?

For

Switch Case

Else If

If

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?