Boolean İfadeler

Boolean İfadeler

Professional Development

10 Qs

quiz-placeholder

Similar activities

Gamefication

Gamefication

Professional Development

7 Qs

Introduction to Oracle SQL

Introduction to Oracle SQL

Professional Development

13 Qs

Unity 303 Quiz2

Unity 303 Quiz2

Professional Development

10 Qs

Network & Securiy

Network & Securiy

Professional Development

15 Qs

Python

Python

1st Grade - Professional Development

11 Qs

Buzda Yapılan Sporlar HBVO

Buzda Yapılan Sporlar HBVO

Professional Development

15 Qs

React 101

React 101

Professional Development

10 Qs

Boolean İfadeler

Boolean İfadeler

Assessment

Quiz

Computers

Professional Development

Easy

Created by

adem deliaslan

Used 2+ times

FREE Resource

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?