Boolean İfadeler

Boolean İfadeler

Assessment

Quiz

Computers

Professional Development

Easy

Created by

adem deliaslan

Used 2+ times

FREE Resource

Student preview

quiz-placeholder

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

x = 10, y = 20 olarak veriliyor. Buna göre aşağıda verilen b = (x == 10) ifadesi hangi sonucu döndürür?

True

False

2.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

x = 10, y = 20 olarak veriliyor. Buna göre aşağıda verilen b = (x != 10) ifadesi hangi sonucu döndürür?

True

False

3.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

x = 10, y = 20 olarak veriliyor. Buna göre aşağıda verilen b = (x == 10 and y == 20) ifadesi hangi sonucu döndürür?

True

False

4.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

x = 10, y = 20 olarak veriliyor. Buna göre aşağıda verilen b = (x != 10 and y == 20) ifadesi hangi sonucu döndürür?

True

False

5.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

x = 10, y = 20 olarak veriliyor. Buna göre aşağıda verilen b = (x == 10 and y != 20) ifadesi hangi sonucu döndürür?

True

False

6.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

x = 10, y = 20 olarak veriliyor. Buna göre aşağıda verilen b = (x != 10 and y != 20) ifadesi hangi sonucu döndürür?

True

False

7.

MULTIPLE CHOICE QUESTION

45 sec • 10 pts

x = 10, y = 20 olarak veriliyor. Buna göre aşağıda verilen b = (x == 10 or y == 20) ifadesi hangi sonucu döndürür?

True

False

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?