C# Döngüler

C# Döngüler

10th Grade

30 Qs

quiz-placeholder

Similar activities

Arrays and ArrayLists in Java

Arrays and ArrayLists in Java

9th - 12th Grade

25 Qs

CS A 3.1 Boolean Expressions

CS A 3.1 Boolean Expressions

9th - 12th Grade

34 Qs

Unit 1 Primitive Types

Unit 1 Primitive Types

9th - 12th Grade

25 Qs

Unit 6 Arrays

Unit 6 Arrays

10th - 12th Grade

26 Qs

Library Classes

Library Classes

10th Grade

25 Qs

SQL_kartkowka

SQL_kartkowka

1st Grade - University

27 Qs

UH 1 PEMDAS (Genap)

UH 1 PEMDAS (Genap)

10th Grade

25 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

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?