Python Kütüphaneleri Quiz

Python Kütüphaneleri Quiz

9th Grade

19 Qs

quiz-placeholder

Similar activities

CS Unit 3 Review questions

CS Unit 3 Review questions

9th - 12th Grade

17 Qs

Hangman Game - Programming Questions

Hangman Game - Programming Questions

7th - 11th Grade

15 Qs

MAC - Unit 2

MAC - Unit 2

9th - 12th Grade

18 Qs

Python turtle

Python turtle

8th - 9th Grade

20 Qs

Python turtle year 8 assessment

Python turtle year 8 assessment

7th - 9th Grade

20 Qs

Python Quiz 1

Python Quiz 1

9th - 12th Grade

14 Qs

Python In Real Life Review

Python In Real Life Review

9th Grade

20 Qs

Алгоритми та програми 8-9 клас

Алгоритми та програми 8-9 клас

8th - 9th Grade

23 Qs

Python Kütüphaneleri Quiz

Python Kütüphaneleri Quiz

Assessment

Quiz

Computers

9th Grade

Medium

Created by

HİMMET KIRLI

Used 3+ times

FREE Resource

19 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki kod ne işe yarar? import random print(random.randint(1, 10))

1 ile 10 arasındaki rastgele sayıyı ekrana yazar

1 ve 10'u toplar

Hata verir

Her zaman 5 döndürür

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki ifadede eksik olan kısım nedir? from random import _______

randint

print

time

input

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Turtle kütüphanesi ne işe yarar?

Rastgele sayılar üretir

Grafiksel çizimler yapar

Ses oynatır

Dosya okur

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki kod turtle ile ne çizer? import turtle t = turtle.Turtle() t.forward(100) t.right(90) t.forward(100)

Daire

Çizgi ve sağa dönme

Kare

Üçgen

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki kodda eksik olan satırı tamamlayın:

_______ turtle

kalem = turtle.Turtle()

from

import

include

define

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Aşağıdaki random fonksiyonu ne yapar? random.choice(["elma", "armut", "muz"])

Hata verir

Listedeki tüm elemanları yazdırır

Listeden rastgele bir eleman seçer

Listeyi sıralar

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

from turtle import * yazarsak, hangi avantajı sağlar?

Kod çalışmaz

turtle fonksiyonlarını direkt kullanabiliriz

Rastgele sayı üretir

Sadece for döngüsü çalışır

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?