Python 4.Hafta

Python 4.Hafta

University

10 Qs

quiz-placeholder

Similar activities

Öğretim Teknolojileri

Öğretim Teknolojileri

University

7 Qs

power point 1. ders

power point 1. ders

University

9 Qs

Akış Şeması

Akış Şeması

University

14 Qs

Siber Güvenlik

Siber Güvenlik

University

10 Qs

Güvenli İnternet

Güvenli İnternet

1st Grade - University

15 Qs

Computer Basics

Computer Basics

University - Professional Development

10 Qs

Görsel Programlama I Quiz 1

Görsel Programlama I Quiz 1

University

10 Qs

Hüseyin Emence

Hüseyin Emence

University

10 Qs

Python 4.Hafta

Python 4.Hafta

Assessment

Quiz

Computers

University

Easy

Created by

Seren OCAK

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1- Aşağıdaki programın ekrana vereceği çıktı nedir?

a=2

b=5

c=b**a

d=a+b+c

print(d)

5

25

30

32

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki programın ekrana vereceği çıktı nedir?

a= ”HOŞGELDİN”

b= ”BÜŞRA”

print(a,b)

busra hosgeldin

BÜŞRA HOŞGELDİN

HOŞGELDİN BÜŞRA

HOŞGELDİN HOŞGELDİN

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ekrana yazı yazdırılmasını sağlayan komut hangisidir?

liste()

print()

string()

len()

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdakilerden hangisi değişken ismi olarak kullanılabilir?

1sayı


sayi1


1incisayı

birinci.sayı

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki operatörlerinden hangisi üs alma (Örn: 7' nin küpü) ifadesinin karşılığıdır?

**

^

<=

==

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki operatörlerden hangisi tam bölenini bulma ifadesinin karşılığıdır?


=!


//

%


**

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python kodlama dilinde kullanıcıdan veri alınması gereken durumlarda kullanılması gereken kod aşağıdakilerden hangisidir?


print()


input()


else()


if()

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?