C#KARAR VE DÖNGÜ YAPILARI

C#KARAR VE DÖNGÜ YAPILARI

10th Grade

10 Qs

quiz-placeholder

Similar activities

Pemrograman Dasar - 3

Pemrograman Dasar - 3

10th Grade

10 Qs

9-10 sene sonu

9-10 sene sonu

9th - 10th Grade

11 Qs

ntp ölçme değerlendirme 2

ntp ölçme değerlendirme 2

9th - 12th Grade

9 Qs

MIT App Inventor SC Assessment 1

MIT App Inventor SC Assessment 1

7th - 12th Grade

15 Qs

sabit ve değişken

sabit ve değişken

KG - Professional Development

10 Qs

C# NTP - Veri Türleri

C# NTP - Veri Türleri

10th Grade

10 Qs

Python_if-else

Python_if-else

9th - 10th Grade

15 Qs

ws5-bmi-m6-0163

ws5-bmi-m6-0163

7th - 12th Grade

10 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?