Вопросы по tkinter

Вопросы по tkinter

11th Grade

10 Qs

quiz-placeholder

Similar activities

Pengembangan Aplikasi Mobile

Pengembangan Aplikasi Mobile

11th Grade

10 Qs

PAS GANJIL 2024

PAS GANJIL 2024

11th Grade

10 Qs

J808 LO1 and LO2 planning project keywords / terms

J808 LO1 and LO2 planning project keywords / terms

9th - 11th Grade

15 Qs

Thukable SC Assessment 2

Thukable SC Assessment 2

7th - 12th Grade

15 Qs

Evaluación Final Programación 11º

Evaluación Final Programación 11º

11th Grade

14 Qs

Presenting Information

Presenting Information

11th Grade

14 Qs

Word 2019 Moment 3

Word 2019 Moment 3

11th Grade

14 Qs

C++. Классы

C++. Классы

11th Grade

12 Qs

Вопросы по tkinter

Вопросы по tkinter

Assessment

Quiz

Computers

11th Grade

Practice Problem

Hard

Created by

Rasul Abdikerimov

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Как вывести картинку в tkinter?

tk.Picture(root, file="image.png")

tk.Image(root, file="image.png")

tk.PhotoImage(file="image.png")

tk.ShowImage(root, file="image.png")

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Как создать окно с разрешением 500x1000?

root.geometry("500x1000")

root.setSize(500, 1000)

root.dimensions(500, 1000)

root.size("500x1000")

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Что делает команда resizable?

Позволяет изменять цвет окна

Позволяет изменять размеры окна

Позволяет изменять заголовок окна

Позволяет изменять виджеты в окне

4.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Как изменить задний фон кнопки?

tkinter.Button(bg="red")

button.configure(background="red")

button.setBackground("red")

Все ответы верны

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Как изменить шрифт текста в метке?

tkinter.Label(font=("Arial", 14))

label.setFont("Arial", 14)

label.font("Arial", 14)

label.textFont("Arial", 14)

6.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Как изменить положение виджета в окне?

widget.pack()

widget.position("left")

widget.place(x=50, y=50)

a и c

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Какой из этих виджетов отсутствует в tkinter?

tk.Checkbutton

tk.RadioButtonTkinter

tk.Label

tk.Button

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?