Python Kütüphaneleri Quiz

Python Kütüphaneleri Quiz

9th Grade

19 Qs

quiz-placeholder

Similar activities

IDT Unit 2 Review (practice for Test 2)

IDT Unit 2 Review (practice for Test 2)

8th - 12th Grade

20 Qs

Coding Pre-Assessment

Coding Pre-Assessment

5th - 9th Grade

20 Qs

LA7.C7: Turtle Graphics

LA7.C7: Turtle Graphics

9th Grade - University

14 Qs

Memory Computer Science Quiz

Memory Computer Science Quiz

9th Grade

15 Qs

Memory & Storage Quiz

Memory & Storage Quiz

8th - 10th Grade

18 Qs

PCAP Module 1 - Modules, Packages and PIP Review

PCAP Module 1 - Modules, Packages and PIP Review

9th - 10th Grade

14 Qs

Python Modules and More

Python Modules and More

9th Grade

20 Qs

Python Tartaletka 2

Python Tartaletka 2

5th - 9th Grade

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