Search Header Logo

C# PROGRAMLAMA

Authored by Fatih Gönül

Computers

9th - 10th Grade

Used 31+ times

C# PROGRAMLAMA
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

30 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

5 mins • 1 pt

Hangi kodlar hatalıdır?

int 1sayı;

sayı = 20;

string ad;

ad = "fatih";

char karakter;

karakter = 'ad';

double ortalama;

ortalama = "45.92";

2.

MULTIPLE SELECT QUESTION

5 mins • 1 pt

Hangi kodlar hatalıdır?

int sınav;

sınav = 20;

string ad;

ad = fatih;

char karakter;

karakter = 'a';

bool geçti_mi;

geçti_mi = evet;

3.

FILL IN THE BLANKS QUESTION

5 mins • 1 pt

Aşağıdaki kodun çıktısı nedir?


int y1 = 20, y2 = 30, y3 = 100;

Console.WriteLine(y3/(y1+y2));

(a)  

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Aşağıdaki koda göre hangisi doğrudur?


const double pi = 3.14;

pi=4;

pi sayısının son değeri 4 olmuştur.

pi sayısının son değeri 3.14 olmuştur.

Kod hatalıdır.

pi sayısının son değeri 3 olmuştur.

5.

FILL IN THE BLANKS QUESTION

5 mins • 1 pt

Aşağıdaki kodun çıktısı nedir?


int a=10, b=20, c=30;

a++;

b--;

a+=5;

b-=3;

c=a+b;

c++;

c*=2;

Console.WriteLine(c);

(a)  

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Aşağıdaki koda göre hangisi doğrudur? Kod bloklarına dikkat edin.


int c=30;

{

int a = 10;

}

{

int b = 20;

Console.WriteLine(a);

Console.WriteLine(c);

}

Ekrana 10 yazar.

Kod hatalıdır.

Ekrana 30 yazar.

Ekrana 20 yazar.

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Aşağıdaki kodun çıktısı nedir?


string metin1 = "Bu";

string metin2 = "soru";

string metin3 = "zor";

string metin4 = "değil.";

Console.WriteLine(metin1 + metin2 + " " + metin3);

Bu soru zor

Busoru zor

Bu soru zor.

Bu soru zor değil.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?