quizz tkinter

quizz tkinter

11th Grade

20 Qs

quiz-placeholder

Similar activities

Intro to JavaScript

Intro to JavaScript

9th - 12th Grade

20 Qs

STS Genap PPB 2024

STS Genap PPB 2024

11th Grade

15 Qs

GUI Quiz

GUI Quiz

12th Grade

20 Qs

Elements of Design

Elements of Design

9th - 12th Grade

20 Qs

KS3 Adobe Illustrator

KS3 Adobe Illustrator

KG - 12th Grade

20 Qs

CS1 Review Unit 6

CS1 Review Unit 6

9th - 12th Grade

17 Qs

Consumer Infographic Quizziz

Consumer Infographic Quizziz

9th - 12th Grade

20 Qs

HTML Practice 3 of 4

HTML Practice 3 of 4

11th - 12th Grade

23 Qs

quizz tkinter

quizz tkinter

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Yulinar Simamora

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Apa fungsi utama dari widget Label dalam Tkinter?

menerima input dari pengguna

menampilkan teks atau gambar di GUI

membuat tombol interaktif

menampilkan scrollbar

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Perintah apa yang digunakan untuk mengambil teks dari widget Entry?

entry.get()

entry.read()

entry.insert()

entry.fetch()

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Bagaimana cara membuat tombol dengan teks "Klik Saya" dalam Tkinter?

Button(text="Klik Saya")

Button(root, text="Klik Saya")

Button(text="Klik Saya").pack()

root.Button("Klik Saya")

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Widget manakah yang digunakan untuk menerima input teks dalam bentuk beberapa baris?

Entry

Label

Text

Scale

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Apa fungsi utama widget Scale dalam Tkinter?

Untuk memasukkan teks panjang

Untuk membuat scrollbar

Untuk memilih nilai dalam rentang tertentu dengan slider

Untuk membuat daftar pilihan

6.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Jika kita ingin menjalankan fungsi saat tombol ditekan, parameter apa yang digunakan dalam Button?

command

action

onClick

run

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Bagaimana cara menampilkan widget Scale dengan rentang 1-100?

Scale(root, from=1, to=100)

Scale(root, start=1, end=100)

Scale(root, range=(1, 100))

Scale(root, min=1, max=100)

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?