C#KARAR VE DÖNGÜ YAPILARI

C#KARAR VE DÖNGÜ YAPILARI

10th Grade

10 Qs

quiz-placeholder

Similar activities

أنواع البيانات في فيجوال بيسك

أنواع البيانات في فيجوال بيسك

10th Grade

5 Qs

أدوات الإدخال في vb

أدوات الإدخال في vb

10th Grade

6 Qs

C#KARAR VE DÖNGÜ YAPILARI

C#KARAR VE DÖNGÜ YAPILARI

Assessment

Quiz

Computers

10th Grade

Medium

Created by

halime kanbil

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

<,>,==,<=,>=,!= karakterleri mantıksal operatörlerdir.

D

Y

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

( ) Üçten fazla if ifadesi iç içe kullanılmaz.

D

Y

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

( ) Şart ifadesi sağlanmadığında çalışacak kodlar “else” blokunun içine yazılabilir.

D

Y

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

( ) Karar ifadelerinde ve(&&) operatörü veya(||) operatöründen öncelikli işleme alınır.

D

Y

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

( ) Döngü şart ifadesi sağlanmasa da for döngüsü en az bir kez çalışır.

D

Y

6.

OPEN ENDED QUESTION

3 mins • 1 pt

Eğer “a” değişkeni “b” ve “c” değişkeninden büyükse ifadesini kod olarak yazınız.

Evaluate responses using AI:

OFF

Answer explanation

if(a > b && a > c)

7.

OPEN ENDED QUESTION

3 mins • 1 pt

Eğer “a” değişkeni “b” veya “c” değişkeninden küçükse ifadesini kod olarak yazınız.

Evaluate responses using AI:

OFF

Answer explanation

if(a < b || a < c)

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?